Re: [Wicket-user] Webby is cool

2007-02-14 Thread nilo de roock

Sorry, I should have given the link. It is http://r8fe.net/webby/ as you
already mentioned. I found it through the Wicket links section btw.
- nilo


Jean-Baptiste Quenot-3 wrote:
> 
> * nilo de roock:
> 
>> Today I looked at WebbyDB, it's a 'PHP-type-of-dump-classes-on-webpage'
>> app,
>> hibernate handles the persistency side. It depends on webby, wicket,
>> databinder and hibernate.
> 
> Do you have a pointer please?  Or is it http://r8fe.net/webby/
> -- 
>  Jean-Baptiste Quenot
> aka  John Banana   Qwerty
> http://caraldi.com/jbq/
> 
> -
> 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=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Webby-is-cool-tf3177665.html#a8966738
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Test Frameworks and Wicket

2007-02-10 Thread nilo de roock

I had a brief look at the WicketTester example. It's not something I would
like to use for writing a functional regressing test. But I don't think
WicketTester was meant for that in the first place, more as a TestCase
helper. I suppose Wicket still needs more whitepapers, tutorials, books,
articles, the lot. ;-)

At the end of the day a user receives html and javascript a point where it
should be invisible wether this has been generated by either Wicket or plain
vanilla Servlets. I have been looking at some test frameworks. I have no
experience with either of them, but Canoo WebTest looks to what I had in
mind.


HttpUnit, written in Java, emulates the relevant portions of browser
behavior, including form submission, JavaScript, basic http authentication,
cookies and automatic page redirection, and allows Java test code to examine
returned pages either as text, an XML DOM, or containers of forms, tables,
and links. When combined with a framework such as JUnit, it is fairly easy
to write tests that very quickly verify the functioning of a web site. (
ServletUnit, which is included in the HttpUnit download, makes it possible
to test and develop servlets using the same techniques used to test web
sites without a servlet container using ServletUnit. )
http://www.httpunit.org/

HtmlUnit is a java unit testing framework for testing web based
applications. It is similar in concept to httpunit but is very different in
implementation. Which one is better for you depends on how you like to write
your tests. HttpUnit models the http protocol so you deal with request and
response objects. HtmlUnit on the other hand, models the returned document
so that you deal with pages and forms and tables.
http://htmlunit.sourceforge.net/

Canoo WebTest is a tool for XP style acceptance testing of web applications.
It calls web pages and verifies the result against expected properties.
There are engines for both HttpUnit and HtmlUnit. Tests are described in
terms of ANT scripts. Test reporting is done via XML/XSLT. Canoo also
supports Groovy and is the de facto tool for Grails.
http://webtest.canoo.com/

JWebUnit provides a high-level API for navigating a web application combined
with a set of assertions to verify the application's correctness. This
includes navigation via links, form entry and submission, validation of
table contents, and other typical business web application features.
JWebUnit 1.x is based on HtmlUnit. The dev 2.x also supports Selenium.
http://jwebunit.sourceforge.net/

Any comments, ideas?
-nilo

P.S.
Jython based but cool, and it actually works http://maxq.tigris.org/ 

-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--Test-Frameworks-and-Wicket-tf3205798.html#a8902211
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] writing unit tests

2007-02-10 Thread nilo de roock

Hi,
No complications yet!, thank G-d.

Just setting up a scale model of a (Wicket) development environment,
including all the other software, procedures and tools. As for developing I
am a very strong believer in the 'test-first, develop-later' way of doing
things, maybe that explains my interest in testing at this stage.

As for Wicket Tester, I haven't used it yet. I will very soon though.
-nilo


Carfield Yim-2 wrote:
> 
> WicketTester is good for me for most case... may be you can share the
> complications you have?
> 
> On 1/31/07, Nino Wael <[EMAIL PROTECTED]> wrote:
>>
>>
>>
>>
>> Hi
>>
>>
>>
>> I've been wondering about best practices for writing unit tests with
>> wicket?
>>
>>
>>
>> Looking around the source of wicket, I can see that most uses junit. A
>> few
>> places wicket tester are used.
>>
>>
>>
>> Last time I wrote a test I tried writing using jwebunit and http unit (as
>> I
>> remember). I tried using the wicket test framework, but it gave me some
>> complications (might be because I was new to the wicket world). Also this
>> was on wicket 1.x.
>>
>>
>>
>> What do others do?
>>
>>
>>
>> -Nino Wael
>>
>>
>> -
>> 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.php&p=sourceforge&CID=DEVDEV
>> ___
>> 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=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--writing-unit-tests-tf3147996.html#a8899546
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] writing unit tests

2007-02-10 Thread nilo de roock

Good results or not...

"...
Currently Watij supports automating Internet Explorer on Windows only.
Future plans are in place to support others like Mozilla.
..."

What's the point in using Java for the server and html / javascript for
clients if, at the end of the day the message is: the app only supports IE?

I can't justify that.
-nilo


Peter Thomas-4 wrote:
> 
> I haven't tried to use WicketTester etc. for JUnit testing yet, plan to.
> 
> Just wanted to mention that I personally have had good results with Watij
> [
> http://watij.com ] so you can automate browser based testing in Java
> itself,
> so no need to learn Ruby, Javascript etc.
> 
> On 2/10/07, nilo de roock <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hai,
>>
>> I wonder how you got on with setting up your testenvironment?
>> For a comprehensive Wicket try-out I have to set up a test environment.
>> Normally I use Junit ( for classes ) and Jdemo ( for Swing apps ),
>> testing
>> of web-apps however, is something I haven't included in a regressiontest
>> before.
>>
>> As I said I am very interested to hear from your experiences.
>> What choices did you make? Are you satisfied with your setup?
>> Selenium is new to me, I will have a look at that but I don't want Ruby
>> creeping in, or any other language except Java. Can you recommend
>> Selenium?
>> Are you in fact using Wicket Test?
>>
>> Any other Wicket developerZ have an opinion on testing?
>> -nilo
>>
>>
>>
>> Nino Wael wrote:
>> >
>> > Hi
>> >
>> > I've been wondering about best practices for writing unit tests with
>> > wicket?
>> >
>> > Looking around the source of wicket, I can see that most uses junit. A
>> few
>> > places wicket tester are used.
>> >
>> > Last time I wrote a test I tried writing using jwebunit and http unit
>> (as
>> > I remember). I tried using the wicket test framework, but it gave me
>> some
>> > complications (might be because I was new to the wicket world). Also
>> this
>> > was on wicket 1.x.
>> >
>> > What do others do?
>> >
>> > -Nino Wael
>> >
>> >
>> >
>> >
>> >
>> -
>> > 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.php&p=sourceforge&CID=DEVDEV
>> > ___
>> > Wicket-user mailing list
>> > Wicket-user@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wicket-user
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/-Wicket-user--writing-unit-tests-tf3147996.html#a8895418
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--writing-unit-tests-tf3147996.html#a8899494
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] writing unit tests

2007-02-10 Thread nilo de roock

Thanks,
I'll have a look at it.
-nilo


Peter Thomas-4 wrote:
> 
> I haven't tried to use WicketTester etc. for JUnit testing yet, plan to.
> 
> Just wanted to mention that I personally have had good results with Watij
> [
> http://watij.com ] so you can automate browser based testing in Java
> itself,
> so no need to learn Ruby, Javascript etc.
> 
> On 2/10/07, nilo de roock <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hai,
>>
>> I wonder how you got on with setting up your testenvironment?
>> For a comprehensive Wicket try-out I have to set up a test environment.
>> Normally I use Junit ( for classes ) and Jdemo ( for Swing apps ),
>> testing
>> of web-apps however, is something I haven't included in a regressiontest
>> before.
>>
>> As I said I am very interested to hear from your experiences.
>> What choices did you make? Are you satisfied with your setup?
>> Selenium is new to me, I will have a look at that but I don't want Ruby
>> creeping in, or any other language except Java. Can you recommend
>> Selenium?
>> Are you in fact using Wicket Test?
>>
>> Any other Wicket developerZ have an opinion on testing?
>> -nilo
>>
>>
>>
>> Nino Wael wrote:
>> >
>> > Hi
>> >
>> > I've been wondering about best practices for writing unit tests with
>> > wicket?
>> >
>> > Looking around the source of wicket, I can see that most uses junit. A
>> few
>> > places wicket tester are used.
>> >
>> > Last time I wrote a test I tried writing using jwebunit and http unit
>> (as
>> > I remember). I tried using the wicket test framework, but it gave me
>> some
>> > complications (might be because I was new to the wicket world). Also
>> this
>> > was on wicket 1.x.
>> >
>> > What do others do?
>> >
>> > -Nino Wael
>> >
>> >
>> >
>> >
>> >
>> -
>> > 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.php&p=sourceforge&CID=DEVDEV
>> > ___
>> > Wicket-user mailing list
>> > Wicket-user@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wicket-user
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/-Wicket-user--writing-unit-tests-tf3147996.html#a8895418
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--writing-unit-tests-tf3147996.html#a8899463
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] writing unit tests

2007-02-09 Thread nilo de roock

Hai,

I wonder how you got on with setting up your testenvironment?
For a comprehensive Wicket try-out I have to set up a test environment.
Normally I use Junit ( for classes ) and Jdemo ( for Swing apps ), testing
of web-apps however, is something I haven't included in a regressiontest
before.

As I said I am very interested to hear from your experiences.
What choices did you make? Are you satisfied with your setup?
Selenium is new to me, I will have a look at that but I don't want Ruby
creeping in, or any other language except Java. Can you recommend Selenium?
Are you in fact using Wicket Test? 

Any other Wicket developerZ have an opinion on testing?
-nilo



Nino Wael wrote:
> 
> Hi
> 
> I've been wondering about best practices for writing unit tests with
> wicket?
> 
> Looking around the source of wicket, I can see that most uses junit. A few
> places wicket tester are used.
> 
> Last time I wrote a test I tried writing using jwebunit and http unit (as
> I remember). I tried using the wicket test framework, but it gave me some
> complications (might be because I was new to the wicket world). Also this
> was on wicket 1.x.
> 
> What do others do?
> 
> -Nino Wael
> 
>  
> 
> 
> -
> 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.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--writing-unit-tests-tf3147996.html#a8895418
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ApacheCon 2007

2007-02-07 Thread nilo de roock

I forgot to ask.
Have you already decided which attendance package you are going to buy?
Will you be there all days?
Do you intend to buy extras?
Folk at my office don't know what to buy and I can't blame them. It looks
very commer$ial. Very. 
-nilo


Martijn Dashorst wrote:
> 
> It would be my first as well.
> 

-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--ApacheCon-2007-tf3189250.html#a8856532
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Programming question

2007-02-07 Thread nilo de roock

( 
Time to start coding something ;-) 
)

Hi,

Say, I have a hierarchical structure, like a project with subprojects, or a
category with subcategories where each subproject / subcategory can also
have sub's.

Something like:

Category 1 <>---|
   1..n   |
 | |
 |-|
  ( is part of )


This could be persisted in SQL like:

Table category
id - primary key
description - attribute
.
. ( other attributes ) 
.
parent - foreign key ( to category )


It is a requirement that the data is presented in a tree-table like for
example this one 

http://www.wicket-library.com/wicket-examples/ajax?wicket:bookmarkablePage=:wicket.examples.ajax.builtin.tree.EditableTreeTablePage


To the point. I am extremely jealous at PHP-folk because to them this would
be an absolute no-brainer: is there an example. preferably -best practice-
for a CRUD application for the situation I just described? 

My goal is a minimum of clean OO code. ( Database is MySQL, for persistence
Hibernate is an option which can be easily defended, but I am open to
alternatives. )
-nilo

-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--Programming-question-tf3190350.html#a8856450
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ApacheCon 2007

2007-02-07 Thread nilo de roock

There's a 2 hour presentation from Matt Raible wearing a cowboy hat on Google
Video somewhere.
I wasn't planning on seeing him live, I hope it won't be too American.
Thanks for the tips.
- nilo


Martijn Dashorst wrote:
> 
> It would be my first as well. From previous conferences (JavaOne,
> TSSJS Europe, JavaPolis):
> 
> Do's: drink lots of beer
> Don'ts: drink too much beer
> 
> Stay away from Matt Raible if you can't hold your liquor. Run and
> don't look back when he offers you a 'car bomb'.
> 
> Other than that, keep an eye out for interesting presentations, meet
> lots of interesting folks, don't hesitate to ask open source
> luminaries about their frameworks. They're just normal people with too
> much free time on their hands or no social life ;-).
> 
> Also the BoF (evening) sessions are always nice places to get information.
> 
> Martijn
> 
> On 2/7/07, nilo de roock <[EMAIL PROTECTED]> wrote:
>>
>> My office approved my attendance of the ApacheCon, all 4 days. I have
>> seen
>> that registration is open now. I thought that the entrance fee of +/-$900
>> covered everything, this doesn't seem to be the case. They charge $300
>> for
>> attending a Wicket seminar. The thing is that I am rather newbie to
>> ApacheCon's. I don't want to miss the opportunity especially since it's
>> in
>> The Netherlands. My budget is probably 4 days off plus say 1000euro out
>> of
>> the pocket expense. For a lot of companies this may be peanuts, not to
>> ours.
>>
>> Any advice on the do's and don't's regarding ApacheCon's is highly
>> appreciated.
>> -nilo
>> --
>> View this message in context:
>> http://www.nabble.com/-Wicket-user--ApacheCon-2007-tf3189250.html#a8853017
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> 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=lnk&kid=120709&bid=263057&dat=121642
>> ___
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
> 
> 
> -- 
> Vote for Wicket at the
> http://www.thebeststuffintheworld.com/vote_for/wicket
> Wicket 1.2.4 is as easy as 1-2-4. Download Wicket 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=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--ApacheCon-2007-tf3189250.html#a8855991
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] ApacheCon 2007

2007-02-07 Thread nilo de roock

My office approved my attendance of the ApacheCon, all 4 days. I have seen
that registration is open now. I thought that the entrance fee of +/-$900
covered everything, this doesn't seem to be the case. They charge $300 for
attending a Wicket seminar. The thing is that I am rather newbie to
ApacheCon's. I don't want to miss the opportunity especially since it's in
The Netherlands. My budget is probably 4 days off plus say 1000euro out of
the pocket expense. For a lot of companies this may be peanuts, not to ours.

Any advice on the do's and don't's regarding ApacheCon's is highly
appreciated.
-nilo
-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--ApacheCon-2007-tf3189250.html#a8853017
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Stockquote

2007-02-06 Thread nilo de roock

The stockquote example application does not start... What's wrong? ( Perhaps
it's just very slooow, shouldn't a prospective user be forewarned? )
- nilo
-- 
View this message in context: 
http://www.nabble.com/-Wicket-user--Stockquote-tf3183263.html#a8834688
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Webby is cool

2007-02-05 Thread nilo de roock

Today I looked at WebbyDB, it's a 'PHP-type-of-dump-classes-on-webpage' app,
hibernate handles the persistency side. It depends on webby, wicket,
databinder and hibernate. It can handle associations as well. Webby can
generate a decent starterapp for you if you have done your upfront design
stuff. Otherwise it could be used as a prototyping tool. The html it
generates is very basic but who cares? 

I rate this program rather high on the agility scale.
-nilo

-- 
View this message in context: 
http://www.nabble.com/Webby-is-cool-tf3177665.html#a8817506
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] [Wicket-User] How I selected Wicket

2007-02-04 Thread nilo de roock

( A bit off-topic but not too far )
Maybe it's interesting to know how I found Wicket. 
This was my startpoint ( i think )
http://www.java-source.net/open-source/web-frameworks
( I really like that site btw )
Apply a few criteria... otherwise I simply can't advise it to a client. ( I
already worked with Groovy for a client thanks to my advise )
- component based? ( a yes ) 
- do they have a book out? ( must, no future without one )
- company backing? ( preferred )
- what's the community like? ( i prefer CodeHaus over ASF )
Anyway,
- shortlist of 2: Tapestry, Wicket/Databinder
During the process I got doubts and looked at GWT and Echo. ( Returned asap
)
How do I like Wicket sofar?
Well, I read the book. Studied most parts of it.
What worries me is that I haven't started coding my app yet.
Subconcious doubts perhaps?
Yesterday I had a lot of annoying trouble trying to find things, etc.
Then I looked at this feature-list of Tapestry 5:
http://tapestry.apache.org/tapestry5/
They are going to address every reason why people may choose Wicket
What I don't like in Tapestry for example is the additional XML file in
between .java and .html, they fix that with annotation.
Anyway, I am going to try to compile 1.x now.
-nilo

-- 
View this message in context: 
http://www.nabble.com/-Wicket-User--How-I-selected-Wicket-tf3169035.html#a8790852
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ApacheCon Europe 2007

2007-02-03 Thread nilo de roock

My office tried to register me, but the site is still closed. You haven't
registered yet either?
Any idea of the entrance fee (for the entire week)? Ballpark is fine.
- nilo


Martijn Dashorst wrote:
> 
> As you all probably know, the Apache conference Apache Con Europe 2007
> is getting closer (read more about it here: http://apachecon.com)
> 
> We can try to organize a couple of get to gethers. I already submitted
> an Introduction to Wicket presentation (it still has to be accepted).
> We are also preparing an Introductory course (3 hours) for the monday.
> 
> I want to propose to put in a birds of a feather for the Wicket
> community. Birds of a feather are typically held in the evening.
> 
> I was wondering if you come, and what you would expect of such a get
> together. Ideas could be:
>  - discuss 2.0/2.1/3.0 roadmap
>  - get some real applications shown
>  - discuss other projects, such as wicket stuff
>  - discuss the future of the wicket 1.x branch
>  - ask the core team
> 
> Or more mundane things such as drinking beer. Any thoughts?
> 
> Martijn
> 
> -- 
> Vote for Wicket at the
> http://www.thebeststuffintheworld.com/vote_for/wicket
> Wicket 1.2.4 is as easy as 1-2-4. Download Wicket 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.php&p=sourceforge&CID=DEVDEV
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ApacheCon-Europe-2007-tf2949534.html#a8788723
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] building phonebook

2007-02-03 Thread nilo de roock

1.x right?

it's late




igor.vaynberg wrote:
> 
> yeah you need to mvn install the latest wicket and extensions from the
> wicket-1.x branch
> 
> -igor
> 
> 
> On 2/3/07, nilo de roock <[EMAIL PROTECTED]> wrote:
>>
>>
>> It's not the sources, it's the project structure, config and Hibernate
>> stuff
>> I want to look at. That seems to be set  up ok in the 1.3 version.
>> I am close on getting the 1.3 compiled... One message to go
>> -> wicket.markup.repeater.Item;
>> is missing.
>> I suppose that's 1.3 stuff?
>> What would you do?
>> -nilo
>>
>>
>> igor.vaynberg wrote:
>> >
>> > for 1.2 there is a release of phonebook on sf.net/projects/wicket-stuff
>> >
>> > its a war, and it has sources inside
>> > -igor
>> >
>> >
>> > On 2/3/07, nilo de roock <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >> Learning by doing, it often works for me. Before I commit myself to
>> >> Databinder I want to see a plain vanilla hibernate app. Phonebook
>> seems
>> >> like
>> >> a good option to study.
>> >>
>> >> Question... I have Wicket 1.2.4, what should I do?
>> >> - is there a 1.2.4 phonebook somewhere?
>> >> - upgrade to 1.3 ( must I ?? )
>> >> - try to build with 1.2.4 jars?
>> >>
>> >> What do you think?
>> >> - nilo
>> >>
>> >>
>> >> Maven output I received from mvn compile -e :
>> >>
>> >>
>> >> 1) wicket:wicket:jar:1.3-incubating-SNAPSHOT
>> >>
>> >>   Try downloading the file manually from the project website.
>> >>
>> >>   Then, install it using the command:
>> >>   mvn install:install-file -DgroupId=wicket -DartifactId=wicket \
>> >>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> >> -Dfile=/path/to/file
>> >>
>> >>   Path to dependency:
>> >> 1) wicket-stuff:wicket-phonebook:war:1.2
>> >> 2) wicket:wicket:jar:1.3-incubating-SNAPSHOT
>> >>
>> >> 2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT
>> >>
>> >>   Try downloading the file manually from the project website.
>> >>
>> >>   Then, install it using the command:
>> >>   mvn install:install-file -DgroupId=wicket
>> >> -DartifactId=wicket-spring-annot \
>> >>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> >> -Dfile=/path/to/file
>> >>
>> >>   Path to dependency:
>> >> 1) wicket-stuff:wicket-phonebook:war:1.2
>> >> 2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT
>> >>
>> >> 3) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT
>> >>
>> >>   Try downloading the file manually from the project website.
>> >>
>> >>   Then, install it using the command:
>> >>   mvn install:install-file -DgroupId=wicket
>> >> -DartifactId=wicket-spring
>> >> \
>> >>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> >> -Dfile=/path/to/file
>> >>
>> >>   Path to dependency:
>> >> 1) wicket-stuff:wicket-phonebook:war:1.2
>> >> 2) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT
>> >>
>> >> 4) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT
>> >>
>> >>   Try downloading the file manually from the project website.
>> >>
>> >>   Then, install it using the command:
>> >>   mvn install:install-file -DgroupId=wicket
>> >> -DartifactId=wicket-extensions \
>> >>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> >> -Dfile=/path/to/file
>> >>
>> >>   Path to dependency:
>> >> 1) wicket-stuff:wicket-phonebook:war:1.2
>> >> 2) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT
>> >>
>> >> --
>> >> 4 required artifacts are missing.
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/building-phonebook-tf3167475.html#a8786644
>> >> Sent from the Wicket - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >>
>> -
>> >> 

Re: [Wicket-user] building phonebook

2007-02-03 Thread nilo de roock

Ok, but how do I do that? 
There is nothing beyond 1.2.4
The pom -as is- does not work at first, 1.3-incubator whatever breaks the
script so I changed that back to 1.2.4
I also tried to find the 1.3 and 2.0 branches on Sourceforge SVN but there
is nothing there.
- nilo



igor.vaynberg wrote:
> 
> yeah you need to mvn install the latest wicket and extensions from the
> wicket-1.x branch
> 
> -igor
> 
> 
> On 2/3/07, nilo de roock <[EMAIL PROTECTED]> wrote:
>>
>>
>> It's not the sources, it's the project structure, config and Hibernate
>> stuff
>> I want to look at. That seems to be set  up ok in the 1.3 version.
>> I am close on getting the 1.3 compiled... One message to go
>> -> wicket.markup.repeater.Item;
>> is missing.
>> I suppose that's 1.3 stuff?
>> What would you do?
>> -nilo
>>
>>
>> igor.vaynberg wrote:
>> >
>> > for 1.2 there is a release of phonebook on sf.net/projects/wicket-stuff
>> >
>> > its a war, and it has sources inside
>> > -igor
>> >
>> >
>> > On 2/3/07, nilo de roock <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >> Learning by doing, it often works for me. Before I commit myself to
>> >> Databinder I want to see a plain vanilla hibernate app. Phonebook
>> seems
>> >> like
>> >> a good option to study.
>> >>
>> >> Question... I have Wicket 1.2.4, what should I do?
>> >> - is there a 1.2.4 phonebook somewhere?
>> >> - upgrade to 1.3 ( must I ?? )
>> >> - try to build with 1.2.4 jars?
>> >>
>> >> What do you think?
>> >> - nilo
>> >>
>> >>
>> >> Maven output I received from mvn compile -e :
>> >>
>> >>
>> >> 1) wicket:wicket:jar:1.3-incubating-SNAPSHOT
>> >>
>> >>   Try downloading the file manually from the project website.
>> >>
>> >>   Then, install it using the command:
>> >>   mvn install:install-file -DgroupId=wicket -DartifactId=wicket \
>> >>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> >> -Dfile=/path/to/file
>> >>
>> >>   Path to dependency:
>> >> 1) wicket-stuff:wicket-phonebook:war:1.2
>> >> 2) wicket:wicket:jar:1.3-incubating-SNAPSHOT
>> >>
>> >> 2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT
>> >>
>> >>   Try downloading the file manually from the project website.
>> >>
>> >>   Then, install it using the command:
>> >>   mvn install:install-file -DgroupId=wicket
>> >> -DartifactId=wicket-spring-annot \
>> >>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> >> -Dfile=/path/to/file
>> >>
>> >>   Path to dependency:
>> >> 1) wicket-stuff:wicket-phonebook:war:1.2
>> >> 2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT
>> >>
>> >> 3) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT
>> >>
>> >>   Try downloading the file manually from the project website.
>> >>
>> >>   Then, install it using the command:
>> >>   mvn install:install-file -DgroupId=wicket
>> >> -DartifactId=wicket-spring
>> >> \
>> >>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> >> -Dfile=/path/to/file
>> >>
>> >>   Path to dependency:
>> >> 1) wicket-stuff:wicket-phonebook:war:1.2
>> >> 2) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT
>> >>
>> >> 4) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT
>> >>
>> >>   Try downloading the file manually from the project website.
>> >>
>> >>   Then, install it using the command:
>> >>   mvn install:install-file -DgroupId=wicket
>> >> -DartifactId=wicket-extensions \
>> >>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> >> -Dfile=/path/to/file
>> >>
>> >>   Path to dependency:
>> >> 1) wicket-stuff:wicket-phonebook:war:1.2
>> >> 2) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT
>> >>
>> >> --
>> >> 4 required artifacts are missing.
>> >> --
>> >> View this message in context:
>> >> http://www.n

Re: [Wicket-user] building phonebook

2007-02-03 Thread nilo de roock

It's not the sources, it's the project structure, config and Hibernate stuff
I want to look at. That seems to be set  up ok in the 1.3 version.
I am close on getting the 1.3 compiled... One message to go
-> wicket.markup.repeater.Item; 
is missing.
I suppose that's 1.3 stuff?
What would you do?
-nilo


igor.vaynberg wrote:
> 
> for 1.2 there is a release of phonebook on sf.net/projects/wicket-stuff
> 
> its a war, and it has sources inside
> -igor
> 
> 
> On 2/3/07, nilo de roock <[EMAIL PROTECTED]> wrote:
>>
>>
>> Learning by doing, it often works for me. Before I commit myself to
>> Databinder I want to see a plain vanilla hibernate app. Phonebook seems
>> like
>> a good option to study.
>>
>> Question... I have Wicket 1.2.4, what should I do?
>> - is there a 1.2.4 phonebook somewhere?
>> - upgrade to 1.3 ( must I ?? )
>> - try to build with 1.2.4 jars?
>>
>> What do you think?
>> - nilo
>>
>>
>> Maven output I received from mvn compile -e :
>>
>>
>> 1) wicket:wicket:jar:1.3-incubating-SNAPSHOT
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>   mvn install:install-file -DgroupId=wicket -DartifactId=wicket \
>>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>   Path to dependency:
>> 1) wicket-stuff:wicket-phonebook:war:1.2
>> 2) wicket:wicket:jar:1.3-incubating-SNAPSHOT
>>
>> 2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>   mvn install:install-file -DgroupId=wicket
>> -DartifactId=wicket-spring-annot \
>>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>   Path to dependency:
>> 1) wicket-stuff:wicket-phonebook:war:1.2
>> 2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT
>>
>> 3) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>   mvn install:install-file -DgroupId=wicket
>> -DartifactId=wicket-spring
>> \
>>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>   Path to dependency:
>> 1) wicket-stuff:wicket-phonebook:war:1.2
>> 2) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT
>>
>> 4) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT
>>
>>   Try downloading the file manually from the project website.
>>
>>   Then, install it using the command:
>>   mvn install:install-file -DgroupId=wicket
>> -DartifactId=wicket-extensions \
>>   -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>   Path to dependency:
>> 1) wicket-stuff:wicket-phonebook:war:1.2
>> 2) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT
>>
>> --
>> 4 required artifacts are missing.
>> --
>> View this message in context:
>> http://www.nabble.com/building-phonebook-tf3167475.html#a8786644
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> 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=lnk&kid=120709&bid=263057&dat=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=lnk&kid=120709&bid=263057&dat=121642
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/building-phonebook-tf3167475.html#a8787485
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] building phonebook

2007-02-03 Thread nilo de roock

Learning by doing, it often works for me. Before I commit myself to
Databinder I want to see a plain vanilla hibernate app. Phonebook seems like
a good option to study.

Question... I have Wicket 1.2.4, what should I do?
- is there a 1.2.4 phonebook somewhere?
- upgrade to 1.3 ( must I ?? )
- try to build with 1.2.4 jars?

What do you think?
- nilo


Maven output I received from mvn compile -e :


1) wicket:wicket:jar:1.3-incubating-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=wicket -DartifactId=wicket \
  -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
1) wicket-stuff:wicket-phonebook:war:1.2
2) wicket:wicket:jar:1.3-incubating-SNAPSHOT

2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=wicket
-DartifactId=wicket-spring-annot \
  -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
1) wicket-stuff:wicket-phonebook:war:1.2
2) wicket:wicket-spring-annot:jar:1.3-incubating-SNAPSHOT

3) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=wicket -DartifactId=wicket-spring \
  -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
1) wicket-stuff:wicket-phonebook:war:1.2
2) wicket:wicket-spring:jar:1.3-incubating-SNAPSHOT

4) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=wicket
-DartifactId=wicket-extensions \
  -Dversion=1.3-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Path to dependency:
1) wicket-stuff:wicket-phonebook:war:1.2
2) wicket:wicket-extensions:jar:1.3-incubating-SNAPSHOT

--
4 required artifacts are missing.
-- 
View this message in context: 
http://www.nabble.com/building-phonebook-tf3167475.html#a8786644
Sent from the Wicket - User mailing list archive at Nabble.com.


-
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=lnk&kid=120709&bid=263057&dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user