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

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877738#3877738

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877738


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to