Looking for a very basic tutorial on how to build a Java web app
Cathy Chlevner
Greenhorn
Joined: Aug 24, 2008
Posts: 13
posted
0
I need to build a small web app (or desktop application, but since it was suggested that I use Tapestry BeanDisplay etc components, i'm seriously looking into the web app route)
Problem is, I have close to zero experience in this area (+a year or so in server-side programming in Java)
Will appreciate links to tutorials etc, as right now I'm not even sure of terms methods etc.
"Laziness is nothing more than the habit of resting before you get tired." - Jules Renard
Note that Tomcat is a web server and servlet container -so it can run Java web apps- but it is not a full JEE server - meaning it doesn't support EJBs, JMS and other such APIs.