You can deploy your GWT and PHP code on the same Apache Tomcat
instance

This article sums up how to call PHP 
http://angel.hurtado.googlepages.com/tutorialgwt2


On Oct 6, 1:18 pm, skorpiostinger <[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