You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Bruno Aranda <br...@gmail.com> on 2005/12/20 21:48:42 UTC

A maven archetype to create a template for a web application that uses MyFaces

Hi devs,

While we are working in the maven build of myfaces, I've just created
a maven archetype [1] that can be used to create a template for a web
application that uses MyFaces. You can checkout it and test it! To do
so, follow the instructions in the wiki [2].
Once you have installed the plugin locally (it is still not in any
repository in the internet) just use the "mvn archetype:create" [3]
command to create the template wherever you want!
Eventually this plugin will be somewhere in a central repository (what
about the current place at ibiblio?, we could create a version 1.0 of
the plugin and put it there) so only using the mvn archetype:create
command it will download the plugin from internet (if not downloaded
already) and create the template.
The project created already has a maven compliant structure and
contains the pom with the needed dependencies.

Hope you like it,

Bruno

References:
[1] http://maven.apache.org/guides/introduction/introduction-to-archetypes.html
[2] http://wiki.apache.org/myfaces/Maven_Reorg (last section, called
"Testing the MyFaces Archetype")
[3] e.g. executing the command -> mvn archetype:create
-DarchetypeGroupId=org.apache.myfaces
-DarchetypeArtifactId=myfaces-archetype
-DarchetypeVersion=1.0-SNAPSHOT -DgroupId=myAppId -DartifactId=testApp

Re: A maven archetype to create a template for a web application that uses MyFaces

Posted by Werner Punz <we...@gmx.at>.
Matthias Wessendorf wrote:
> sounds like MyFaces becomes similar to RoR.
> :)
> 
not yet, a CRUD builder and scaffolding is missing.
;-)

> Bruno, great idea!
> 
> -Matthias
> 
Yes absolutely...


Re: A maven archetype to create a template for a web application that uses MyFaces

Posted by Matthias Wessendorf <mw...@gmail.com>.
sounds like MyFaces becomes similar to RoR.
:)

Bruno, great idea!

-Matthias

On 12/21/05, Martin Marinschek <ma...@gmail.com> wrote:
> sounds good!
>
> will check that out for our next project ;)
>
> regards,
>
> Martin
>
> On 12/20/05, Bruno Aranda <br...@gmail.com> wrote:
> > Hi devs,
> >
> > While we are working in the maven build of myfaces, I've just created
> > a maven archetype [1] that can be used to create a template for a web
> > application that uses MyFaces. You can checkout it and test it! To do
> > so, follow the instructions in the wiki [2].
> > Once you have installed the plugin locally (it is still not in any
> > repository in the internet) just use the "mvn archetype:create" [3]
> > command to create the template wherever you want!
> > Eventually this plugin will be somewhere in a central repository (what
> > about the current place at ibiblio?, we could create a version 1.0 of
> > the plugin and put it there) so only using the mvn archetype:create
> > command it will download the plugin from internet (if not downloaded
> > already) and create the template.
> > The project created already has a maven compliant structure and
> > contains the pom with the needed dependencies.
> >
> > Hope you like it,
> >
> > Bruno
> >
> > References:
> > [1] http://maven.apache.org/guides/introduction/introduction-to-archetypes.html
> > [2] http://wiki.apache.org/myfaces/Maven_Reorg (last section, called
> > "Testing the MyFaces Archetype")
> > [3] e.g. executing the command -> mvn archetype:create
> > -DarchetypeGroupId=org.apache.myfaces
> > -DarchetypeArtifactId=myfaces-archetype
> > -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=myAppId -DartifactId=testApp
> >
>
>
> --
>
> http://www.irian.at
>
> Your JSF powerhouse -
> JSF Consulting, Development and
> Courses in English and German
>
> Professional Support for Apache MyFaces
>


--
Matthias Wessendorf
Zülpicher Wall 12, 239
50674 Köln
http://www.wessendorf.net
mwessendorf-at-gmail-dot-com

Re: A maven archetype to create a template for a web application that uses MyFaces

Posted by Martin Marinschek <ma...@gmail.com>.
sounds good!

will check that out for our next project ;)

regards,

Martin

On 12/20/05, Bruno Aranda <br...@gmail.com> wrote:
> Hi devs,
>
> While we are working in the maven build of myfaces, I've just created
> a maven archetype [1] that can be used to create a template for a web
> application that uses MyFaces. You can checkout it and test it! To do
> so, follow the instructions in the wiki [2].
> Once you have installed the plugin locally (it is still not in any
> repository in the internet) just use the "mvn archetype:create" [3]
> command to create the template wherever you want!
> Eventually this plugin will be somewhere in a central repository (what
> about the current place at ibiblio?, we could create a version 1.0 of
> the plugin and put it there) so only using the mvn archetype:create
> command it will download the plugin from internet (if not downloaded
> already) and create the template.
> The project created already has a maven compliant structure and
> contains the pom with the needed dependencies.
>
> Hope you like it,
>
> Bruno
>
> References:
> [1] http://maven.apache.org/guides/introduction/introduction-to-archetypes.html
> [2] http://wiki.apache.org/myfaces/Maven_Reorg (last section, called
> "Testing the MyFaces Archetype")
> [3] e.g. executing the command -> mvn archetype:create
> -DarchetypeGroupId=org.apache.myfaces
> -DarchetypeArtifactId=myfaces-archetype
> -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=myAppId -DartifactId=testApp
>


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces