2 Replies Latest reply on Dec 17, 2009 6:50 AM by luxspes

    Appfuse and Weld

    asookazian

      I'm learning Maven.


      Stumbled upon the following cmd: mvn archetype:generate


      http://maven.apache.org/plugins/maven-archetype-plugin/usage.html


      Appfuse.  How can I use Appfuse with Weld if I wanted the following stack: Tapestry, Weld, iBATIS (for example)?


      mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-tapestry-archetype -DarchetypeVersion=2.1.0-M1 -DgroupId=com.mycompany -DartifactId=myproject


      Sounds like a maven archetype is required for this...


      appfuse-basic-weld-archetype


      I know Steven is already working on a Weld archetype, but I'm not sure it's appfuse-based or not...

        • 1. Re: Appfuse and Weld
          pmuir

          Appfuse has nothing much to do with Maven archetypes. We have no plan to support appfuse, nor Tapestry, nor iBATIS in Seam :-)

          • 2. Re: Appfuse and Weld

            Pete Muir wrote on Dec 16, 2009 13:47:


            Appfuse has nothing much to do with Maven archetypes. We have no plan to support appfuse


            The thing I do not like about AppFuse is that extending or modifying it  does not seem to be easy



            nor Tapestry, nor iBATIS in Seam :-)


            Mmmm, guess that means I need to support both in Solder ;-)