Beginning GWT and Java - wich is the best route when coming from LAMP background?

Posted by Cambiata on Stack Overflow See other posts from Stack Overflow or by Cambiata
Published on 2010-05-21T14:03:50Z Indexed on 2010/05/21 14:30 UTC
Read the original article Hit count: 297

Filed under:
|
|
|

Hi! I've worked a lot with php/mysql on linux servers, including frameworks, orm etc. Now I want to give GWT and Java a try!

Installing GWT SDK, Eclipse plugin etc and running a "Hello world" is no problem... The server is running automagically in the background... But when it comes to setting it up my self, there seems to be confusingly many options. Jetty? Tomcat? Glassfish? How are those related/combinable to/with Apache?

Are there any good resources or tutorials for setting up java development and server environments suited for one like me with PHP background? Maybe pointing out the possiblities of running PHP and Java on the same server?

Regards / Jonas

© Stack Overflow or respective owner

Related posts about java

Related posts about php