Home  >  Article  >  Java  >  What are the software development platforms for java development language?

What are the software development platforms for java development language?

(*-*)浩
(*-*)浩Original
2019-11-13 11:48:083350browse

What are the software development platforms for java development language?

Eclipse: Eclipse is an open source, Java-based extensible development platform. By itself, it is just a framework and a set of services for building development environments through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including the Java Development Kit (JDK). This one is relatively clean and does not include any plug-ins. (Recommended learning: java course)

MyEclipse: MyEclipse is a powerful enterprise-level integrated development developed on the basis of eclipse with its own plug-ins. Environment, mainly used for Java, Java EE and mobile application development. MyEclipse's functions are very powerful and its support is very extensive, especially its support for various open source products is quite good. This is better for web projects because it integrates many web plug-ins.

NetBeans: NetBeans is an open source software development integrated environment. It is an open framework and scalable development platform that can be used for the development of Java, C/C, PHP and other languages. It is A development platform that can extend functionality through extension plug-ins. In terms of Java development, it is similar to the first two and is generally used.

IntelliJ IDEA: IntelliJ IDEA is a comprehensive Java programming environment that is hailed by many developers and industry experts as the best IDE on the market. It provides a series of the most practical tool combinations: intelligent coding assistance and automatic control, support for J2EE, Ant, JUnit, SVN and Git integration, non-parallel coding inspection and innovative GUI designer.

The four IDEs Eclipse, MyEclipse, NetBeans and IntelliJ IDEA have different features and advantages. You may need to choose different IDEs depending on the development.

In every aspect of Java development, these four IDEs can do the job. However, depending on the different development you do, such as Swing development, web development or enterprise development, the choice of IDE will be biased. .

Swing development:

If you specialize in Swing development, NetBeans is undoubtedly the best choice. If you did not choose NetBeans but chose Eclipse, it is recommended to use MyEclipse and its Matisse4Eclipse constructor. IDEA does not have an advantage over the former two in developing Swing due to its support for JGoodies Forms.

JSP/Struts development:

The first choice for developing JSP/Struts is IDEA, followed by MyEclipse, and then NetBeans. Due to the lack of support for the built-in Struts, The basic version of Eclipse has no competitive advantage.

JSF development:

In terms of developing JSF, these three IDEs can be said to be good choices, but IDEA may be better. Next is Eclipse/MyEclipse, and finally NetBeans.

Enterprise Development:

NetBeans is the best choice for enterprise development due to its support for JPA and the quality of the code it generates as well as the appropriate settings for the persistence unit. The first choice is IDEA. Due to the limitations of Eclipse's Dali project, Eclipse may be the last choice. If you give up standard JPA and engage in Hibernate development, MyEclipse is the best choice.

The above is the detailed content of What are the software development platforms for java development language?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact [email protected]