Configure your EJB 3 with envirnoment entries using ENC
Very often you can read ” xml descriptors are dead with EJB 3 “. Well, it’s not exactly true. XML descriptors are not dead, they are optional (thank god). But there is still a very good and legitimate use for them when you want to configure an EJB. When you have an attribute in an EJB which value can change at deployment, you don’t want … Continue reading Configure your EJB 3 with envirnoment entries using ENC
