Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java web development using Eclipse - Tutorial

I need some step by step tutorials/documents on developing Java web applications using Eclipse/apache.

appreciate directions/help.

like image 603
moejoe11 Avatar asked Jun 29 '09 22:06

moejoe11


People also ask

Can you use eclipse for Web development?

Eclipse is a very popular integrated development environment (IDE) for Java development projects including Java web application development. This course will show how Eclipse can also be used by any web developer to create HTML & CSS based websites or static pages of a web application.

How do I run a web app in eclipse?

Go to the project in the Project Explorer, select the web project, right click and select "Run As", you will see Apache Tomcat, create runtime configuration for the web project by selecting "New" button. Figure 7: By default, the available module groupings are presented to the user.

Is eclipse good for learning Java?

Eclipse is the most popular Open Source Java IDE. More developers use Eclipse than any other tool for Java Programming. In this course, we take you on a fun ride with Eclipse. By the end of this course, you would have a number of Eclipse tips and tricks up your sleeve.

Can I build a website with Java?

Java Web Application is used to create dynamic websites. Java provides support for web application through Servlets and JSPs. We can create a website with static HTML pages but when we want information to be dynamic, we need web application.


1 Answers

I recommend you read a book instead:

This is probably the simplest way to get started. It really helped me with getting a grasp on how the directory structure and web.xml go together and make a web app. Eclipse is only a partner in your development, you really need to understand the underlying infrastructure no matter what framework you are using, and this book gives you a solid start.

alt text

like image 58
cgp Avatar answered Sep 29 '22 21:09

cgp