3 Replies Latest reply on Dec 5, 2007 12:23 PM by rg64

    Eclipse Maven support bundled in IONA FUSE Tooling

    rg64

      It appears the IONA FUSE Tooling includes a bundled version of the M2Eclipse plugin available at http://m2eclipse.codehaus.org/. If this is correct, what version of the M2Eclipse plugin is bundled? Has IONA customized the plugin to provide add'l features not available in the original version? If so, can you list your value-adds? Also, how frequently do you incorporate fixes released in the M2Eclipse plugin back into your enhanced version? Since the IONA FUSE Tooling is closed source and minimal documentation exists for the Maven support in your tooling, I would much prefer to get my Eclipse Maven support from the M2Eclipse plugin instead of your tooling. However, I am not sure if I can use the M2Eclipse plugin alongside your tooling? Do you know if this is possible?

       

      - Ron

        • 1. Re: Eclipse Maven support bundled in IONA FUSE Tooling
          rg64

          I am interested in creating FUSE ESB archetypes using the q4e Maven plugin for Eclipse (http://code.google.com/p/q4e/) rather than using the Maven plugin bundled with the IONA FUSE Tooling. The immediate advantage of q4e over the FUSE Tooling is its ability to create Camel and CXF projects from within the Eclipse IDE which the FUSE Tooling does not currently support. Q4E also appears to be the initial codebase for the new Eclipse Integration for Apache Maven (Eclipse IAM) Technology project starting up at the Eclipse Foundation so I would prefer our developers become familiar with its UI etc.

           

          Unfortunately, Q4E cannot co-exist in the same workspace as the Maven support bundled in the IONA FUSE Tooling. So if I want to use all the non-Maven pieces of the IONA FUSE Tooling, is there a way to disable just the Maven pieces of the IONA FUSE Tooling plugin? Also, how much of the IONA FUSE Tooling's ability to deploy artifacts to the WTP-based FUSE ESB server dependent upon the Maven portion of the Maven tooling?

           

          - Ron

          • 2. Re: Eclipse Maven support bundled in IONA FUSE Tooling
            oisin

            Hi Ron,

            We're also looking at replacing the existing m2eclipse code with q4e -- as you have already discerned, there were some changes made to the m2eclipse code base, which I gather were not accepted back into the main development stream. It's a good move for us to replace the existing m2eclipse dependency with q4e.

             

            So, let's get to your questions - first, we haven't been updating our m2eclipse code to track the latest versions of that project. We're going to go down the road of q4e to replace, rather than having a messy catchup. I hope this statement will cover all of the questions in your first post.

             

            Q:  if I want to use all the non-Maven pieces of the IONA FUSE Tooling, is there a way to disable just the Maven pieces of the IONA FUSE Tooling plugin?

             

            There's no straightforward way to do this, I think. The

            org.maven.ide.eclipse

            plugin contributes some 20 extensions to Eclipse, ranging from the usual commands and decorators, to launch pages, wizards, natures and builders. A replace will need to fill out these extensions, mapping them to their own implementation. The

            org.maven.ide.eclipse.wtp

            plugin contributes a handful, mostly around facets and a server publisher - which I think leads in to the next question.

             

            Q: Also, how much of the IONA FUSE Tooling's ability to deploy artifacts to the WTP-based FUSE ESB server dependent upon the Maven portion of the Maven tooling?

             

            The

            org.maven.ide.eclipse.wtp

            plugin provides an extension to allow the publishing of artifacts to servers (in the context of the WTP Service Framework). The publishing is actually done using maven2 also - the code in the publisher will execute maven2 against a goal that is conventionally named moduleId.publish.goal</tt>. So maven is in there all the way.

            • 3. Re: Eclipse Maven support bundled in IONA FUSE Tooling
              rg64

              Hi Oisin,

               

              Thanks for your detailed response. Do you have an idea of the major tooling features I would give up by using a combination of Eclipse STP, q4e, and the Cimero WTP Server Runtime instead of the IONA FUSE Tooling in the short term until IONA delivers a next-generation Tooling platform?

               

              I have a requirement to provide support for creating CXF top-down and bottom-up services that are deployable to the FUSE ESB Server and that can leverage the JAX-WS STP features. Once I have a cxf-se-service-unit project imported into Eclipse, do you what manual steps might be required to STP-enable such a project? I'll be trying to reverse engineer this capability in the near future and then hopefully automate such a process. Any tips you could provide would be appreciated.

               

              Thanks,

               

              - Ron