You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by Arne Limburg <ar...@openknowledge.de> on 2012/12/19 22:39:54 UTC

[DISCUSS] DELTASPIKE-304 and DELTASPIKE-305

During the discussion about DELTASPIKE-298 on irc we (basically Mark, Romain and me, as I remember) found two other features to be useful:
The first feature is EL-based security rules via annotations (see [1]) and the second is collection filtering(see [2]). Any objections that I implement this feature?
Any good idea how to implement expression-evaluation? We should somehow reuse our ExpressionEvaluator interface I guess.

Cheers,
Arne

[1] https://issues.apache.org/jira/browse/DELTASPIKE-304
[2] https://issues.apache.org/jira/browse/DELTASPIKE-305


Re: [DISCUSS] DELTASPIKE-304 and DELTASPIKE-305

Posted by Romain Manni-Bucau <rm...@gmail.com>.
well, before it what are the features we need?

1) security method evalation (hasRole)?
2) field access/method invocation on object in the context (input/result)

looks like some ognl need no?

either we impl it or maybe we can reuse EL - not the container one i hope?

wdyt?

Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2012/12/19 Arne Limburg <ar...@openknowledge.de>:
> During the discussion about DELTASPIKE-298 on irc we (basically Mark, Romain and me, as I remember) found two other features to be useful:
> The first feature is EL-based security rules via annotations (see [1]) and the second is collection filtering(see [2]). Any objections that I implement this feature?
> Any good idea how to implement expression-evaluation? We should somehow reuse our ExpressionEvaluator interface I guess.
>
> Cheers,
> Arne
>
> [1] https://issues.apache.org/jira/browse/DELTASPIKE-304
> [2] https://issues.apache.org/jira/browse/DELTASPIKE-305
>