Exploded (unpacked) EAR vs. Packaged EAR file?

Posted by Adam on Stack Overflow See other posts from Stack Overflow or by Adam
Published on 2010-06-09T21:59:24Z Indexed on 2010/06/09 22:02 UTC
Read the original article Hit count: 280

Filed under:
|
|

In my office we use exploded EAR's (and inside them exploded WAR directories) for our test environments, and then a packaged one for production. I've yet to find a good explanation of the reason behind this though. I understand it's easier from a deployment perspective to push out a single file during builds, but it prevents us from doing things like property file changes without doing complete rebuilds (we could skip the compiles, but our environment currently binds the compile and jar processes together).

What are the major advantages / disadvantages between these two configurations?

© Stack Overflow or respective owner

Related posts about deployment

Related posts about j2ee