2 Replies Latest reply on May 11, 2004 8:10 AM by cari34

    EAR versus JAR

    cari34

      Hi Guys,
      I have a question about the performance impact of
      deploying J2EE applications on JBOSS as a ear archive versus jar archive.

      Imagine I have several EJB (jars) and several wars.
      They all live on the same J2EE compliant container. Thus,
      only local interfaces are used to communicate with the EJBs.

      So, do you think it's more efficient (from an application performance point of view only) to deploy these applications as separate jars and wars or to deploy
      them in one unique ear archive??

      In other words, does deploying J2EE components in one unique
      ear application archive can improve the overall application performance?

      If you have any thoughts and ideas about this question, please let me know.

      Thank you very much
      Cari.