[jboss-dev-forums] [Design of JBossCache] - Re: POJOization of config elements
manik.surtani@jboss.com
do-not-reply at jboss.com
Tue Oct 24 05:20:05 EDT 2006
anonymous wrote :
|
| One temptation is to break compatibility with existing config files for BR by swapping the property names. There aren't likely to be many existing configs that have BR. E.g.
|
|
Not true. This is for JBC2.0.0/AS5. BR is available in AS 4.0.5, and I suspect people will start using it.
anonymous wrote :
|
| | public Element getBuddyReplicationConfiguration()
| | public void setBuddyReplicationConfiguration(Element config)
| |
| | public BuddyReplicationConfig getBuddyReplicationConfig()
| | public void setBuddyReplicationConfig(BuddyReplicationConfig config)
| |
|
Ugh! :-) I'd steer well clear of such ambiguities, if I were you! If we can use a PropertyEditor where needed, I'd prefer this approach.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980304#3980304
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980304
More information about the jboss-dev-forums
mailing list