[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

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

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 confi

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 <

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

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. > > > javax.activation >

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.                                        javax.activation                        activation                        1.1                        jar                        compile                       

Re: [Wicket-user] qwicket

2006-08-06 Thread Igor Vaynberg
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 se

Re: [Wicket-user] qwicket

2006-08-06 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]>

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 th

Re: [Wicket-user] qwicket

2006-08-06 Thread Johan Compagner
in the bug report:http://sourceforge.net/tracker/index.php?func=detail&aid=1512244&group_id=119783&atid=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 I

Re: [Wicket-user] qwicket

2006-08-05 Thread Gwyn Evans
Wicket-Phonebook's what you want - See http://wicket-stuff.sourceforge.net/wicket-phonebook/ (I must update that, as it's also got an iBatis option (edit the applicationConfig & web.inf to change) or get it directly from the SVN - http://svn.sourceforge.net/viewvc/wicket-stuff/branches/WICKET_1_2/

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

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

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 'of

[Wicket-user] qwicket

2006-08-05 Thread Michael Welter
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 fi

[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