Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Architecture pattern in Eclipse IDE (Research about Eclipse IDE)
icon3.gif  Architecture pattern in Eclipse IDE [message #997324] Sat, 05 January 2013 21:27 Go to next message
T L is currently offline T LFriend
Messages: 1
Registered: January 2013
Junior Member
Hi, for a complex tool as Eclipse IDE which contains numerous of components, its architecture should be very complicated. I'm researching about architecture patterns that applied when architecting the Eclipse IDE, does anyone know any architecture pattern that applied to Eclipse IDE?
Thank you very much.
Re: Architecture pattern in Eclipse IDE [message #997394 is a reply to message #997324] Mon, 07 January 2013 09:51 Go to previous message
Stephane Begaudeau is currently offline Stephane BegaudeauFriend
Messages: 458
Registered: April 2010
Location: Nantes (France)
Senior Member

Hi,

Eclipse is a very complex tool since it is composed of a platform on top of which you can find several projects. The platform is based on Equinox, an implementation of the OSGi specification and the core projects of Eclipse. On top of the platform itself, you can find dozens of projects with their own architecture based on OSGi starting with the projects providing the workspace, the workbench, etc.

https://lh5.googleusercontent.com/-B7XaIFX9SKs/UOqZB_FFYuI/AAAAAAAAM1U/bKWn1p_8Pxw/s428/trrcp1.gif

After that, you have all the tools with their specific architecture and you would have to ask the developers of each of those tools to have more specific answers.

Regards,

Stephane Begaudeau, Obeo

--
Twitter: @sbegaudeau
Google+: +stephane.begaudeau
Blog: http://stephanebegaudeau.tumblr.com | Eclipse Java Development Tools Tips and Tricks
Previous Topic:How to generate codepro report in command line
Next Topic:how work with "jdk7u10" and "eclipse"
Goto Forum:
  


Current Time: Sat Mar 30 03:40:28 GMT 2024

Powered by FUDForum. Page generated in 0.05912 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top