Hi,
We started using GWT from few months ago. We are about to use normal HTML files, instead of using GWT-HTML. I have few concerns regarding this.
My Questions:-
If we use normal HTML instead of GWT HTML.
*) Is it possible to Compile both Class-files and HTML files using GWT?
*) Is it possible to maintain session and cookie in GWT. For Ex[In Browse without logging out our session. If we close the browser and if we re-open it. Our session will opened because it will maintain session and cookies. Similarly, Is it possible using normal HTML in GWT ]
*) Is it possible to redirect from HTML to GWT and vice-verse?
Please provide your precious suggestion.
Thanks,
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/SibUkhXAx6IJ.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Manuel Carrasco Moñino said:
> ... basically a gwt app is a javascript inside an html, ... so when
> you change to other html [page], your app is unloaded from memory
> and you have to load it in the new html [page].
If anyone needs to avoid page unloading, here's a branch of GWT with
limited support for the BFCache (rapid back-and-forth navigation):
http://zelea.com/project/gwt/
--
Michael Allan
Toronto, +1 416-699-9528
http://zelea.com/
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
*) Is it possible to use both GWT-UI Binder and normal HTML files. For Ex: [So far we have been using GWT UI-Binder. Since we are facing some difficulties. We have planned to use normal HTML files only for our fore-coming features.].
*) Is it possible to Bundle Normal HTML files with the GWT UI-Binder class files ?.
*) Dynamic Pages can be accessed, in case if we use normal HTML files instead GWT UI-Binder?.
Manuel said:I plan to merge 2.5 once it's released. I expect it'll work, though
> . are you planning to send this to gwt?
> . to play with this code, do I have to download the entire kit or may I
> patch just some classes?
> . does it work with 2.5.
there might be trade offs. We absolutely need the BFCache for our app
because it runs cross-page. So we'd override anything that was
incompatible, if we had to.
If you need to patch it across to the RC meantime, here are the diffs:
http://zelea.com/var/db/repo/gwt/
If anyone else finds it useful, we can look at sending it upstream.