Thanks for the information that works good!

I myself am new to writing web apps for running on JBoss. I have been writing 
apps on the ATG framework for the last few years.

What I am wondering is does JBoss support the concept of "components", 
basically you have a Java class and a .properties file for it. 

You would have a java class for example:
com.my.classes.MyClass1

and you have a properties file called MyClass1.properties that contains:
$class=com.my.classes.MyClass1
property1=test1
property2=1,2,3,4,5

In the properties file the $class  is what links the properties file to the 
class and the entries "property1" and "property2" line up with 
"getters/setters" in MyClass1. So when you "load" the class the data is 
automatically loaded by the "setters" in the class.

I hope this makes sense.

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950473#3950473

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950473


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to