3 Replies Latest reply on Sep 11, 2012 1:21 AM by davsclaus

    Fuse IDE javaDSL

    maximilien

      Hi,

       

      I've just downloaded latest FuseIDE version and seems there is still no particular support for javaDSL.

       

      We use camel inside a JavaEE application deployed in JBoss As7 cluster.

      Apache camel is a great tool we use for orchestration in java RouteBuilders but a more visual tool could help to maintain code.

      Is there a plan to have views/editors for javaDSL like in springDSL ?

       

      Best regards

      Maximilien

       

      Edited by: maxlap on Sep 3, 2012 1:01 PM

        • 1. Re: Fuse IDE javaDSL

          I asked this question a while ago, visual support for Java DSL will be awesome. Think too much emphasis on Spring by the FuseSource team was a bit overloaded!

           

          However, now that RedHat (JBoss) took over FuseSource, we'll see a more "standard' focus with Camel, this is great news!

           

          Check out JBoss' SwitchYard project, it has some visual (outline) support for Camel. The JBoss project looks really good, compliments Camel with other useful technologies, BPMN, Rules Engines, CDI, etc.

          • 2. Re: Fuse IDE javaDSL
            davsclaus

            Its not Spring only, its the XML DSL which is supported by

            - Spring

            - Spring-DM

            - OSGi Blueprint

             

            And Fuse IDE supports all 3 of them.

            • 3. Re: Fuse IDE javaDSL
              davsclaus

              At runtime Fuse IDE can view any number of Camel routes running in JVMs. It does not matter what kind of DSL you use to design the routes.

               

              Runtime view = all of them

              Design time view/editor = XML DSL only (currently).