Ticket #1208 (new enhancement)
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
Note: See
TracTickets for help on using
tickets.
