[infinispan-dev] Re: property tags in configuration files

Vladimir Blagojevic vblagoje at redhat.com
Mon Jun 22 03:47:01 EDT 2009


We and others already use configuration beans directly (subclasses of 
AbstractConfigurationBean) to configure infinispan instances. However, 
we "manually" read data from xml and populate those beans with data. We 
want to make this reading more automatic via metadata available in 
annotations.

On 6/22/09 9:32 AM, Emmanuel Bernard wrote:
> You mean people could actually populate beans themselves to 
> programmatically create the InfiniSpan config?
>
> On  Jun 22, 2009, at 09:25, Vladimir Blagojevic wrote:
>
>> Hey,
>>
>> We want to use these annotations to create infinispan configuration 
>> option documentation directly from the source code as well as to read 
>> XML config files and populate corresponding configuration beans with 
>> xml data.
>>
>> If we go with expressive annotations we would end up with many many 
>> annotations....




More information about the infinispan-dev mailing list