Re: [Wicket-user] Maven2 archetypes

2006-09-04 Thread Martin Funk
i havent seen the patch in the code yet.
let me know if there are problems wit it, that i could get rid of.

martin

Igor Vaynberg schrieb:

 i think this is a good thing to have, martijn will you encorporate the
 patch?

 -Igor


 On 8/29/06, *Martin Funk*  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:

 If anyone is still interested in this subject, you can look at
 
 https://sourceforge.net/tracker/?func=detailatid=684978aid=1547784group_id=119783
 
 https://sourceforge.net/tracker/?func=detailatid=684978aid=1547784group_id=119783
 where I put a patch file to show how it could become part of wicket.

 After applying the patch

 wicket-parent mvn -Pjdk1.4 install
 plus
 wicket-parent mvn install
 ought to install the archetype, after which the archetype can be
 used like:

 mvn archetype:create -DarchetypeGroupId=wicket \
   -DarchetypeArtifactId=wicket-archetype-template \
   -DgroupId=de.mywicket.app -DartifactId=myfirstwicketapp


 Have fun,

 Martin

 Gwyn Evans schrieb:

 Hadn't thought about it - might be worth leaving it 'till it's on
 the
 Wicket repo at least?
 Maybe wait till Martijn's back to see what he says about ibiblio, but
 sounds good to me, at least.
 
 /Gwyn
 
 On 17/08/06, Martin Funk  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 
 Verry nice, thank you.
 
 Personally I wouldn't mind seeing a couple wicket-archetypes on
 ibiblio,
 that way a 'simple':
  - mvn archetype:create -DarchetypeGroupId=wicket
 -DarchetypeArtifactId=wicket-archetype-template
 -DgroupId=de.mywicket.app -DartifactId=myfirstwicketapp
 could get you started with developing your fist wicket application,
 right from scratch, provided that maven and the internet is
 present.
 
 Btw. are you going to, or should I, close the feature request?
 
 Have fun,
 
 Martin
 
 
 Gwyn Evans schrieb:
 
 
 
 Nice - Have added to wicket-stuff SVN  will have to have a look at
 adding to the Wicket repo!
 
 /Gwyn
 
 On 15/08/06, Martin Funk  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 
 
 
 Hi,
 
 I've been playing arround with maven archetypes as described in
 http://maven.apache.org/guides/mini/guide-creating-archetypes.html
 
 Things went faster as expected and at the end I came up with a
 maven
 archetype for wicket. The archetype creates a project that
 looks very
 much the same as a project createt using wicket-template from
 wicket-stuff.
 
 If anyone is interested you can check out the patch file I
 attached to a
 feature proposal for wicket-stuff.
 [ 1540913 ] wicket-archetypes Maven2 archetypes for wicket
 
 
 https://sourceforge.net/tracker/?func=detailatid=730671aid=1540913group_id=134391
 
 https://sourceforge.net/tracker/?func=detailatid=730671aid=1540913group_id=134391
 
 Usage should be pretty straight foreward.
 Once the patch is applied change into the subfolder of
 wicket-archetypes. So far only one archetype is present :-)
 
 - mvn install
 should install the archetype locally. After this it might be
 used like:
 
 - mvn archetype:create -DarchetypeGroupId=archetypeGroupId
 -DarchetypeArtifactId=archetypeArtifactId \
-DarchetypeVersion=archetypeVersion
 -DgroupId=groupId -DartifactId=artifactId
 e.g.:
 - mvn archetype:create -DarchetypeGroupId=wicket
 -DarchetypeArtifactId=wicket-archetype-template \
-DarchetypeVersion=1.0-SNAPSHOT
 -DgroupId=de.mywicket.app -DartifactId=wicket-template
 
 
 Have fun,
 
 Martin
 
 
 -
 Using Tomcat but need to do more? Need to support web
 services, security?
 Get stuff done quickly with pre-integrated technology to make
 your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on
 Apache Geronimo
 
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 
 
 
 
 
 
 
 
 -
 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make
 your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on
 Apache Geronimo
 
 

Re: [Wicket-user] Maven2 archetypes

2006-08-29 Thread Igor Vaynberg
i think this is a good thing to have, martijn will you encorporate the patch?-IgorOn 8/29/06, Martin Funk 
[EMAIL PROTECTED] wrote:If anyone is still interested in this subject, you can look at
https://sourceforge.net/tracker/?func=detailatid=684978aid=1547784group_id=119783where I put a patch file to show how it could become part of wicket.
After applying the patchwicket-parent mvn -Pjdk1.4 installpluswicket-parent mvn installought to install the archetype, after which the archetype can be used like:mvn archetype:create -DarchetypeGroupId=wicket \
-DarchetypeArtifactId=wicket-archetype-template \-DgroupId=de.mywicket.app -DartifactId=myfirstwicketappHave fun,MartinGwyn Evans schrieb:Hadn't thought about it - might be worth leaving it 'till it's on the
Wicket repo at least?Maybe wait till Martijn's back to see what he says about ibiblio, butsounds good to me, at least./GwynOn 17/08/06, Martin Funk 
[EMAIL PROTECTED] wrote:Verry nice, thank you.Personally I wouldn't mind seeing a couple wicket-archetypes on ibiblio,that way a 'simple': - mvn archetype:create -DarchetypeGroupId=wicket
-DarchetypeArtifactId=wicket-archetype-template-DgroupId=de.mywicket.app -DartifactId=myfirstwicketappcould get you started with developing your fist wicket application,right from scratch, provided that maven and the internet is present.
Btw. are you going to, or should I, close the feature request?Have fun,MartinGwyn Evans schrieb:
Nice - Have added to wicket-stuff SVN  will have to have a look atadding to the Wicket repo!/GwynOn 15/08/06, Martin Funk 
[EMAIL PROTECTED] wrote:Hi,I've been playing arround with maven archetypes as described in
http://maven.apache.org/guides/mini/guide-creating-archetypes.htmlThings went faster as expected and at the end I came up with a maven
archetype for wicket. The archetype creates a project that looks verymuch the same as a project createt using wicket-template from wicket-stuff.If anyone is interested you can check out the patch file I attached to a
feature proposal for wicket-stuff.[ 1540913 ] wicket-archetypes Maven2 archetypes for wicket
https://sourceforge.net/tracker/?func=detailatid=730671aid=1540913group_id=134391Usage should be pretty straight foreward.Once the patch is applied change into the subfolder of
wicket-archetypes. So far only one archetype is present :-)- mvn installshould install the archetype locally. After this it might be used like:
- mvn archetype:create -DarchetypeGroupId=archetypeGroupId-DarchetypeArtifactId=archetypeArtifactId \ -DarchetypeVersion=archetypeVersion
-DgroupId=groupId -DartifactId=artifactIde.g.:- mvn archetype:create -DarchetypeGroupId=wicket-DarchetypeArtifactId=wicket-archetype-template \
 -DarchetypeVersion=1.0-SNAPSHOT-DgroupId=de.mywicket.app -DartifactId=wicket-templateHave fun,
Martin-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easierDownload IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user
-Using Tomcat but need to do more? Need to support web services, security?Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimohttp://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Maven2 archetypes

2006-08-17 Thread Martin Funk
Verry nice, thank you.

Personally I wouldn't mind seeing a couple wicket-archetypes on ibiblio,
that way a 'simple':
 - mvn archetype:create -DarchetypeGroupId=wicket
-DarchetypeArtifactId=wicket-archetype-template
-DgroupId=de.mywicket.app -DartifactId=myfirstwicketapp
could get you started with developing your fist wicket application,
right from scratch, provided that maven and the internet is present.

Btw. are you going to, or should I, close the feature request?

Have fun,

Martin


Gwyn Evans schrieb:

Nice - Have added to wicket-stuff SVN  will have to have a look at
adding to the Wicket repo!

/Gwyn

On 15/08/06, Martin Funk [EMAIL PROTECTED] wrote:
  

Hi,

I've been playing arround with maven archetypes as described in
http://maven.apache.org/guides/mini/guide-creating-archetypes.html

Things went faster as expected and at the end I came up with a maven
archetype for wicket. The archetype creates a project that looks very
much the same as a project createt using wicket-template from wicket-stuff.

If anyone is interested you can check out the patch file I attached to a
feature proposal for wicket-stuff.
[ 1540913 ] wicket-archetypes Maven2 archetypes for wicket
https://sourceforge.net/tracker/?func=detailatid=730671aid=1540913group_id=134391

Usage should be pretty straight foreward.
Once the patch is applied change into the subfolder of
wicket-archetypes. So far only one archetype is present :-)

 - mvn install
should install the archetype locally. After this it might be used like:

 - mvn archetype:create -DarchetypeGroupId=archetypeGroupId
-DarchetypeArtifactId=archetypeArtifactId \
-DarchetypeVersion=archetypeVersion
-DgroupId=groupId -DartifactId=artifactId
e.g.:
 - mvn archetype:create -DarchetypeGroupId=wicket
-DarchetypeArtifactId=wicket-archetype-template \
-DarchetypeVersion=1.0-SNAPSHOT
-DgroupId=de.mywicket.app -DartifactId=wicket-template


Have fun,

Martin

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





  



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Maven2 archetypes

2006-08-17 Thread Gwyn Evans
Hadn't thought about it - might be worth leaving it 'till it's on the
Wicket repo at least?
Maybe wait till Martijn's back to see what he says about ibiblio, but
sounds good to me, at least.

/Gwyn

On 17/08/06, Martin Funk [EMAIL PROTECTED] wrote:
 Verry nice, thank you.

 Personally I wouldn't mind seeing a couple wicket-archetypes on ibiblio,
 that way a 'simple':
  - mvn archetype:create -DarchetypeGroupId=wicket
 -DarchetypeArtifactId=wicket-archetype-template
 -DgroupId=de.mywicket.app -DartifactId=myfirstwicketapp
 could get you started with developing your fist wicket application,
 right from scratch, provided that maven and the internet is present.

 Btw. are you going to, or should I, close the feature request?

 Have fun,

 Martin


 Gwyn Evans schrieb:

 Nice - Have added to wicket-stuff SVN  will have to have a look at
 adding to the Wicket repo!
 
 /Gwyn
 
 On 15/08/06, Martin Funk [EMAIL PROTECTED] wrote:
 
 
 Hi,
 
 I've been playing arround with maven archetypes as described in
 http://maven.apache.org/guides/mini/guide-creating-archetypes.html
 
 Things went faster as expected and at the end I came up with a maven
 archetype for wicket. The archetype creates a project that looks very
 much the same as a project createt using wicket-template from wicket-stuff.
 
 If anyone is interested you can check out the patch file I attached to a
 feature proposal for wicket-stuff.
 [ 1540913 ] wicket-archetypes Maven2 archetypes for wicket
 https://sourceforge.net/tracker/?func=detailatid=730671aid=1540913group_id=134391
 
 Usage should be pretty straight foreward.
 Once the patch is applied change into the subfolder of
 wicket-archetypes. So far only one archetype is present :-)
 
  - mvn install
 should install the archetype locally. After this it might be used like:
 
  - mvn archetype:create -DarchetypeGroupId=archetypeGroupId
 -DarchetypeArtifactId=archetypeArtifactId \
 -DarchetypeVersion=archetypeVersion
 -DgroupId=groupId -DartifactId=artifactId
 e.g.:
  - mvn archetype:create -DarchetypeGroupId=wicket
 -DarchetypeArtifactId=wicket-archetype-template \
 -DarchetypeVersion=1.0-SNAPSHOT
 -DgroupId=de.mywicket.app -DartifactId=wicket-template
 
 
 Have fun,
 
 Martin
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 
 
 
 
 


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-- 
Download Wicket 1.2.1 now! - http://wicketframework.org

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Maven2 archetypes

2006-08-17 Thread Nathan Hamblen
There's always...

mvn archetype:create -DarchetypeGroupId=net.databinder \
  -DarchetypeArtifactId=data-app -DarchetypeVersion=0.6 \
  -DgroupId=example -DartifactId=myExample

Nathan

Martin Funk wrote:
 Verry nice, thank you.
 
 Personally I wouldn't mind seeing a couple wicket-archetypes on ibiblio,
 that way a 'simple':
  - mvn archetype:create -DarchetypeGroupId=wicket
 -DarchetypeArtifactId=wicket-archetype-template
 -DgroupId=de.mywicket.app -DartifactId=myfirstwicketapp
 could get you started with developing your fist wicket application,
 right from scratch, provided that maven and the internet is present.
 
 Btw. are you going to, or should I, close the feature request?
 
 Have fun,
 
 Martin


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Maven2 archetypes

2006-08-16 Thread Gwyn Evans
Nice - Have added to wicket-stuff SVN  will have to have a look at
adding to the Wicket repo!

/Gwyn

On 15/08/06, Martin Funk [EMAIL PROTECTED] wrote:
 Hi,

 I've been playing arround with maven archetypes as described in
 http://maven.apache.org/guides/mini/guide-creating-archetypes.html

 Things went faster as expected and at the end I came up with a maven
 archetype for wicket. The archetype creates a project that looks very
 much the same as a project createt using wicket-template from wicket-stuff.

 If anyone is interested you can check out the patch file I attached to a
 feature proposal for wicket-stuff.
 [ 1540913 ] wicket-archetypes Maven2 archetypes for wicket
 https://sourceforge.net/tracker/?func=detailatid=730671aid=1540913group_id=134391

 Usage should be pretty straight foreward.
 Once the patch is applied change into the subfolder of
 wicket-archetypes. So far only one archetype is present :-)

  - mvn install
 should install the archetype locally. After this it might be used like:

  - mvn archetype:create -DarchetypeGroupId=archetypeGroupId
 -DarchetypeArtifactId=archetypeArtifactId \
 -DarchetypeVersion=archetypeVersion
 -DgroupId=groupId -DartifactId=artifactId
 e.g.:
  - mvn archetype:create -DarchetypeGroupId=wicket
 -DarchetypeArtifactId=wicket-archetype-template \
 -DarchetypeVersion=1.0-SNAPSHOT
 -DgroupId=de.mywicket.app -DartifactId=wicket-template


 Have fun,

 Martin

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-- 
Download Wicket 1.2.1 now! - http://wicketframework.org

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user