[ 
https://issues.apache.org/jira/browse/SANDBOX-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930564#comment-13930564
 ] 

Andre Diermann commented on SANDBOX-463:
----------------------------------------

Thank you Bernd. I think I should rework the syntax for valid map keys and make 
it less strict!

I am currently evaluating OGNL - unfortunately I was not aware of this before 
:((((

Do you have a good picture of OGNL? What do you think? Maybe it already does 
what we are looking for?

> Implementation of property paths 
> ---------------------------------
>
>                 Key: SANDBOX-463
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-463
>             Project: Commons Sandbox
>          Issue Type: Improvement
>          Components: BeanUtils2
>            Reporter: Andre Diermann
>         Attachments: Commons-Sandbox-463#2.patch, Commons-Sandbox-463.patch
>
>
> In [1] Benedikt Ritter mentioned the lag of BU1's property path for BU2.
> The attached patch contains an implementation of a PropertyInterpreter - 
> following the GOF Interpreter Pattern - which is able to interpret 
> simple/index/mapped/nested properties and any combination of it. The result 
> is a BeanAccessor. The idea is to use the PropertyInterpreter inside of a 
> BeanAccessor implementation.
> The patch also contains a corresponding test case.
> Example:
> on( anyBean ).set( "contact[15].address(home).street" ).with( "Example Street 
> 1000" );
> [1] http://markmail.org/message/pv2qpr7em4ftnulj



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to