Difference: Eclipse is an extensible development platform based on Java, completely free; while MyEclipse is a powerful enterprise-level integrated development environment developed on the basis of Eclipse with its own plug-ins, and requires a fee. Myeclipse is more suitable for experienced developers, while eclipse is more suitable for novice developers.
MyEclipse
MyEclipse Enterprise Workbench (MyEclipse for short) is an extension of Eclipse IDE, using It can greatly improve work efficiency in the development, release and application server integration of database and JavaEE. It is a feature-rich JavaEE integrated development environment, including complete coding, debugging, testing and publishing functions, and fully supports HTML, Struts, JSP, CSS, Javascript, Spring, SQL, Hibernate.
MyEclipse is a very excellent collection of Eclipse plug-ins for developing Java and J2EE. MyEclipse has very powerful functions and extensive support, especially its support for various open source products. MyEclipse can support Java Servlet, AJAX, JSP, JSF, Struts, Spring, Hibernate, EJB3, JDBC database link tools and many other functions. It can be said that MyEclipse is an exclusive eclipse development tool that covers almost all mainstream open source products.
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).
Although most users are happy to use Eclipse as a Java integrated development environment (IDE), Eclipse's goals are not limited to this. Eclipse also includes the Plug-in Development Environment (PDE), a component primarily targeted at software developers who want to extend Eclipse because it allows them to build tools that integrate seamlessly with the Eclipse environment. Since everything in Eclipse is a plug-in, all tool developers have an equal playing field when it comes to providing plug-ins for Eclipse and providing users with a consistent and unified integrated development environment.
The difference between myeclipse and eclipse:
Eclipse is an open source, Java-based extensible development platform, while MyEclipse adds its own A powerful enterprise-level integrated development environment developed with plug-ins.
Strictly speaking: MyEclipse is a set of plug-ins for Eclipse. It integrates many development tools and packages to facilitate developers to develop Java Web-related programs more quickly, such as providing direct development of spring, structs, and jsp. support, providing CSS/HTML/XML editing tools, etc. So it is dependent on Eclipse. But often when downloading, MyEclipse will directly include the Eclipse program, so there is no need to download and install Eclipse separately.
Eclipse is completely free to use, while Myeclipse is charged, but there is a one-month free trial. If you continue to use it after one month, you need to purchase a copyright.
In terms of development time, eclipse was developed earlier than Myeclipse. Therefore, in terms of software function stability alone, most people will still choose eclipse
Myeclipse is more suitable for development veterans. The plug-in function of Eclipse is more complete, faster and more convenient; eclipse is more suitable for novice developers who do not need too many plug-ins, and the convenience of free use is more conducive to novices learning to use it.
For more programming-related knowledge, please visit: Introduction to Programming! !
The above is the detailed content of What is the difference between myeclipse and eclipse?. For more information, please follow other related articles on the PHP Chinese website!