Java Enterprise Edition (J2EE/JEE) Question:
What is J2EE application?
Answer:
Any deployable unit of J2EE functionality. This can be a single J2EE module or a group of modules packaged into an EAR file along with a J2EE application deployment descriptor. J2EE applications are typically engineered to be distributed across multiple computing tiers.
Previous Question | Next Question |
What is JMS client? | What is J2EE module? |