Re: Dynamic namespace in application

2008-03-07 Thread Jeromy Evans
[EMAIL PROTECTED] wrote: Dude, that sounds very exciting! I was thinking you were just "tweaking" around the existing interceptor. Does it allow filtering on the action name? I wouldn't say it's very exciting, but I've found it useful. Yep, you can filter on the action name and can plugin

Re: Dynamic namespace in application

2008-03-07 Thread stanlick
Dude, that sounds very exciting! I was thinking you were just "tweaking" around the existing interceptor. Does it allow filtering on the action name? Peace, Scott On Fri, Mar 7, 2008 at 5:06 PM, Jeromy Evans < [EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Jeromy -- > > > > I don't m

Re: Dynamic namespace in application

2008-03-07 Thread Jeromy Evans
[EMAIL PROTECTED] wrote: Jeromy -- I don't mean to step on your toes and your plug-in sounds great; but should this "tiny extra" bit of namespace code be submitted as a patch to the already existing wildcard code? Hi Scott, Xwork 2.1 already includes a NamedVariablePatternMatcher, with the sa

Re: Dynamic namespace in application

2008-03-07 Thread stanlick
Jeromy -- I don't mean to step on your toes and your plug-in sounds great; but should this "tiny extra" bit of namespace code be submitted as a patch to the already existing wildcard code? I agree the action configuration needs to be flexible but most of it already is. I would just hate to see t

Re: Dynamic namespace in application

2008-03-07 Thread Jeromy Evans
I've posted the snapshot jar, example source and an example webapp: http://code.google.com/p/struts2urlplugin/downloads/list The full source is being synsync'd to googlecode as I type. I won't make a formal release until there's user documentation, but you're welcome to ask me questions. The

Re: Dynamic namespace in application

2008-03-06 Thread jignesh.patel
thanks jeromy It would be fine for me,if you will send binary or any plug in example. jignesh.patel wrote: > > Hi, > I am having struts2 + hibernate application.It uses static > namespace(crud) like http://hax.mysite.com/crud/createUser.action. > > I want it to be dynamic like, i can be a

Re: Dynamic namespace in application

2008-03-06 Thread Jeromy Evans
Dave Newton wrote: --- "jignesh.patel" <[EMAIL PROTECTED]> wrote: I am having struts2 + hibernate application.It uses static namespace(crud) like http://hax.mysite.com/crud/createUser.action. I want it to be dynamic like, i can be able to set it with my algorithm which is unique for eac

Re: Dynamic namespace in application

2008-03-06 Thread jignesh.patel
This is just for security purpose.Actually it is a very secure application and i do not want to make rest of the world aware with urls,so they can copy the urls or keep in history for future use. jignesh.patel wrote: > > Hi, > I am having struts2 + hibernate application.It uses static > nam

Re: Dynamic namespace in application

2008-03-06 Thread Dave Newton
--- "jignesh.patel" <[EMAIL PROTECTED]> wrote: > I am having struts2 + hibernate application.It uses static > namespace(crud) like http://hax.mysite.com/crud/createUser.action. > > I want it to be dynamic like, i can be able to set it with my algorithm > which is unique for each session ... e