File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Looking for a very basic tutorial on how to build a Java web app Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Looking for a very basic tutorial on how to build a Java web app" Watch "Looking for a very basic tutorial on how to build a Java web app" New topic
Author

Looking for a very basic tutorial on how to build a Java web app

Cathy Chlevner
Greenhorn

Joined: Aug 24, 2008
Posts: 13
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
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

This will give you some background on web applications.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Cathy Chlevner
Greenhorn

Joined: Aug 24, 2008
Posts: 13
Thanks for the link.
What application server would you recommend I use?
Paul Sturrock wrote:This will give you some background on web applications.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
Cathy Chlevner wrote:What application server would you recommend I use?

Tomcat: http://tomcat.apache.org/download-60.cgi. You want the "Core" distribution. It comes with servlet and JSP examples.

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.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Looking for a very basic tutorial on how to build a Java web app
 
Similar Threads
where get information to begin database applications oo
App to server connection
Struts/Tomcat:Cannot find ActionMappings
Can I use Axis2 as a client to send non-SOAP xml?
Excuse my ignorance but.......