Re: Pre-built wicket sample app for a starter to copy?

2009-05-12 Thread Matt Welch


Maarten Bosteels wrote:
 
 Are you sure you want to mix Wicket with DisplayTag ?
 I am not saying it's impossible, but when starting a Wicket project from
 scratch, I wouldn't add a JSP tag library to the mix.
 
Truth. You should really reconsider throwing DisplayTag into this. Without
going into paragraphs ans paragraphs of explanatory detail, Wicket just
doesn't work like that. I'm not saying it couldn't be done if you were
enough of a masochist, but the real question would be why?

While not nearly as bad in terms of integration, you may want to rethink
Acegi as well. Perhaps it has changed since the last project I used it on,
but at the time I hated it. Wicket has some nice hooks for adding your own
authorization/authentication schemes and there's a wicket-security project
if you want a pre-built infrastructure. 

-Matt
-- 
View this message in context: 
http://www.nabble.com/Pre-built-wicket-sample-app-for-a-starter-to-copy--tp23487461p23510113.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Pre-built wicket sample app for a starter to copy?

2009-05-12 Thread David Brown
Hello, please excuse if the wicket-security project is readily visible. 
Otherwise, reply with the link. Much appreciated. Regards, David.



There are 10 kinds of people in this world: those who understand binary and 
those who don’t (Valid only for 2's complement).

- Original Message -
From: Matt Welch matt...@welchkin.net
To: users@wicket.apache.org
Sent: Tuesday, May 12, 2009 3:46:52 PM GMT -06:00 US/Canada Central
Subject: Re: Pre-built wicket sample app for a starter to copy?



Maarten Bosteels wrote:
 
 Are you sure you want to mix Wicket with DisplayTag ?
 I am not saying it's impossible, but when starting a Wicket project from
 scratch, I wouldn't add a JSP tag library to the mix.
 
Truth. You should really reconsider throwing DisplayTag into this. Without
going into paragraphs ans paragraphs of explanatory detail, Wicket just
doesn't work like that. I'm not saying it couldn't be done if you were
enough of a masochist, but the real question would be why?

While not nearly as bad in terms of integration, you may want to rethink
Acegi as well. Perhaps it has changed since the last project I used it on,
but at the time I hated it. Wicket has some nice hooks for adding your own
authorization/authentication schemes and there's a wicket-security project
if you want a pre-built infrastructure. 

-Matt
-- 
View this message in context: 
http://www.nabble.com/Pre-built-wicket-sample-app-for-a-starter-to-copy--tp23487461p23510113.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Pre-built wicket sample app for a starter to copy?

2009-05-11 Thread Jeremy Thomerson
Search for Wicket Phonebook or just start from the quick start
http://wicket.apache.org/quickstart.html

--
Jeremy Thomerson
http://www.wickettraining.com




On Mon, May 11, 2009 at 12:03 PM, David Chang david_q_zh...@yahoo.com wrote:

 Hello, I have a web project to do and this time I am going to do it with 
 Wicket instead of Spring MVC. And I need your input.

 The tools I plan to use include Wicket, Spring, Hibernate, Acegi, and 
 Displaytag.

 I recall when I started my first Spring project, I copied Matt Rabile’s 
 example application and started to modify it, which got me off the ground 
 pretty quickly.

 For my Wicket project, I hope to see a similar pre-built or semi-built Wicket 
 application that uses the above tools for me to quickly start without 
 spending much time to figure out the “optimal” organization of files and 
 directories.

 Any idea or suggestion?   Thank you!

 Cheers!





 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Pre-built wicket sample app for a starter to copy?

2009-05-11 Thread Maarten Bosteels
Hi,

Are you sure you want to mix Wicket with DisplayTag ?
I am not saying it's impossible, but when starting a Wicket project from
scratch, I wouldn't add a JSP tag library to the mix.

Maarten

On Mon, May 11, 2009 at 7:18 PM, Jeremy Thomerson jer...@wickettraining.com
 wrote:

 Search for Wicket Phonebook or just start from the quick start
 http://wicket.apache.org/quickstart.html

 --
 Jeremy Thomerson
 http://www.wickettraining.com




 On Mon, May 11, 2009 at 12:03 PM, David Chang david_q_zh...@yahoo.com
 wrote:
 
  Hello, I have a web project to do and this time I am going to do it with
 Wicket instead of Spring MVC. And I need your input.
 
  The tools I plan to use include Wicket, Spring, Hibernate, Acegi, and
 Displaytag.
 
  I recall when I started my first Spring project, I copied Matt Rabile’s
 example application and started to modify it, which got me off the ground
 pretty quickly.
 
  For my Wicket project, I hope to see a similar pre-built or semi-built
 Wicket application that uses the above tools for me to quickly start without
 spending much time to figure out the “optimal” organization of files and
 directories.
 
  Any idea or suggestion?   Thank you!
 
  Cheers!
 
 
 
 
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org