|
Thanks again Mihael. That is what is really intriguing to me about Wicket. I
can design the page as static HTML/CSS and use Wicket do generate the
dynamic data. Plus it's "component" based, which IMHO is the best design for
any UI.
I might check out GWT too. I'll see if I can get over my control issues with
the layout :-)
--
James R. Perkins
http://twitter.com/the_jamezp
On Tue, Sep 8, 2009 at 23:09, Schmidt, Mihael <Mihael.Schmidt@xxxxxxxxxxx>wrote:
GWT: You code GWT in Java but the GWT compiler outputs Javascript which
is sent to the client. In the end you have a service layer with your
domain objects and the very thin gui layer of GWT. You could put a
facade between the gui layer and the service layer which transforms the
domain objects to objects for each gui type (in this case gwt).
I like Wicket a lot for its simplicity and to be able to have either a
clean HTML/CSS or one made by a HTML WYSIWYG editor. It works both.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.