On 16 February 2011 12:45, James Strachan <[email protected]> wrote: > On 16 February 2011 12:19, Jean-Baptiste Onofré <[email protected]> wrote: >> Hi Janne, >> >> Currently, ServiceMix developers use mainly Eclipse or IntelliJ IDEA (it's >> my case). >> I don't know if there are NetBeans users. >> >> Previously, Fuse developed a Eclipse plugin to design Camel routes. The new >> Camel Rider is now pure web based. > > FWIW Fuse IDE is based around Eclipse... > http://fusesource.com/fuse/camel-beta/ > > the web based version is coming out later this year. The current beta > focusses purely on Camel EIP design & editing. More OSGi / JBI / Karaf > tooling is expected in later releases though. > > Fuse IDE comes with m2eclipse which is pretty handy for working with > maven projects too; e.g. creating archetypes, working with pom.xml and > running maven goals etc.
Incidentally Fuse IDE works with any Camel endpoints; so you can use it to define camel routes defining JBI and NMR endpoints or routing to/from camel to/from JBI or NMR. The main decision you need to make isn't so much whether or not you want to use JBI, NMR or other endpoints (they are just URIs after all, use whichever makes sense to your integration problem and the components you're working with), its more about what deployment artefact you want to build. It could be just an XML document, an OSGi bundle or a JBI service assembly. ?Currently Maven and m2eclipse provides tooling for creating those (along with servicemix archetypes and maven plugin for the latter). -- James ------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: jstrachan Blog: http://macstrac.blogspot.com/ Open Source Integration
