Where do you want to use REST for in your app? I use some REST url's in mij application using the IndexedParamUrlCodingStrategy (of course REST is far more than URL's only...).
Sample URL's are: /activate/<some very long encoded key> - Activates a profile after initial signup /profile/scott - shows Scott's profile /reset/scott - Resets Scott's password 2008/5/27 Brill Pappin <[EMAIL PROTECTED]>: > <chuckle> > > There's that word I keep hearing... "should" :) > Actually I keep saying it too, and give myself a slap. > > IMO, REST is great for services, but it's pretty strict in terms of what is > "RESTful". > I think something *like* wicket could work in a RESTful way, but Wicket > does > not and I doubt ever will (if it ever does, it won't be wicket code your > using today). > > - Brill Pappin > > -----Original Message----- > From: Johan Compagner [mailto:[EMAIL PROTECTED] > Sent: Monday, May 26, 2008 12:02 PM > To: [email protected] > Subject: Re: hi everyone, does anyone know how can we use RESTFUL in > wicket? > > But REST is how http/internet should work! > > On Mon, May 26, 2008 at 5:59 PM, Igor Vaynberg <[EMAIL PROTECTED]> > wrote: > > > rest is for services, wicket is for ui. why does anything need to be > > integrated? > > > > -igor > > > > On Mon, May 26, 2008 at 7:47 AM, shrimpywu <[EMAIL PROTECTED]> wrote: > > > > > > hi everyone, does anyone know how can we use RESTFUL in wicket? > > > > > > now the RestFul framework is quite popular.. > > > doest anyone know how can we put it into wicket?? > > > > > > do we need to integrate some other framework with wicket? or wicket > > already > > > support that? > > > -- > > > View this message in context: > > http://www.nabble.com/hi-everyone%2C-does-anyone-know-how-can-we-use-R > > ESTFUL-in-wicket--tp17473242p17473242.html > > > Sent from the Wicket - User mailing list archive at Nabble.com. > > > > > > > > > -------------------------------------------------------------------- > > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Martijn Lindhout JointEffort IT Services http://www.jointeffort.nl [EMAIL PROTECTED] +31 (0)6 18 47 25 29
