Posts Tagged ‘live demo’
GWT1.7-PHP5.2-JSON
Posted by ski | Filed under Developement, English
Here I’ll present a “quickstart” application of the GWT + PHP. There are a lot of different approaches to do GWT-PHP communication, I’ll use JSON. In my approach, I’ll use two bean-like (Java) classes PHPRequest and PHPResponse, which encapsulate sending and receiving data. Of course, in so simple example it’s piece of additional job, but [...]
Tags: Eclipse, GWT 1.7, Java, JSON, live demo, PHP5, Quickstart, source code