Difference between eclipse for java developer and eclipse for java ee developer, eclipsedeveloper

Source: Internet
Author: User

Difference between eclipse for java developer and eclipse for java ee developer, eclipsedeveloper

Eclipse is a plug-in-based software. Plug-ins cannot be started and operated. They need an environment. eclipse implements this environment using osgi r4 specifications.

Osgi is a specification for dynamic modularization of java. It not only makes java programs modular, but also makes modules dynamic. The general sentence is plug-in.

The eclipse installation directory mainly includes the features directory and plugin directory. The plug-in directory stores the jar package of the plug-in, and the feature directory stores the plug-in configuration, startup, and resources.

We can use these two directories to differentiate the similarities and differences between the two versions of eclipse.

Similarities:

Some of these jar packages are common. These jar packages provide the minimum environment for running other plug-ins, such as the implementation of osgi r4.

Differences:

Because java ee is used to develop enterprise applications, more plug-ins are required. Therefore, java ee has more jar packages.

To sum up, their minimum environment is the same, that is, they will have some jar packages, and their differences are also very large. They are also reflected by the extra jar packages.

Of course, no matter which version we use, we can install more plug-ins to enrich our own eclipse.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.