Wrong confirmation ID
  • Email
  • Favorite
  • Download
  • Embed
  • Private Content

How To Make A Framework Plugin That Does Not Suck

by Max Andersen on Mar 24, 2010

  • 2,754 views

Eclipse plugins that tries to support a specific framework such as Hibernate, JPA, servlets, Struts, Spring, Drools, log4j, etc. all have many of the same challenges but somehow they have a tendency to...

Eclipse plugins that tries to support a specific framework such as Hibernate, JPA, servlets, Struts, Spring, Drools, log4j, etc. all have many of the same challenges but somehow they have a tendency to solve it differently and we end up with a fractured IDE from a usability and architectural perspective.

It seems like everyone understands what functionallity that is specific for their framework, but forget to consider issues like multiple version support, classpath libraries, debugging/launching and coexistence with other 3rd party framework plugins.

After working five years with this in context of JBoss Tools and Eclipse itself I came to realize a lot of this fracture is caused by either not using already existing functionallity available in Eclipse API's or simply not realizing how little effort it actually takes to handle these common issues.

This talk will outline the identified issues and present patterns and in some cases implementation for how framework plugins should be done so they work well within the majority of the Eclipse Java ecosystem.

Accessibility

Categories

Tags

natures clutter suck plugins jboss eclipsecon2010 eclipse facets developers

More...

Upload Details

Uploaded via SlideShare as Apple Keynote

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

3 Embeds 65

http://www.eclipsecon.org 46
http://www.slideshare.net 18
http://www.mefeedia.com 1

Statistics

Favorites
1
Downloads
59
Comments
1
Embed Views
65
Views on SlideShare
2,689
Total Views
2,754

11 of 1 previous next

Post Comment
Edit your comment Cancel

How To Make A Framework Plugin That Does Not Suck — Presentation Transcript