Google Web Toolkit News - onGWT.com

To content | To menu | To search

Saturday 4 October 2008

GWTPHP = Google Web Toolkit + PHP 5

Unlike most of the other frameworks, GwtPHP is a framework for both client and server part. In GwtPHP you don’t need to hack JavaScript, you work with modern, object oriented languages. User intefrace (client) is programmed in Java, then compiled by Google Web Toolkit (GWT) to browser-dependent JavaScript. Server part uses PHP 5 - the most used web scripting language today.

In France, I'm trying to convince the PHP community that GWT is not about Java. It is about having a powerful and friendly client site technology. They start to be receptive to this message. This kind of product will help me to spread the word :-).

http://www.gwtphp.com/

image

Monday 1 September 2008

GWT and PHP

webtoolkit4.me :

For our GWT friends out there, a new php framework is about to be released called GPF (GWT PHP Framework). The author states that the server part is written in PHP 5 and it is going to be released soon.

More and more PHP developers are using GWT for the front end.

GPF (GWT PHP Framework)

image

Wednesday 20 February 2008

Using PHP in GWT Hosted mode

image Chris Fong

Normally, when developing your GWT applications in hosted mode, the internal tomcat server will be used to serve up your application. However, if want to talk to a server-side php script running on your own local web server, you will soon run into issues with the Single Origin Policy, since hosted mode runs on one port and the php script is running on another. In this tutorial, I will show you how I got around by running my GWT application and the php script on the same local web server. To demonstrate this, I will use the GWT FileUpload widget with a php backend.

Working with PHP in GWT hosted mode

Sunday 25 February 2007

Using GWT with PHP

Juan Hurtado :

I wrote this guide thinking in the user's who want's develope dynamic application's with the GWT (Google Web Toolkit) in an AMP(Apache,MySQL,PHP) environment's. The basic idea is write a small and very simple application using MySQL and PHP at the server side, and GWT for the client interfaze, using JSON for the communication between the client and the server.

Remember, PHP hosting is the cheapest.

GWT Small Guide