I decided to use end-to-end Java solution (GWT, Jetty, and even
considering replacing PostgreSQL with Derby), but GWT is also
compatible with PHP on the server.
http://code.google.com/webtoolkit/doc/latest/tutorial/JSONphp.html

I think you can also embed PHP client code for authentication.  For
example, you can configure JAAS through web.xml's <login-config/> and
<auth-method>FORM</auth-method>, and redirect login requests to PHP
login pages.  I personally re-direct login requests to a GWT module,
but it does not matter.

On Oct 5, 2:45 pm, nick kov <nickko...@gmail.com> wrote:
> I'm creating a site which will have a sign up screen, a login system,
> and then interaction with the site once you login. My question is, can
> I mix GWT with PHP in a healthy manner? I don't know how well GWT
> handles client-server interactions. But should I stick to pure GWT for
> ease and cross browser compatibility, a mix with PHP, or just pure
> PHP ?
>
> Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to