Re: Some Idea On REST mapping

2008-09-02 Thread Jeromy Evans
Ryan Wong wrote: I have changed the rest action mapper class to apply Ruby Style . there is draft, post here to find a better way to build RESTful app with struts2 I thought the RestActionMapper was already a copy of the RoR convention? I think it already matches all your mappings except

Re: Some Idea On REST mapping

2008-09-02 Thread Ryan Wong
, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - Blog: http://www.ryanwong.name Can Use: English, Chinese -- View this message in context: http://www.nabble.com/Some-Idea-On-REST-mapping-tp19263471p19270183.html Sent from the Struts - User mailing list

Re: Some Idea On REST mapping

2008-09-02 Thread Jeromy Evans
Ryan Wong wrote: Thanks Jeromy... There is not any document about this one.. So i missed that feature... Yeah, the NamedVariablePatternMatcher is only documented within messages in struts-user so far. I quite like it, although messing with the namespace introduces other complications

Re: Some Idea On REST mapping

2008-09-02 Thread Ryan Wong
] - Blog: http://www.ryanwong.name Can Use: English, Chinese -- View this message in context: http://www.nabble.com/Some-Idea-On-REST-mapping-tp19263471p19270479.html Sent from the Struts - User mailing list archive at Nabble.com

Re: Some Idea On REST mapping

2008-09-02 Thread Musachy Barroso
I thought the RestActionMapper was already a copy of the RoR convention? I think it already matches all your mappings except new is called editNew. I'm no expert though. You are right. new cannot be used for a method name, hence editNew. musachy -- Hey you! Would you help me to carry

Re: Some Idea On REST mapping

2008-09-02 Thread Jeromy Evans
Ryan Wong wrote: But there is still a question. With the namespace we have to place the parameter like prefix... eg. http://example.org/namespace/page/1/posts to call postsController index() method. It seems it cannot handle urls like http://example.org/namespace/posts/page/1 The follow one

Re: Some Idea On REST mapping

2008-09-02 Thread Ryan Wong
in context: http://www.nabble.com/Some-Idea-On-REST-mapping-tp19263471p19281518.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Some Idea On REST mapping

2008-09-01 Thread Ryan Wong
://www.nabble.com/file/p19263471/TopicsController.java TopicsController.java -- View this message in context: http://www.nabble.com/Some-Idea-On-REST-mapping-tp19263471p19263471.html Sent from the Struts - User mailing list archive at Nabble.com