RE: Maven2 and Spring

2007-01-23 Thread Minto.van.der.Sluis


Hi,

Have a look at www.appfuse.org There latest release (2.0 M2) uses Maven
archetypes to easily set up new projects.

Hope this is what you were looking for.

Regards,

Minto

 

-Oorspronkelijk bericht-
Van: Khabot, Zakaria [mailto:[EMAIL PROTECTED] 
Verzonden: dinsdag 23 januari 2007 15:36
Aan: Maven Users List
Onderwerp: Maven2 and Spring

 

Hi all,

 

I have created a project using the command:

 

mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
-DgroupId=fr.tge.test -DartifactId=Test

 

Witch goal should I execute to generate a web app implementing the
framework Spring and how to download the plugin.

 

Thanks.

 

 



This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be
copied, disclosed to, retained or used by, any other party. If you are
not an intended recipient then please promptly delete this e-mail and
any attachment and all copies and inform the sender. Thank you.


DISCLAIMER
De informatie in deze e-mail is vertrouwelijk en uitsluitend bestemd voor de 
geadresseerde. Indien u niet de geadresseerde bent, wordt u er hierbij op 
gewezen, dat u geen recht heeft kennis te nemen van de rest van deze e-mail, 
deze te gebruiken, te kopieren of te verstrekken aan andere personen dan de 
geadresseerde. Indien u deze e-mail abusievelijk hebt ontvangen, brengt u dan 
alstublieft de afzender op de hoogte, waarbij u bij deze gevraagd wordt het 
originele bericht te vernietigen. Politie Amsterdam-Amstelland is niet 
verantwoordelijk voor de inhoud van deze e-mail en wijst iedere 
aansprakelijkheid af voor en/of in verband met alle gevolgen en/of schade van 
een onjuiste of onvolledige verzending ervan. Tenzij uitdrukkelijk het 
tegendeel blijkt, kunnen aan dit bericht geen rechten worden ontleend. Het 
gebruik van Internet e-mail brengt zekere risico's met zich. Daarom wordt 
iedere aansprakelijkheid voor het gebruik van dit medium door de Politie 
Amsterdam-Amstelland van de hand gewezen. 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven2 and Spring

2007-01-23 Thread Rod Coffin

If you want to generate Struts projects consider another archetype.  The
webtide link sent earlier by Julien included a Struts archetype.  It wasn't
built with Spring integration in mind so you'll need to enhance the project
accordingly.

Rod

On 1/23/07, Khabot, Zakaria <[EMAIL PROTECTED]> wrote:



Thanks for your help,
I want to generate a project with a webapp folder using Struts.
Wich artifact have I to use instide og
DarchetypeArtifactId=jsf-maven-archetype
Tks


--


-Message d'origine-
De : Rod Coffin [mailto:[EMAIL PROTECTED]
Envoyé : mardi 23 janvier 2007 14:52
À : Maven Users List
Objet : Re: Maven2 and Spring

Zakaria,

I have created a Maven archetype which creates JSF web projects with
Spring integration.  I also have one that creates JPA projects, also using
Spring.
If you're interested in these you can find more information about at:

http://wiki.rodcoffin.com/index.php?title=Maven_Home

Much of this content is still in progress but might be of help.

Regards,

Rod

On 1/23/07, Khabot, Zakaria <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi all,
>
>
>
> I have created a project using the command:
>
>
>
> mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
> -DgroupId=fr.tge.test -DartifactId=Test
>
>
>
> Witch goal should I execute to generate a web app implementing the
> framework Spring and how to download the plugin.
>
>
>
> Thanks.
>
>
>
>
>
>
>
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential
> information and/or be subject to legal privilege. It should not be
> copied, disclosed to, retained or used by, any other party. If you are
> not an intended recipient then please promptly delete this e-mail and
> any attachment and all copies and inform the sender. Thank you.
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: Maven2 and Spring

2007-01-23 Thread Khabot, Zakaria
 
Thanks for your help,
I want to generate a project with a webapp folder using Struts.
Wich artifact have I to use instide og DarchetypeArtifactId=jsf-maven-archetype 
 
Tks


-- 


-Message d'origine-
De : Rod Coffin [mailto:[EMAIL PROTECTED] 
Envoyé : mardi 23 janvier 2007 14:52
À : Maven Users List
Objet : Re: Maven2 and Spring

Zakaria,

I have created a Maven archetype which creates JSF web projects with Spring 
integration.  I also have one that creates JPA projects, also using Spring.
If you're interested in these you can find more information about at:

http://wiki.rodcoffin.com/index.php?title=Maven_Home

Much of this content is still in progress but might be of help.

Regards,

Rod

On 1/23/07, Khabot, Zakaria <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi all,
>
>
>
> I have created a project using the command:
>
>
>
> mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
> -DgroupId=fr.tge.test -DartifactId=Test
>
>
>
> Witch goal should I execute to generate a web app implementing the 
> framework Spring and how to download the plugin.
>
>
>
> Thanks.
>
>
>
>
>
>
>
> This e-mail and any attachment is for authorised use by the intended
> recipient(s) only. It may contain proprietary material, confidential 
> information and/or be subject to legal privilege. It should not be 
> copied, disclosed to, retained or used by, any other party. If you are 
> not an intended recipient then please promptly delete this e-mail and 
> any attachment and all copies and inform the sender. Thank you.
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re : Maven2 and Spring

2007-01-23 Thread Julien HENRY
Hi,

The command you used generate a simple project. You should use another 
archetype for Spring.

AFAIK there is no Spring archetype in the maven repository, but you can use the 
one provided by Webtide:
http://www.webtide.com/resources.jsp

I don't know if Webtide archetypes are available on a repository, but they 
suggest to download and install manually their archetypes.

++

Julien

- Message d'origine 
De : "Khabot, Zakaria" <[EMAIL PROTECTED]>
À : Maven Users List 
Envoyé le : Mardi, 23 Janvier 2007, 15h35mn 41s
Objet : Maven2 and Spring

 

Hi all,

 

I have created a project using the command:

 

mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
-DgroupId=fr.tge.test -DartifactId=Test

 

Witch goal should I execute to generate a web app implementing the
framework Spring and how to download the plugin.

 

Thanks.

 

 



This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.









___ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven2 and Spring

2007-01-23 Thread Rod Coffin

Zakaria,

I have created a Maven archetype which creates JSF web projects with Spring
integration.  I also have one that creates JPA projects, also using Spring.
If you're interested in these you can find more information about at:

http://wiki.rodcoffin.com/index.php?title=Maven_Home

Much of this content is still in progress but might be of help.

Regards,

Rod

On 1/23/07, Khabot, Zakaria <[EMAIL PROTECTED]> wrote:




Hi all,



I have created a project using the command:



mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
-DgroupId=fr.tge.test -DartifactId=Test



Witch goal should I execute to generate a web app implementing the
framework Spring and how to download the plugin.



Thanks.







This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary material, confidential
information and/or be subject to legal privilege. It should not be copied,
disclosed to, retained or used by, any other party. If you are not an
intended recipient then please promptly delete this e-mail and any
attachment and all copies and inform the sender. Thank you.




Maven2 and Spring

2007-01-23 Thread Khabot, Zakaria
 

Hi all,

 

I have created a project using the command:

 

mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes
-DgroupId=fr.tge.test -DartifactId=Test

 

Witch goal should I execute to generate a web app implementing the
framework Spring and how to download the plugin.

 

Thanks.

 

 



This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.