Using EJB Interceptors — Part 1

EJBs provide the ability to intercept method calls to perform some common logic to all method calls like logging, or security checks. Three types of interceptors may be used: around-invoke interceptors, business method interceptors and lifecycle callback interceptors. In this post we only mention around-invoke interceptors.
To use around-invoke interceptors we use the @AroundInvoke annotation. The [...]

Posted at 10pm on 2/27/10 | no comments; | Filed Under: Blog, Development Issues, Thougths and Reflections | read on

A Look at EJB 3.1

With the introduction of JEE6, EJB 3.1 brought several improvements over EJB 3.0. With EJB 3.1 there is now no need to define home/local interfaces. Now an EJB can be defined simply with an annotation. For example to define a stateless session bean:

@Stateless
public class SimpleSessionBean {…}

Singleton Beans are introduced with version 3.1. The application server [...]

Posted at 7pm on 2/26/10 | 1 comment | Filed Under: Blog, Development Issues, Thougths and Reflections | read on

About

Sirius ICT Solutions BV is an innovative IT-Powerhouse entirely dedicated to courseware development, knowledge transfer and consulting services and well as (near sourcing) project services using advanced OO, SOA, Java™, XML and Web Services technologies.

Sirius ICT Solutions BV
Kingsfordweg 151
1043 GR Amsterdam
the Netherlands
PO Box 57674

1040 BN Amsterdam
the Netherlands
+31 20 491 71 09
F +31 15 890 17 17

info@siriusict.com

Sirius ICT Solutions BV is an innovative IT-Powerhouse entirely dedicated to courseware development, knowledge transfer and consulting services and well as (near sourcing) project services using advanced OO, SOA, Java™, XML and Web Services technologies.
Sirius ICT Solutions BV
Kingsfordweg 151
1043 GR Amsterdam
the Netherlands
PO Box 57674
1040 BN Amsterdam
the Netherlands
+31 20 491 71 09
F +31 15 890 17 17
E info@siriusict.com
  • Share/Bookmark