On 6/12/07, Patrick Angeles <[EMAIL PROTECTED]> wrote:
<snip - others can answer those better/>
So there's Wicket. Right now, I have the following reservations with
Wicket:
- CMS... as I've said, the front-end is CMS driven, and because of load,
I'd
like to keep things stateless as much as possible (altho, all bets are off
when the user logs in). I haven't yet found a good description of how 1.3
handles session state. I'd also like to know if I can mount bookmarkable
pages dynamically... say if someone were to create and publish a new CMS
page from the admin app.
the way mounting works is that wicket will try to match the longest prefix
of the path possible,
so lets say you have two mounts
/books and /books/archive
you hit a url /books/archive/foo/bar - that will match /books/archive mount
and give you the unmatched part of the path (foo and bar) as parameters
then you hit /books/23223 - that wil match /books and give you 23223 as
parameters
so for a cms you would mount the cms handler page on lets say /pages
then when a user hits /pages/bob/welcome your cms handler page will get
invoked and it will be able to retrieve the page path as a parameter
(bob/welcome) and display the proper content.
I like what I've seen of Wicket so far, and I would love to deploy the first
enterprise-class application running Wicket, but I need some advice to get
rid of the butterflies in my stomach.
you will be far from the first :)
-igor
Regards,
- P
--
View this message in context:
http://www.nabble.com/Evaluating-Wicket-tf3909204.html#a11084242
Sent from the Wicket - User mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user