Persist « ear « Java Enterprise Q&A





1. What is Best Practice for persisting configuration settings in EAR files?    stackoverflow.com

My application is deployed as an EAR file. The application has traditionally required that some post installation configuration changes be made. This was easy with the Oracle 10G OAS as the ...

2. JEE6 Standard components in my project - what about persistence.xml    stackoverflow.com

I want to reuse standard components in my ear file.

myproject.ear
+ lib/standard-comp-entities.jar
+ lib/myproject-entities.jar (extending standard-components entities)
| standard-comp.jar (with persistence.xml, beans.xml)
| myproject-comp.jat (with persistence.xml, beans.xml and extending /@Specializes session beans)
I don't know if ...