Re: REST Show case

2008-01-18 Thread Adam Hardy
I don't think this has been mentioned before, apologies if it has been. It can't do any harm though. I keep meaning to post here to encourage anyone who wants REST to work better to lobby for HTML 5 features. For example, should accept HTTP delete, put etc. See the links below. Adam Hi

Re: REST Show case

2008-01-18 Thread Jeromy Evans
No, all my statements relate to Struts2.1.1. The RestfulActionMapper in Struts2.0.11 is an entirely different beast Due to the dependency on CodeBehind and the major changes affecting that plugin it can't be claimed to be ready for production use at this time. There are still a few features

Re: REST Show case

2008-01-18 Thread Roberto Nunnari
Thank you Jeromy. I'll look into that and experiment a bit! humm.. just one more question.. is it ready for production use? From your statements I understand that you use them all for production use, but if I look at the struts 2.0.11 distribution there's no rest plugin and on the wiki I see tha

Re: REST Show case

2008-01-17 Thread Jeromy Evans
Hi Roberto, The CodeBehind plugin is probably being replaced with the "Convention" plugin in Struts2.1.1 - a merge of SmartURLs, CodeBehind and Zero-Configuration into one plugin. The purpose is that by following some conventions almost all the configuration can be eliminated. The intention

Re: REST Show case

2008-01-17 Thread Roberto Nunnari
Hi Jeromy. That's very cool! One question comes to my mind. As I have no idea what the CodeBehind plugin is, and as I usully use the tiles plugin, is it possible/easy/hard to use REST-CodeBehind-Tiles2 together? Thanks! -- Robi Jeromy Evans wrote: Hi Frans, Were you able to checkout the tr

Re: REST Show case

2008-01-17 Thread Frans Thamura
On 1/17/08, Jeromy Evans <[EMAIL PROTECTED]> wrote: > > Hi Frans, > > Were you able to checkout the trunk of Struts 2.1 and build it? i just look inside, still blank of what REST plugins did for struts2 amazing work, but still blank :) hahaha F

Re: REST Show case

2008-01-17 Thread Jeromy Evans
Hi Frans, Were you able to checkout the trunk of Struts 2.1 and build it? If you got that far, then you have a copy of the full rest show-case in the apps directory. Yes, there are surprisingly few settings as the showcase uses the CodeBehind plugin so there's no struts.xml or other essentia