I would suggest using something like jsp / php / asp to generate your
GWT host page and have all the static content loaded directly into the
page during the initial user request along w/ the code to load up your
GWT module.

Or if you don't mind using bleeding edge code, you may want to take a
look at the new UIBinder stuff in the 2.0 release candidate.

On Oct 24, 9:32 am, usmanf <[email protected]> wrote:
> I am designing a home page for my website using GWT ext (GXT). It
> contains a lot of static contents like news, advert text etc that
> usually goes on the home page.
> Firstly I tried separating the static content into html files and
> reading them using java.io.FileReader to set them on the Panel's
> setHtml(). I realized that GWT SDK does not allow to use java.io.* on
> the client side. The only way I have now is to place the static
> content into hard-coded string values like
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to