Re: j2s-development] Indexable Content
Brought to you by:
zhourenjian
|
From: Zhou R. <jo...@sj...> - 2006-07-07 17:08:33
|
Hi, For bookmarkable J2S applications, there are some pages which you may get some ideas: Original J2S application: http://c.ognize.com/j2s-ajax-pages/ Indexable page (Exported HTML (By clicking the upper-left icon) from the above J2S application with some extra hand written scripts): http://c.ognize.com/j2s-ajax-pages/exported-static-demo.html Bookmarkable page: http://c.ognize.com/index.swt.html Associating URL for specific state in J2S/SWT application is not in J2S core development, at least not in the near future. And associating URL should be considered as application-specific. Regards /js Joe Toth wrote: > Hello, I have a question about the development of J2S. I think GWT > and J2S are both awesome, but there is one feature that I would like > to make them a full web framework solution. That is the ability to > create 'bookmarkable' pages. In order for a search engine to be able > to index a page or a user to bookmark it, it needs a URL associated > with it. > > You could argue that this kind of feature is out of the scope of GWT > or J2S, but regardless its annoying that I can create an awesome > application in J2S and I have to merge it with another web framework > to make indexable/bookmarkable. I then have to create the templates, > widgets, etc, twice, once for J2S and once for the other framework. > It would be nice if I could create a whole web application just as I > would a SWT Desktop application. > > You can see where I am going with this. Did J2S consider anything > like this? Will it in the future? > > Thanks > ------------------------------------------------------------------------ > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > ------------------------------------------------------------------------ > > _______________________________________________ > j2s-development mailing list > j2s...@li... > https://lists.sourceforge.net/lists/listinfo/j2s-development > |