martes, 4 de diciembre de 2012

GWT and PHP

This time I will describe a CRUD application using GXT Grid and HttpProxy on the client side and on the server side I use PHP and PDO to access a PostgreSQL database.
The communication between client and server side is using JSON then you can use whatever language on the server side that produce a JSON output.
The source code is on github https://github.com/poseidonjm/GXT3-PHP is structured using GWTP and GWT Editor for binding.

martes, 3 de julio de 2012

GWT-Platform and GXT3

Previously I wrote about GXT3 and RequestFactory to perform basic crud operations http://goo.gl/7ePse.
This time I will be focused in GWTPlatform using GXT3 widgets.
The source code is available through Github https://github.com/poseidonjm/GWTP-GXT3

lunes, 11 de junio de 2012

Sencha GXT3 RequestFactory Guice JPA

I am now starting a new blogspot. Next I will describe a Basic CRUD example with GXT Grid.
The project was build with Maven and is available via GIT https://github.com/poseidonjm/basic-crud
If you don't have Egit you can install Help -> Install New Software...

http://download.eclipse.org/egit/updates

lunes, 12 de septiembre de 2011

RequestFactory in GWT 2.4

El codigo está disponible en GitHub usa GWT 2.4 y AppEngine 1.7.0
The code is available in GitHub using GWT 2.4 y AppEngine 1.7.0
https://github.com/poseidonjm/GAE-Simple