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

jueves, 16 de febrero de 2012

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

viernes, 9 de septiembre de 2011

GWT Editor

El GWT Editor framework es un componente de Google Web Toolkit disponible a partir de la versión 2.1 que te permite de forma fácil enviar los datos de tus objetos del código a la interfaz de usuario y viceverza. Es decir hacer el vínculo de datos o data binding. Estuve probando un ejemplo sencillo del blog de Arthur Kalmenson CustomerDemo que muestra el uso del GWT Editor sin hacer uso de persistencia el código que recopilé ligeramente modificado pueden descargarlo aquí.
A continuación voy a explicar un poco el ejemplo.