The Artima Developer Community
Sponsored Link

Java Buzz Forum
Interceptors in EJB 3. Finally.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Interceptors in EJB 3. Finally. Posted: Feb 9, 2005 12:19 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Interceptors in EJB 3. Finally.
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
The 2nd Early Review Draft for EJB 3 has been released. Apart from changes such as splitting the doc into two (persistence + 'other'), the main addition is the fact that EJB now has interceptors. Something that people have been wanting for a long time. Currently the draft states support for Session and Message-Driven Beans, and the spec questions the need for support in Entity bean business methods. The interceptor module is based on AroundInvoke methods: public Object methodName(InvocationContext context) throws Exception The InvocationContext has methods such as: getBean() getMethod() getParameters() getEJBContext() Map getContextData() proceed() Good to see something like this making it into the spec. I will be even more excited about EJB 4.0 when it is an aspect based set of concerns ;) Read more in the EJB 3.0 Docs

Read: Interceptors in EJB 3. Finally.

Topic: Java Syndication Library Benchmarks Previous Topic   Next Topic Topic: 'Nam is not over yet Mr. Box ;)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use