I'd say that the comments here about using the server-side of a GWT
app for data storage only are a bit naive. First off -- GWT client
side code is limited to java.util and java.lang packages. There may
be several third-party libraries that you need to interact with (i.e;
an XML parser) on the server-side to do what you need -- and calling
these all from a GWT servlet can be a mess without a proper framework.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---