Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This class diagram captures the design of a potential integration between Wicket and GWT.

Image RemovedImage Added

Discussion

Create a central abstract class to represent your GWT widget as a Wicket component: GwtWicketComponent. This class implements a Wicket listener for RPC calls from the widget running on the client, and subtypes of GwtWidgetComponent like FooComponent provide and implementation of RemoteServiceServlet for fielding the calls.

...