views:

101

answers:

2

Hi,

Could you link me with some examples of application wrote in GWT, or other Java Framework that works offline? I tried to ask google, but unfortunately i couldn't find anything.

For example: installation of this app contains installing tomcat/jetty, and when i want to start it, server is started first, then some portable browser with hard coded address.

A: 

What IDE do you use? eclipse? If so, just install GWT for eclipse and check out the Google Examples and Showcases. Sources can be found there, too. There are also tutorials, which explain how to work local.

Google Web Toolkit

ymene
Thx i'lll try that. But also i need real life application. Do you know any ?
tzim
A: 

Hudson (source code + building instructions) is written in Java and comes with its own Java server (IIRC, it uses Winstone Servlet Container).

Igor Klimer