Short history of GwtPHP
We started developing GwtPHP framework as an engine for our applications.
We evaluated various JavaScript libraries, build one application using Dojo, but native JavaScript libraries are hard to develop and without clear object oriented approach the code becomes a mess over time.
When Google released it’s Web Toolkit (GWT) that allowed programming in Java, we felt it could be the right tool to base our new framework on.
It took us almost a year, there was a long road from standard GWT library to finish a complete framework that includes both client and server part.
When GwtPHP was finished, and tested in real world application, we found out that we have something unique. So we decided to offer it to others.
GwtPHP framework is not yet publicly available, but it will be released soon.
It requires some time to perfectly document and fine tune it so it can be used by others.