PDA

View Full Version : GXT in combination with java.io?



neonfly
3 Jul 2008, 7:51 AM
Hi! ~o)

We're actually realizing projects with ExtJS and it would be more comfortable if we could use GWT and GXT, cause only Java would be needed to code.

To simplify the developement it would be necessary to use "GuiDesigner" to create our Widgets...unfortunately GWT doesn't support java.io so that our *.json could not be opened!

So theirs my question has anybody realized an extension which can solve my problem or only knows how to do?

Exists a project who works reliable with GWT and java.io in combination?


Greetings,
neonfly

gslender
3 Jul 2008, 1:18 PM
many folk are using json with GWT - what is not working for you?

neonfly
4 Jul 2008, 1:45 AM
I could not open files (any), cause java.io isn't supported!
But we save the JSON formated strings given bei GuiDesigner in example.json!

JSON and GWT works fine.