Re: T5: Upgrade of t5-restful-webservices

2008-12-31 Thread thermus
I've been looking for something like this. Thanks for contributing your work! I concur about the autowiring comment. Would be nice if that was automatic. texomaleo wrote: > > Version 0.2.0 supports multiple RESTful web service methods per IoC > service > class by way of the @RestfulWebMetho

Re: T5: Upgrade of t5-restful-webservices

2008-12-30 Thread Inge Solvoll
Worked nicely. Added a web services package in my pages package. It doesn't matter where you put the class, but of course the class reloading feature requires that you put it in reloadable packages. My next step is to implement generic authentication for my web services. I'll probably just create

Re: T5: Upgrade of t5-restful-webservices

2008-12-30 Thread Inge Solvoll
I like this!! Will certainly check it out for potential use in my application. Thank you! It is very important to do what you did here, provide a very simple tutorial that contains all the essential information you need. I understood the concept in 1 minute, and instantly saw the potential. Well

T5: Upgrade of t5-restful-webservices

2008-12-25 Thread Bill Holloway
Version 0.2.0 supports multiple RESTful web service methods per IoC service class by way of the @RestfulWebMethod annotation. The request-path arguments in the URL are also now translated using ValueEncoders. See http://code.google.com/p/t5-restful-webservices. The GettingStarted page should be