You can dynamically generate a page using a generic servlet, then you
could memcache the result.  Info about the servlet environment is
here:

http://code.google.com/appengine/docs/java/runtime.html

Then, if you include the correct script you could use gwt on the page
also.

On Aug 18, 6:33 am, JP <[email protected]> wrote:
> Hello,
>
> A user can edit my domain entities and save this information. I would
> like to generate static HTML pages from the domain models at run time.
> I know Google App Engine limits file system access but does it support
> the generation of static html pages. This is mainly for performance as
> otherwise I would have to retrieve and render domain objects with
> asynchronous calls. The html pages I want to generate may not change
> that often by will be accessed a lot.
>
> Thanks,
> JP
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to