如何使用eclipse启动Web应用程序

时间:2021-10-05 23:12:59

I love eclipse and java. And i want to code my entire web application using eclipse .. right from designing html files to servlets.. I have zero experience in developing web apps .. So How to to setup eclipse for web apps and How do i get started ???

我喜欢eclipse和java。我想使用eclipse对我的整个Web应用程序进行编码..从设计html文件到servlets ..我没有开发Web应用程序的经验..所以如何为Web应用程序设置eclipse以及如何开始?

3 个解决方案

#1


Google even autocompletes this question so you know it's a popular query!

Google甚至会自动填充此问题,因此您知道这是一个热门查询!

#2


There is very little information that you are providing, and there are actually tutorials for creating web applications with Eclipse and Java. You will want the JavaEE version of Eclipse as a starting point.

您提供的信息非常少,实际上还有使用Eclipse和Java创建Web应用程序的教程。您将需要JavaEE版本的Eclipse作为起点。

If you want to try using a web framework that works with Java I recommend Struts, although this may be too big if you're wanting to develop small web applications (and it's not exactly the easiest thing to start with).

如果你想尝试使用一个适用于Java的Web框架,我推荐使用Struts,尽管如果你想开发小型Web应用程序(这并不是最简单的开始),这可能太大了。

I also recommend installing Apache Tomcat as your server because it's free and easy to use. Here's a good starting tutorial:

我还建议安装Apache Tomcat作为您的服务器,因为它免费且易于使用。这是一个很好的入门教程:

http://www.xwt.org/tutorial/eclipse/

#3


Firstly, make sure you've got the Java EE eclipse binary : http://www.eclipse.org/downloads/

首先,确保您已获得Java EE eclipse二进制文件:http://www.eclipse.org/downloads/

As has been mentioned, there are various google-able tutorials on how to set up, deploy and manage web applications under eclipse.

正如已经提到的,有各种关于如何在eclipse下设置,部署和管理Web应用程序的google-able教程。

#1


Google even autocompletes this question so you know it's a popular query!

Google甚至会自动填充此问题,因此您知道这是一个热门查询!

#2


There is very little information that you are providing, and there are actually tutorials for creating web applications with Eclipse and Java. You will want the JavaEE version of Eclipse as a starting point.

您提供的信息非常少,实际上还有使用Eclipse和Java创建Web应用程序的教程。您将需要JavaEE版本的Eclipse作为起点。

If you want to try using a web framework that works with Java I recommend Struts, although this may be too big if you're wanting to develop small web applications (and it's not exactly the easiest thing to start with).

如果你想尝试使用一个适用于Java的Web框架,我推荐使用Struts,尽管如果你想开发小型Web应用程序(这并不是最简单的开始),这可能太大了。

I also recommend installing Apache Tomcat as your server because it's free and easy to use. Here's a good starting tutorial:

我还建议安装Apache Tomcat作为您的服务器,因为它免费且易于使用。这是一个很好的入门教程:

http://www.xwt.org/tutorial/eclipse/

#3


Firstly, make sure you've got the Java EE eclipse binary : http://www.eclipse.org/downloads/

首先,确保您已获得Java EE eclipse二进制文件:http://www.eclipse.org/downloads/

As has been mentioned, there are various google-able tutorials on how to set up, deploy and manage web applications under eclipse.

正如已经提到的,有各种关于如何在eclipse下设置,部署和管理Web应用程序的google-able教程。