Ticket #1208 (new enhancement)

Opened 13 months ago

Last modified 8 months ago

WidgetSet should be settable without web.xml

Reported by: Jani Laakso Owned by: Jani Laakso
Priority: undefined Milestone: IT Mill Sponsored Backlog
Component: gwt-adapter-server Version: 5.0.0-pre
Keywords: Cc: marc.englund@…
Known Issue description:
Hours estimate: 1 Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: yes Contract:

Description

It would be cleaner if Application contains information of used widgetset, e.g. through property or

public static String getWidgetSet () { 
  return "com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet";
}

Now there's less XML to do and also applicationRunner (/run/com.itmill.toolkit.demo.Calc) works with any widgetsets.

Requires changes also to ApplicationServlet? under method private void writeAjaxPage(..)

Change History

Changed 10 months ago by Jani Laakso

  • component changed from undefined to gwt-adapter-server

Changed 8 months ago by Joonas Lehtinen

  • milestone set to IT Mill Sponsored Backlog
Note: See TracTickets for help on using tickets.