Re: [cdi-dev] Dynamic stereotypes

2012-05-06 Thread Gerhard Petracek
not seen those dynamic stereotypes in free nature yet. Actually I'm not using Stereotypes that much at all. Mainly because their usage is limited by the Java Annotation boundaries. Imagine the following Stereotype for my Services (I spare out the standard stuff) @StereoType @Secured

Re: [cdi-dev] Dynamic stereotypes

2012-05-06 Thread Mark Struberg
] Dynamic stereotypes hi mark, right now we have a similar feature e.g. for @Secured, but you need to implement it on your own. if we need such a feature for the spec., i would prefer the approach used in bean-validation (@OverridesAttribute) regards, gerhard 2012/5/2 Mark Struberg strub

Dynamic stereotypes

2012-05-02 Thread Pete Muir
Hi all The Java EE spec leads would like feedback on how often stereotypes are dynamic vs static. A static stereotype is one that is defined in Java code, compiled, and then deployed without modification from a container extension. A dynamic stereotype is one that defined in Java code,

Re: [cdi-dev] Dynamic stereotypes

2012-05-02 Thread Mark Struberg
I have not seen those dynamic stereotypes in free nature yet. Actually I'm not using Stereotypes that much at all. Mainly because their usage is limited by the Java Annotation boundaries. Imagine the following Stereotype for my Services (I spare out the standard stuff) @StereoType @Secured

Re: [cdi-dev] Dynamic stereotypes

2012-05-02 Thread Fabien Marsaud
not common. For instance, a quick look at seam-solder and seam-faces shows only one stereotype is defined, and there's no tweaking with it. fm. On Wed, May 2, 2012 at 1:54 PM, Mark Struberg strub...@yahoo.de wrote: I have not seen those dynamic stereotypes in free nature yet. Actually I'm