Re: GWT frontend, non java backend

2013-06-08 Thread Ferenc Balogh
https://code.google.com/p/phpgwt/source/browse/#svn%2Ftrunk%2Fphpgwt%2Fsrc%2Forg%2Fphpgwt Check out the classes under phpgenerator and phpservice packages. Although it's for PHP, if you study these classes and the deferred binding capabilities of GWT you will have the idea how to realise

GWT Unit Testing

2012-07-19 Thread Ferenc Balogh
I'd like to develop unit tests for my GWT application, but I'm facing some exotic problems: 1, The server side is in PHP so I'm using my own apache http server, not the embedded jetty in GWT. I'd like to do the same for unit testing, but -noserver option is not available for unit tests. I

JAR classpath issue

2012-07-15 Thread Ferenc Balogh
Hi All, I'm developing a tool for GWT which I intend to release as a .jar file. It involves generating files with a linker. With this, I'm facing a problem: I'd like the linker inside the .jar file to access a configuration file from the classpath of the application. Currently I'm passing the