On Sat, Sep 4, 2010 at 6:48 PM, karen <ka...@kdeveloper.com> wrote:
> BTW does you're @ImportProperties supports a new form of URL mapping en
> building?
It does but it's fairly limited compared to a full URL rewriting
utility.   It solves the problem of having a nested bean that would
normally require a parameter to be named like "foo.bar.baz" and allows
you to just call it "baz" (you can see the analogy with Java imports).
  I need this all the time because I make Stripes actions that support
interfaces that 3rd party developers are coding to.   I don't want to
make them use verbose parameter names due to the internal technology
I've chosen, and nor do I want to have redundant / duplicated setters
and getters littered all over my actions.

So it helps a bit with parameters, but not with the path of the URL etc.

Cheers,

Simon

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to