The standard version of Eclipse, which is available on the Eclipse official website, does not have a web development environment and requires a few plugins to be installed for web development. Web development requires plugins that have
1 Emf:downloads | Project Home:
: The eclipse-based model framework. It is an important part of Eclipse MDA (model driven Architecture) and is the foundation of many projects in eclipse (e.g, GEF), where EMF can transform models into efficient, correct, and easily customizable Java code.
2 gef-graphical Editor Framework:downloads | Project Home
: The GEF (graphical Editing framework) is a graphical editing framework that allows developers to visualize and edit models in a graphical manner to enhance the user experience. There are many such applications, such as UML class diagram editor, graphical XML editor, interface design tools, graphical database structure design tools, and so on.
3 Ve-visual editor:downloads | Project Home Eclipse Web Tools Platform Project
4 EE Standard Tools:downloads | Project Home
5 Wst-web Standards Tools:downloads | Project Home
The following plugins are installed through the Eclipse's update manager.
Installation of EMF Plugins
1) On the main menu of Eclipse, click Help and select Install New software.
2) Work with item selection in open available software window
Galileo-http://download.eclipse.org/releases/galileo
To expand the modeling, select it, and then click Next
Then, all the way next, meet the authentication words choose I accept ... Until the installation is complete. At the end of the installation, you will be alerted if you need to restart eclipse
Installation of the GEF plug-in
Similar to the EMF plug-in installation, on the Eclipse main menu, click Help, select Install New software
Work with items in the Available software window select the work with item in the Available software window
Galileo-http://download.eclipse.org/releases/galileo
Expand Modeling This, select the graphical Modeling Framework SDK, Next, Finish, reset.
Installation of the WTP plugin
Click Help and select Install New software
Work with items in the Available software window select the work with item in the Available software window
http://download.eclipse.org/releases/indigo/
Select the WST Server adapters option in the Web, XML, Java EE and OSGi Enterprise development options
Keep Next, then finish, restart
Java EE tool and Web tool installation
Click Help and select Install New software
Work with items in the Available software window select the work with item in the Available software window
Galileo-http://download.eclipse.org/releases/galileo
Expand Web, XML, and Java EE Enterprise Development, choose Eclipse Java ee Developer tools and Eclipse webdeveloper tools These two, next, fin Ish, reset.
Eclipse Web Development Plug-in installation