The last year we have been working full time on JBoss Tools and JBoss Developer Studio. One of the challenges we had were to add support for JBoss Seam in Eclipse. Similar to what the Seam team did for the underlying frameworks (JSF, EJB3, JPA, etc.) we had to do integrate/adjust for the various plugins that exists in the Eclipse family (WTP, JSF, Dali, etc.).

It had its challenges, e.g. WTP not really supporting JEE 5, Dali not liking multiple projects, WTP requiring multiple projects, Eclipse not really having a good way of handling nested projects and the lack of proper library dependency management built into Eclipse.

Fortunately it had its upsides too, e.g. Eclipse's Java 5 support is decent, WTP having a Server API that was usable (but though not perfect), XULRunner being there to realize the visual page editor etc.

I am sure others trying to implement Eclipse tooling support for their web or application framework will have bumped into similar good/bad things in Eclipse and would like to come and talk about it at the BOF at EclipseCon next week called Adding support for Web frameworks in Eclipse. I and Koen Aaers will be there trying to spark the discussion.

On the subject of EclipseCon I will also be doing two small talks:

How to extend JBoss Tools Visual Page Editor for custom tag libraries

JBoss Seam and Eclipse

...and a JBoss Gold sponsored talk:

Eclipse Plugins for Seam, JSF, JBoss AS and more

See you there!


Back to top