Introduction eclipse

Introduction eclipse

   Eclipse is an open source extensible IDE. In November 2001, IBM donated the company worth 40 million Mei
Yuan source code form of the Eclipse Union by the Union responsible for the subsequent development of such tools. Integrated development environment (the I
DE) which often is defined in the application "development, build and debug" cycle being. To help integrated development environment
(IDE) to overcome the current limitations, the industry vendors to create the Eclipse platform. Eclipse IDE allows the same
integrated tools from different vendors, and to achieve interoperability between the tools, which significantly changed the project
workflow, so developers can focus on the actual embedded target. 

  This flexibility comes from the Eclipse framework for their extension points. They are known in the XML interface definition, and charged
when the plug-in coupling point. Extension point range from simple conventional string representation of the filter, to a Jav
describes a class. Any Eclipse plug extension point can be defined using other plug-ins, and vice versa, any Eclipse
plug-ins may also comply with the other extension points defined by the plugin. In addition to understanding the interface defined by the extension point, the plug-in does not know it
services are provided through the extension point to how it is used. 

  Use Eclipse, we can be advanced design (perhaps using UML) and the low-level development tools (such as application debugger,
etc.) together. If these complementary standalone tool uses Eclipse extension points connect to each other, then when I
when we checked one by one application with a debugger, UML dialog box can highlight that we are concerned about the device. In fact, the
in Eclipse does not understand the development language, Java language debugger no matter, C / C ++ debugger, assembler or debugger
are valid and can simultaneously target different processes or nodes within the same framework. 

  The most important feature is that it can accept the Eclipse open-source plug-ins written by Java developers themselves, which is similar to
Microsoft's Visual Studio and Sun Microsystems NetBeans platform. Eclipse as a tool for developers to provide
better flexibility, so that they can better control their own software technology. eclipse is a very popular java development tools that allow domestic users more and more, actually using it is the most java developers. Drawback is more complex for beginners, is more difficult to understand.

At present, for eclipse plug-in thousands, is the core of eclipse plug-ins extension mechanism, everything is so-called plug-ins.

We can also use eclipse to develop their own eclipse plugin.

 

eclipse-an open development platform eclipse-- an open source development platform

eclipse- pleasing graphical interface:

eclipse

 

 

 

 

eclipse official organization web site: http: //www.eclipse.org/

All plug-ins eclipse introduction:

http://www.eclipse-plugins.info/eclipse/plugins.jsp;jsessionid=474944821E463102785EFCB59F941256

We only need to know some of them can, Here are some common plug-ins:

Myeclipse - J2EE plug-ins

Tomcat-- open source application server plug-ins

Weblogic-- Application Server Plug-in

lomboz --- open source application server plug-ins

SWT-Designer --- UI plug-ins

Jode ---- decompiler

Xmlbuddy --- XML ​​editing tools

SQLexplorer ---- database management tools

 

This article Source: http://hi.baidu.com/baowup/blog/item/7d86c710a671ecf8c3ce7910.html

Reproduced in: https: //www.cnblogs.com/PursuitFreedom/archive/2010/11/22/1884685.html

Guess you like

Origin blog.csdn.net/weixin_33728268/article/details/93434668