Hi Justin, What you're describing seems very similar to what JSP technology allows you to do. I don't think using GWT to build server-side static HTML files will be worthwhile, and you should probably look into other technologies better suited to that use case. However, I'm not sure exactly what your use case is, so if you could clarify that it might help figure if using GWT to satisfy the use case makes sense.
If you really just want to write static HTML files, you're probably better off writing it by hand or using some scripts to generate the HTML structures. If you want to use GWT to do this instead, and create the application on the client-side through JavaScript and DOM manipulations, then you should use GWT and would be better off since the HTML processing is offloaded to the client, freeing up your server and keeping it responsive. Hope that helps, -Sumit Chandel On Mon, Aug 17, 2009 at 7:52 PM, jd <[email protected]> wrote: > > Hi, > > I was wondering if anyone has looked into whether it is possible to > replace the com.google.gwt.user.client.DOM implementation so that the > same client side code could be used to generate static html on the > server? > > Cheers, > > John > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
