|
From: Rob H. <ro...@ca...> - 2005-05-05 11:55:14
|
Douglas, I'm working on a project at the moment that is using Spring for REST and I'll probably integrate some of my findings into the main codebase if they warrant it. So far I have found it extremely simple to build RESTful services using Spring out of the box - I just have a few framework controllers that parse the request into a DOM Document for XML REST services, some that automatically bind XML input to a command object etc. Rob Douglas Hubler wrote: >I think RESTful web services are really inline with Spring's philosophy so I was >wondering if anyone has built RESTful webservices in Spring and if so, how they >did it. RESTful advocates claim it's a philosophy, not a library, but I can't >help but think there's some URL handling classes and basic interfaces that would >go a long way. > >http://rest.blueoxen.net/cgi-bin/wiki.pl - REST wiki for more info. > > > >------------------------------------------------------- >This SF.Net email is sponsored by: NEC IT Guy Games. >Get your fingers limbered up and give it your best shot. 4 great events, 4 >opportunities to win big! Highest score wins.NEC IT Guy Games. Play to >win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > |