Re: [Wicket-user] QWicket

2007-07-31 Thread Igor Vaynberg
the author of qwicket is allergic to maven, so you will have to configure
the project yourself

-igor


On 7/31/07, winlaw [EMAIL PROTECTED] wrote:


 HI

 I a new to Wicket and have downloaded the QWicket quickstart but it has no
 pom file so will not allow to run mvn idea:idea to generate the Intellji
 files. Van anyone advise please?

 Many thanks.

 winlaw
 --
 View this message in context:
 http://www.nabble.com/QWicket-tf4194381.html#a11928454
 Sent from the Wicket - User mailing list archive at Nabble.com.


 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 IMPORTANT NOTICE:

 This mailing list is shutting down. Please subscribe to the Apache Wicket
 user list. Send a message to: users-subscribe at wicket.apache.org and
 follow the instructions.
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
IMPORTANT NOTICE:

This mailing list is shutting down. Please subscribe to the Apache Wicket user 
list. Send a message to: users-subscribe at wicket.apache.org and follow the 
instructions.
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] QWicket

2007-07-31 Thread winlaw

HI 

I a new to Wicket and have downloaded the QWicket quickstart but it has no
pom file so will not allow to run mvn idea:idea to generate the Intellji
files. Van anyone advise please?

Many thanks.

winlaw
-- 
View this message in context: 
http://www.nabble.com/QWicket-tf4194381.html#a11928454
Sent from the Wicket - User mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
IMPORTANT NOTICE:

This mailing list is shutting down. Please subscribe to the Apache Wicket user 
list. Send a message to: users-subscribe at wicket.apache.org and follow the 
instructions.
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] qwicket

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

Ok.  I finally got the new version uploaded.  My host was having some
issues last night.  Qwicket now supports basic bean definitions in the
UI. The CRUD pages still aren't there, but the requisite services and
DAOs are as well as the spring configurations. The spring setup and
project layout have changed a fair bit in this release. What was being
done with ant filters has been changed to use spring property
replacement. Customization of these property values are now stored in
src/conf/application-override.properties with the defaults in
src/conf/application.properties.

This release introduces Users into Qwicket itself. You can now save your
project and return to it at a later date. You can still work
anonymously, though, if you prefer. This release should be pretty solid
but it was little rushed to finish before I present at the Denver JUG on
the 9th so if you see something, please fill out a bug report using the
link in the menu on the left.

Md Mozammel Haque wrote:
 Thanks Igor! After manually adding most of the required jar files, and
 fixing/changing several jar files (for versioning issues), I am able to
 run my first qwicket webapp. It took quite an effort, though it was
 worth it. On my way to explore it to more detail...
 
 - Mozammel
 
 On 8/7/06, *Igor Vaynberg* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 
 the problem is that some jars provided by sun are not allowed to be
 redistributed. in this case javax.mail is the problem. you have to go
 and manually download the file from sun and put it into your local
 repo.
 
 if you try to run qwicket's maven build and then look under your maven
 repo you will see a folder javax/mail/mail/1.3.3. inside this folder
 you will see mail-1.3.3.pom but no jar - because it is only available
 from sun. inside the pom is a url to go download this file, once you
 download it rename the jar to mail-1.3.3.jar and put it into that
 folder.
 
 run the maven build again and you should be good to go. notice you
 might have to repeat this procedure for other dependencies that are
 only available from sun.
 
 but once you install them you wont have this problem anymore so its a
 one time deal.
 
 -Igor
 
 
 On 8/6/06, Md Mozammel Haque  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
  Yes, I also tried to run it but fell into same problem. Can you please
  explain little more regarding massage your maven repository? Or,
 the
  documentation/script that you are developing may be real helpful
 for running
  qwicket apps out of the box.
 
  - Mozammel
 
 
  On 8/6/06, Justin Lee  [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:
 It does run out of the box, but you do need to massage your maven
 repository first.  I'm working on some documentation and a
 script to
 help do that as simply as possible.  The problem is that sun
 restricts
 the distribution of their jar files so that they can't be bundled.
 
 Michael Welter wrote:
 I used the qwicket web page to generate a skeleton
 project.  When I
 compiled, it was unable to get the jar files.  I added the jars
  manually.
 
 When I move the war file to Tomcat and try to bring up the
 first page, I
 get 404 not found.
 
 Will the skeleton project run out of the box (at least the
 first page)?
 
 Thanks,
 
 
 --
 Justin Lee
 http://www.antwerkz.com
 AIM : evan chooly
 Skype : evanchooly
  
  
 
 -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net 's Techsay panel and you'll get the chance
 to share
  your
opinions on IT  business topics through brief surveys -- and
 earn cash
  
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
  
 
 
 
 
 
 -
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to
 share your
  opinions on IT  business topics through brief surveys -- and earn
 cash
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
 mailto:Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 

Re: [Wicket-user] qwicket

2006-08-07 Thread Md Mozammel Haque
Yes, I also tried to run it but fell into same problem. Can you please explain little more regarding massage your maven repository? Or, the documentation/script that you are developing may be real helpful for running qwicket apps out of the box.
- MozammelOn 8/6/06, Justin Lee [EMAIL PROTECTED] wrote:
-BEGIN PGP SIGNED MESSAGE-Hash: RIPEMD160It does run out of the box, but you do need to massage your mavenrepository first.I'm working on some documentation and a script tohelp do that as simply as possible.The problem is that sun restricts
the distribution of their jar files so that they can't be bundled.Michael Welter wrote: I used the qwicket web page to generate a skeleton project.When I compiled, it was unable to get the jar files.I added the jars manually.
 When I move the war file to Tomcat and try to bring up the first page, I get 404 not found. Will the skeleton project run out of the box (at least the first page)? Thanks,
- --Justin Leehttp://www.antwerkz.comAIM : evan choolySkype : evanchooly-BEGIN PGP SIGNATURE-Version: GnuPG v1.4.2.1 (Cygwin)iD8DBQFE1fQzJnQfEGuJ90MRA1V0AJ4kBrE4SpYKSx2qJnFGMTh3gNHivgCfXiRt
osB0GEOeSKEuY3KYE4iz9wY==/Vec-END PGP SIGNATURE--Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net
's Techsay panel and you'll get the chance to share youropinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] qwicket

2006-08-07 Thread Janne Hietamäki
Version 1.4 of javamail can be redistributed, the jars can be found from ibiblio's maven repository.                dependency                        groupIdjavax.activation/groupId                        artifactIdactivation/artifactId                        version1.1/version                        typejar/type                        scopecompile/scope                /dependency                dependency                        groupIdjavax.mail/groupId                        artifactIdmail/artifactId                        version1.4/version                        typejar/type                        scopecompile/scope                /dependencyOn 7.8.2006, at 9.38, Igor Vaynberg wrote:the problem is that some jars provided by sun are not allowed to beredistributed. in this case javax.mail is the problem. you have to goand manually download the file from sun and put it into your localrepo.  Janne HietamäkiCemron Ltdhttp://www.cemron.fi -
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] qwicket

2006-08-07 Thread Igor Vaynberg
thats good stuff, justin mind updating qwicket to 1.4?

-Igor


On 8/7/06, Janne Hietamäki [EMAIL PROTECTED] wrote:


 Version 1.4 of javamail can be redistributed, the jars can be found from
 ibiblio's maven repository.

 dependency
 groupIdjavax.activation/groupId
 artifactIdactivation/artifactId
 version1.1/version
 typejar/type
 scopecompile/scope
 /dependency
 dependency
 groupIdjavax.mail/groupId
 artifactIdmail/artifactId
 version1.4/version
 typejar/type
 scopecompile/scope
 /dependency



 On 7.8.2006, at 9.38, Igor Vaynberg wrote:

 the problem is that some jars provided by sun are not allowed to be
 redistributed. in this case javax.mail is the problem. you have to go
 and manually download the file from sun and put it into your local
 repo.


  Janne Hietamäki
 Cemron Ltd
 http://www.cemron.fi




 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] qwicket

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

I'm pushing out a new version with updated docs today (and the bean
builder!).  The javamail 1.3.3 dep comes from commons-email but i'll see
if I can't override it that manually.  Thanks for the heads up, janne.

Igor Vaynberg wrote:
 thats good stuff, justin mind updating qwicket to 1.4?
 
 -Igor
 
 
 On 8/7/06, Janne Hietamäki [EMAIL PROTECTED] wrote:

 Version 1.4 of javamail can be redistributed, the jars can be found from
 ibiblio's maven repository.

 dependency
 groupIdjavax.activation/groupId
 artifactIdactivation/artifactId
 version1.1/version
 typejar/type
 scopecompile/scope
 /dependency
 dependency
 groupIdjavax.mail/groupId
 artifactIdmail/artifactId
 version1.4/version
 typejar/type
 scopecompile/scope
 /dependency



 On 7.8.2006, at 9.38, Igor Vaynberg wrote:

 the problem is that some jars provided by sun are not allowed to be
 redistributed. in this case javax.mail is the problem. you have to go
 and manually download the file from sun and put it into your local
 repo.


  Janne Hietamäki
 Cemron Ltd
 http://www.cemron.fi




 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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)

iD8DBQFE1zssJnQfEGuJ90MRA+6DAJ9CeCSu8AdOMBAncfbxgcZrE5bMdQCePIeY
45e424wdRY0GRLDBnytGfI4=
=ImMk
-END PGP SIGNATURE-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] qwicket

2006-08-07 Thread Md Mozammel Haque
Thanks Igor! After manually adding most of the required jar files, and fixing/changing several jar files (for versioning issues), I am able to run my first qwicket webapp. It took quite an effort, though it was worth it. On my way to explore it to more detail...
- MozammelOn 8/7/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
the problem is that some jars provided by sun are not allowed to beredistributed. in this case javax.mail is the problem. you have to goand manually download the file from sun and put it into your localrepo.
if you try to run qwicket's maven build and then look under your mavenrepo you will see a folder javax/mail/mail/1.3.3. inside this folderyou will see mail-1.3.3.pom but no jar - because it is only available
from sun. inside the pom is a url to go download this file, once youdownload it rename the jar to mail-1.3.3.jar and put it into thatfolder.run the maven build again and you should be good to go. notice you
might have to repeat this procedure for other dependencies that areonly available from sun.but once you install them you wont have this problem anymore so its aone time deal.-IgorOn 8/6/06, Md Mozammel Haque 
[EMAIL PROTECTED] wrote: Yes, I also tried to run it but fell into same problem. Can you please explain little more regarding massage your maven repository? Or, the
 documentation/script that you are developing may be real helpful for running qwicket apps out of the box. - Mozammel On 8/6/06, Justin Lee 
[EMAIL PROTECTED] wrote:  -BEGIN PGP SIGNED MESSAGE-  Hash: RIPEMD160   It does run out of the box, but you do need to massage your maven  repository first.I'm working on some documentation and a script to
  help do that as simply as possible.The problem is that sun restricts  the distribution of their jar files so that they can't be bundled.   Michael Welter wrote:   I used the qwicket web page to generate a skeleton project.When I
   compiled, it was unable to get the jar files.I added the jars manually. When I move the war file to Tomcat and try to bring up the first page, I   get 404 not found.
 Will the skeleton project run out of the box (at least the first page)? Thanks, - --  Justin Lee
  http://www.antwerkz.com  AIM : evan chooly  Skype : evanchooly  -BEGIN PGP SIGNATURE-  Version: GnuPG v1.4.2.1 (Cygwin)
   iD8DBQFE1fQzJnQfEGuJ90MRA1V0AJ4kBrE4SpYKSx2qJnFGMTh3gNHivgCfXiRt  osB0GEOeSKEuY3KYE4iz9wY=  =/Vec  -END PGP SIGNATURE-  
 -  Take Surveys. Earn Cash. Influence the Future of IT  Join SourceForge.net 's Techsay panel and you'll get the chance to share
 your  opinions on IT  business topics through brief surveys -- and earn cash  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  ___  Wicket-user mailing list  Wicket-user@lists.sourceforge.net  
https://lists.sourceforge.net/lists/listinfo/wicket-user  - Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT  business topics through brief surveys -- and earn cash 
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV ___ Wicket-user mailing list 
Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user-
Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user-- Md Mozammel Haque
http://www.mozammelhaque.comCell: (+88) 015 231 7067
-
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] qwicket

2006-08-06 Thread Johan Compagner
in the bug report:http://sourceforge.net/tracker/index.php?func=detailaid=1512244group_id=119783atid=684975
i describe in the comments how to quickstart the quickstart without the use of any ide.johanOn 8/5/06, Michael Welter 
[EMAIL PROTECTED] wrote:qicket-quickstart appears to focus on the IDEs (I'm a vi kinda guy).
Must one use an IDE with quickstart?I was able to compile using Maven.I'm really interested in a wicket-spring-hibernate template.Is qwicketwhere I should be, or are there other options?Thanks,
Gwyn Evans wrote: I'm not all that familier with what qwicket produces, so can't be much help. I don't recall anything particular when I tried it a while back, but I was probably looking at the code rather than if it ran out of
 the box. For an all-in, out-of-the-box setup, you might want to have a look at the 'official' wicket-quickstart, or if you've got a working Maven2 environment, wicket-template, from the wicket-stuff project
 /Gwyn On 05/08/06, Michael Welter [EMAIL PROTECTED] wrote: I used the qwicket web page to generate a skeleton project.When I
 compiled, it was unable to get the jar files.I added the jars manually. When I move the war file to Tomcat and try to bring up the first page, I get 404 not found.
 Will the skeleton project run out of the box (at least the first page)? Thanks, -- Michael Welter Telecom Matters Corp. Denver, Colorado US
 +1.303.414.4980 [EMAIL PROTECTED] www.TelecomMatters.net -
 Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV ___
 Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user
--Michael WelterTelecom Matters Corp.Denver, Colorado US+1.303.414.4980[EMAIL PROTECTED]
www.TelecomMatters.net-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cashhttp://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] qwicket

2006-08-06 Thread Justin Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

It does run out of the box, but you do need to massage your maven
repository first.  I'm working on some documentation and a script to
help do that as simply as possible.  The problem is that sun restricts
the distribution of their jar files so that they can't be bundled.

Michael Welter wrote:
 I used the qwicket web page to generate a skeleton project.  When I 
 compiled, it was unable to get the jar files.  I added the jars manually.
 
 When I move the war file to Tomcat and try to bring up the first page, I 
 get 404 not found.
 
 Will the skeleton project run out of the box (at least the first page)?
 
 Thanks,
 

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

iD8DBQFE1fQzJnQfEGuJ90MRA1V0AJ4kBrE4SpYKSx2qJnFGMTh3gNHivgCfXiRt
osB0GEOeSKEuY3KYE4iz9wY=
=/Vec
-END PGP SIGNATURE-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] qwicket

2006-08-05 Thread Gwyn Evans
I'm not all that familier with what qwicket produces, so can't be much
help. I don't recall anything particular when I tried it a while back,
but I was probably looking at the code rather than if it ran out of
the box.

For an all-in, out-of-the-box setup, you might want to have a look
at the 'official' wicket-quickstart, or if you've got a working Maven2
environment, wicket-template, from the wicket-stuff project

/Gwyn

On 05/08/06, Michael Welter [EMAIL PROTECTED] wrote:
 I used the qwicket web page to generate a skeleton project.  When I
 compiled, it was unable to get the jar files.  I added the jars manually.

 When I move the war file to Tomcat and try to bring up the first page, I
 get 404 not found.

 Will the skeleton project run out of the box (at least the first page)?

 Thanks,

 --
 Michael Welter
 Telecom Matters Corp.
 Denver, Colorado US
 +1.303.414.4980
 [EMAIL PROTECTED]
 www.TelecomMatters.net

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] qwicket

2006-08-05 Thread Michael Welter
qicket-quickstart appears to focus on the IDEs (I'm a vi kinda guy). 
Must one use an IDE with quickstart?  I was able to compile using Maven.

I'm really interested in a wicket-spring-hibernate template.  Is qwicket 
where I should be, or are there other options?

Thanks,

Gwyn Evans wrote:
 I'm not all that familier with what qwicket produces, so can't be much
 help. I don't recall anything particular when I tried it a while back,
 but I was probably looking at the code rather than if it ran out of
 the box.
 
 For an all-in, out-of-the-box setup, you might want to have a look
 at the 'official' wicket-quickstart, or if you've got a working Maven2
 environment, wicket-template, from the wicket-stuff project
 
 /Gwyn
 
 On 05/08/06, Michael Welter [EMAIL PROTECTED] wrote:
 I used the qwicket web page to generate a skeleton project.  When I
 compiled, it was unable to get the jar files.  I added the jars manually.

 When I move the war file to Tomcat and try to bring up the first page, I
 get 404 not found.

 Will the skeleton project run out of the box (at least the first page)?

 Thanks,

 --
 Michael Welter
 Telecom Matters Corp.
 Denver, Colorado US
 +1.303.414.4980
 [EMAIL PROTECTED]
 www.TelecomMatters.net

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys -- and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

 
 

-- 
Michael Welter
Telecom Matters Corp.
Denver, Colorado US
+1.303.414.4980
[EMAIL PROTECTED]
www.TelecomMatters.net

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] qwicket

2006-08-05 Thread Igor Vaynberg
as far as jars..i created a pom yesterday for qwicket and as soon as justin has time to put it in the dependencies will be easily available via maven.-IgorOn 8/5/06, 
Michael Welter [EMAIL PROTECTED] wrote:
I used the qwicket web page to generate a skeleton project.When Icompiled, it was unable to get the jar files.I added the jars manually.When I move the war file to Tomcat and try to bring up the first page, I
get 404 not found.Will the skeleton project run out of the box (at least the first page)?Thanks,--Michael WelterTelecom Matters Corp.Denver, Colorado US+1.303.414.4980
[EMAIL PROTECTED]www.TelecomMatters.net-Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing listWicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] qwicket online

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

As promised, I've converted qwicket to be a wicket app rather than a
Swing/JWS app.  You can try it out at http://qwicket.sf.net.  Nothing to
download anymore other than your code.  There might be a couple of minor
glitches here and there.  Please let me know if you find anything and
file something in the tracker.  You can read (a little bit) more at
http://www.antwerkz.com/wp/?p=1010.

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

iD8DBQFEwS00JnQfEGuJ90MRAxYbAKDO2FigjfcMZfA7/60rhl9fDb0ObgCePLPX
n5DVOtoac4a6SC/fkslZedE=
=yxRe
-END PGP SIGNATURE-

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user