[Wicket-user] Wicket-Template

2006-07-14 Thread Gwyn Evans
I've added a Wicket Template module/package to Wicket-Stuff -
(http://sourceforge.net/project/showfiles.php?group_id=134391package_id=197274)

Nothing too dramatic - basically a cut-down version of Quickstart,
leaving the  Maven2 pom.xml together with a (very) basic WicketApp.
It uses the Maven2 recommended folder layout and allows the creation
of a standalone WAR or the running of the web-app via the mvn
jetty6:run embedded server.

It does assume that the user's happy to use Maven2 and download the
support jars, but it takes the package size down to 31KB.

What it doesn't have is any specific Eclipse settings (as I don't use
it, so can't verify what could be transferred across from QS) but if
someone wants to add some settings to the SVN folder, I could do a new
version of the package...

For IntelliJ IDEA, mvn idea:idea *does* appear to work correctly
with IDEA 5, so there's no need to include IDEA-specific files.

/Gwyn


-
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] Wicket-Template

2006-07-14 Thread Frank Bille Jensen
Nice. I like the mvn approach better, than having a large quickstart
including libraries.

Any reason why you are using org.grlea.log and friends instead of basic
apache log commons? They are not in maven repository, so it's not
straight forward to use.

Frank


On Fri, 2006-07-14 at 11:34 +0100, Gwyn Evans wrote:
 I've added a Wicket Template module/package to Wicket-Stuff -
 (http://sourceforge.net/project/showfiles.php?group_id=134391package_id=197274)
 
 Nothing too dramatic - basically a cut-down version of Quickstart,
 leaving the  Maven2 pom.xml together with a (very) basic WicketApp.
 It uses the Maven2 recommended folder layout and allows the creation
 of a standalone WAR or the running of the web-app via the mvn
 jetty6:run embedded server.
 
 It does assume that the user's happy to use Maven2 and download the
 support jars, but it takes the package size down to 31KB.
 
 What it doesn't have is any specific Eclipse settings (as I don't use
 it, so can't verify what could be transferred across from QS) but if
 someone wants to add some settings to the SVN folder, I could do a new
 version of the package...
 
 For IntelliJ IDEA, mvn idea:idea *does* appear to work correctly
 with IDEA 5, so there's no need to include IDEA-specific files.
 
 /Gwyn
 
 
 -
 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] Wicket-Template

2006-07-14 Thread Gwyn Evans
On 14/07/06, Frank Bille Jensen [EMAIL PROTECTED] wrote:
 Nice. I like the mvn approach better, than having a large quickstart
 including libraries.

 Any reason why you are using org.grlea.log and friends instead of basic
 apache log commons? They are not in maven repository, so it's not
 straight forward to use.

  Opps - they are in the repo! (Somewhat simplified) there's a typo in
the pom regarding one of the adapters - it should be simple-log-slf4j
rather than simple-log-sl4j (i.e. a missing 'f').

  As for why Simple Logging, well, I needed an implementation of some
sort. (As this was from the viewpoint of an app, rather than a
library).In the past I had some issues with clogging, log4j 
class-loading in jetty 5, so I switched to Simple Logging as my
default, solving the issues I was seeing then  didn't switch back
when I came to knock this up.

/Gwyn


-
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] Wicket-Template

2006-07-14 Thread Frank Bille Jensen
On Fri, 2006-07-14 at 14:02 +0100, Gwyn Evans wrote:
   Opps - they are in the repo! (Somewhat simplified) there's a typo in
 the pom regarding one of the adapters - it should be simple-log-slf4j
 rather than simple-log-sl4j (i.e. a missing 'f').


Yeah that helped a lot :)

mvn eclipse:eclipse generates eclipse project just fine.

Don't you think that all the quickstart packages should just be
removed? 

Frank



-
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] Wicket-Template

2006-07-14 Thread Gwyn Evans
Well, the problem has been that the use of the QS package has drifted
away from it's core 'requirement', which is to provide a basic Wicket
development environment in a single package, which should be usable
without needing any more/other downloads.

The idea of the Template package is to try  provide for what I see an
a use cases thats emerged since then, i.e. a base project for starting
projects, maybe for demoing problems among users in a position to use
Maven2 and network access.

As such, I think there's still a good case to be made for the original
QuickStart, while allowing the Wicket Template to cater for those who
don't need all the jars bundled.  (If someone wants to add an Ant
build.xml to Template then they're welcome to, but it'll need to
assume it's dependancies are present...)

/Gwyn

On 14/07/06, Frank Bille Jensen [EMAIL PROTECTED] wrote:
 On Fri, 2006-07-14 at 14:02 +0100, Gwyn Evans wrote:
Opps - they are in the repo! (Somewhat simplified) there's a typo in
  the pom regarding one of the adapters - it should be simple-log-slf4j
  rather than simple-log-sl4j (i.e. a missing 'f').


 Yeah that helped a lot :)

 mvn eclipse:eclipse generates eclipse project just fine.

 Don't you think that all the quickstart packages should just be
 removed?

 Frank



 -
 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] Wicket-Template

2006-07-14 Thread Frank Bille Jensen
Sorry I didn't explain myself properly. I meant the wicket.quickstart
package inside your template zip file. It's dublicate of the
wicket.myproject and it isn't used as far as what I can see.

Frank

On Fri, 2006-07-14 at 16:58 +0100, Gwyn Evans wrote:
 Well, the problem has been that the use of the QS package has drifted
 away from it's core 'requirement', which is to provide a basic Wicket
 development environment in a single package, which should be usable
 without needing any more/other downloads.
 
 The idea of the Template package is to try  provide for what I see an
 a use cases thats emerged since then, i.e. a base project for starting
 projects, maybe for demoing problems among users in a position to use
 Maven2 and network access.
 
 As such, I think there's still a good case to be made for the original
 QuickStart, while allowing the Wicket Template to cater for those who
 don't need all the jars bundled.  (If someone wants to add an Ant
 build.xml to Template then they're welcome to, but it'll need to
 assume it's dependancies are present...)
 
 /Gwyn
 
 On 14/07/06, Frank Bille Jensen [EMAIL PROTECTED] wrote:
  On Fri, 2006-07-14 at 14:02 +0100, Gwyn Evans wrote:
 Opps - they are in the repo! (Somewhat simplified) there's a typo in
   the pom regarding one of the adapters - it should be simple-log-slf4j
   rather than simple-log-sl4j (i.e. a missing 'f').
 
 
  Yeah that helped a lot :)
 
  mvn eclipse:eclipse generates eclipse project just fine.
 
  Don't you think that all the quickstart packages should just be
  removed?
 
  Frank
 
 
 
  -
  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
 



-
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] Wicket-Template

2006-07-14 Thread Gwyn Evans
:-)  Ah, I see!  No, it's not needed (cue V1.0.2 and a drop to 15KB!)

/Gwyn

On 14/07/06, Frank Bille Jensen [EMAIL PROTECTED] wrote:
 Sorry I didn't explain myself properly. I meant the wicket.quickstart
 package inside your template zip file. It's dublicate of the
 wicket.myproject and it isn't used as far as what I can see.

 Frank

 On Fri, 2006-07-14 at 16:58 +0100, Gwyn Evans wrote:
  Well, the problem has been that the use of the QS package has drifted
  away from it's core 'requirement', which is to provide a basic Wicket
  development environment in a single package, which should be usable
  without needing any more/other downloads.
 
  The idea of the Template package is to try  provide for what I see an
  a use cases thats emerged since then, i.e. a base project for starting
  projects, maybe for demoing problems among users in a position to use
  Maven2 and network access.
 
  As such, I think there's still a good case to be made for the original
  QuickStart, while allowing the Wicket Template to cater for those who
  don't need all the jars bundled.  (If someone wants to add an Ant
  build.xml to Template then they're welcome to, but it'll need to
  assume it's dependancies are present...)
 
  /Gwyn
 
  On 14/07/06, Frank Bille Jensen [EMAIL PROTECTED] wrote:
   On Fri, 2006-07-14 at 14:02 +0100, Gwyn Evans wrote:
  Opps - they are in the repo! (Somewhat simplified) there's a typo in
the pom regarding one of the adapters - it should be simple-log-slf4j
rather than simple-log-sl4j (i.e. a missing 'f').
  
  
   Yeah that helped a lot :)
  
   mvn eclipse:eclipse generates eclipse project just fine.
  
   Don't you think that all the quickstart packages should just be
   removed?
  
   Frank
  
  
  
   -
   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
 



 -
 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] Wicket-Template

2006-07-14 Thread Mark Derricutt
I like the idea of this... one thing i was thinking of the other day (and had seen discussed in passing in the IRC channel) was a maven archetype for wicket that built everything for you, which would generate something like what this gives?
MarkOn 7/14/06, Gwyn Evans [EMAIL PROTECTED] wrote:
I've added a Wicket Template module/package to Wicket-Stuff -(http://sourceforge.net/project/showfiles.php?group_id=134391package_id=197274
)Nothing too dramatic - basically a cut-down version of Quickstart,leaving theMaven2 pom.xml together with a (very) basic WicketApp.It uses the Maven2 recommended folder layout and allows the creation
of a standalone WAR or the running of the web-app via the mvnjetty6:run embedded server.

-
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] Wicket-Template

2006-07-14 Thread Justin Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

In a few days (hopefully) i'll have a web enabled version of qwicket
that'll generate a zip for you to download and unzip with a complete,
ready to use project with spring+hibernate already set up for you.
Hopefully that'll get you what you need.

Mark Derricutt wrote:
 I like the idea of this...   one thing i was thinking of the other day
 (and had seen discussed in passing in the IRC channel) was a maven
 archetype for wicket that built everything for you, which would generate
 something like what this gives?
 
 Mark
 
 On 7/14/06, *Gwyn Evans* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 I've added a Wicket Template module/package to Wicket-Stuff -
 
 (http://sourceforge.net/project/showfiles.php?group_id=134391package_id=197274
 
 http://sourceforge.net/project/showfiles.php?group_id=134391package_id=197274)
 
 Nothing too dramatic - basically a cut-down version of Quickstart,
 leaving the  Maven2 pom.xml together with a (very) basic WicketApp.
 It uses the Maven2 recommended folder layout and allows the creation
 of a standalone WAR or the running of the web-app via the mvn
 jetty6:run embedded server.
 
 
 
 
 
 
 -
 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

- --
Justin Lee
http://www.antwerkz.com
AIM : evan chooly
Skype : evanchooly
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.1 (Cygwin)

iD8DBQFEuGMXJnQfEGuJ90MRA2gLAKDp6jRid2mRYeQNux+fRdBQ43lkOwCfeHCH
tJmiBKk6Gy9J4KWqzzkuvRM=
=EOHw
-END PGP SIGNATURE-


-
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