| Author | Topic |
Posts: 307
Location: Cambridge UK
Registered: February 2005
|
|
Re: [jsbml-team] JSBML for GWT
|
16 Feb '12 02:02
|
 |
|
On 15/02/12 23:19, Stanley Gu wrote:
> Hello ,
>
> I was interested in using the Google Web Toolkit (GWT) for building a web
> application that uses JSBML.
>
> GWT operates in Java, but requires some additional packaging of the jar for
> it to work. Is there any way to get a GWT compatible version of JSBML jar
> packaged?
>
> Thanks!
>
> http://code.google.com/webtoolkit/overview.html
> http://www.vogella.de/articles/GWTModules/article.html
> http://code.google.com/p/google-web-toolkit-incubator/wiki/PathsHandlingFAQ
I thing it will not be possible to use directly JSBML on the client
side, you will have to do some client/server code.
Here is an example that show how to use GWT with Hibernate :
http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html
This is a good example as like jsbml, you need plenty of external jar
files to use hibernate and this not really realistic to compile all of
that to javascript.
So I thing, you need to use GWT-RPC in order to use JSBML inside a GWT
application.
see
http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication.html#DevGuideRemoteProcedureCalls
Hope this help,
Nico
____________________________________________________________
To manage your jsbml-development list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/jsbml-development
For a web interface to the jsbml-development mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the jsbml-development list,
contact sbml-team@caltech.edu
|
|
|