tapan schrieb:
> I know PHP a bit. The problem is how to connect it with GWT.

With RequestBuilder you can create GET- and POST-request.
Specify the URL of your PHP-page to request the data to be
read from the database. The PHP-page can create a JSON-
endoded or otherwise encoded data that will be sent back.

The GWT-application can then parse the data and use it
for the presentation.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to