on our project our GWT frontend (running on tomcat) was talking with
the php backend (on another server) via hessian protocol and it was
working good.

HTH

Dominik
On Oct 6, 11:26 am, Takalov Rustem <[email protected]> wrote:
> Hey Guys,
>
> I have been researching on GWT and PHP integration a while.
>
> The reason is - I need a simple, flexible client - side AJAX based Framework
> to develop and integrate web - based application into existing PHP
> application running @ Rackspace (Linux, PHP, MySQL).
>
> Is anyway to integrate GWT api's into PHP code or I need to call PHP scripts
> from GWT?
>
> Do I have to run Tomcat server, Apache at the same server? How they would
> interact between each other?
>
> I think the solution connected with JSON, Jetty, hosted server mode, but I
> am not sure.
>
> Here is php script:
>
> <?php
>
> echo "<html></html>";
>
> // I need AJAX Editor to Save/Load Editable Text Box to load it unto MySQL
> DB.
>
> echo "<script>AJAXEditor();</script>";
>
> ?>
>
> How will it interact with HTML 5 manifest?
>
> Let me know if any questions.
>
> Thanks,
>
> Guys
>
> R
--~--~---------~--~----~------------~-------~--~----~
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