1 Reply Latest reply on May 14, 2005 3:47 AM by darranl

    Please tell me meaning of these terms

    asty

      HI,
      I want to understand what does these terms mean?

      Service Archive Format
      Hot-Deploy
      POJO
      Aspect Oriented Programming

      Please tell me what does these mean because these terms are listed as the features of JBoss
      Thanks
      Asty

        • 1. Re: Please tell me meaning of these terms
          darranl

          A service archive is just a normal jar archive with a 'sar' extenstion. It is used to packge MBeans and also contains a jboss-service.xml to describe the MBeans.

          http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService

          After you have started JBoss you can copy your archives to the deploy folder and JBoss will automatically deploy them. You can also replace deployed archives and the old deployment will be removed and the new archive will be deployed. This is hot deployment.

          POJO is Plain Ordinary Java Object, just a plain Java class that only contains business code and does not require any additional code to make is usuable within the framework you are using it within i.e. No need to implement session / entity bean interfaces.

          For AOP I think it will be easier if you just follow the tutoral that describes how it works very well.

          http://www.jboss.org:8080/products/aop