PDA

View Full Version : EXT GWT JAVA library standalone



cabster
22 Oct 2009, 3:24 AM
I would love to use the EXT GWT components in java without Google Toolkit.
Is this possible?

sven
22 Oct 2009, 3:27 AM
GXT uses the GWT compiler. There is no way to use it without GWT.

If you dont use GWT widgets, none of them get into the generated source code.

cabster
22 Oct 2009, 3:38 AM
yes but i want to use it for softwares instead of web applications.

So i guess thats not possible :(

evant
22 Oct 2009, 3:39 AM
GWT = Google Web Toolkit

sven
22 Oct 2009, 3:42 AM
yes but i want to use it for softwares instead of web applications.

So i guess thats not possible :(


You can use adobe air for that. Use the generated javascript and put it into an air application. This works without problems.

cabster
22 Oct 2009, 3:59 AM
Thank you for the answer.
I will see what i can do with air.

atreyu
22 Oct 2009, 11:15 PM
you can also embed ie or webkit (for mac osx platform) in your application and then use extjs ;)