epesh
I'm Joseph Ottinger, editor of TheServerSide.com.

Calendar

««Nov 2009»»
SMTWTFS
1234567
891011121314
15161718192021
22232425262728
2930

My Bookmarks

My Top Tags

                                       

Mailing List

My RSS Feeds








Search Box

 

Latest tagged entries for 'EJB3'



EJB 3.0 Stateless Bean Issues

Monday, 31 July 2006 8:32 A GMT-04
I have yet to see where the EJB3 references tell me how to properly *look up* EJB3 session beans from a nonmanaged class.

I figured out what framework authors are doing wrong.

Thursday, 9 March 2006 12:11 P GMT-04
I've been struggling to work out how to explain to various framework authors and supporters why I think what they are telling people is not right, or why the frameworks are flawed, with very limited success. But I think I know the secret now.

EJB3 timer feature still not... quite... complete, IMO

Wednesday, 8 March 2006 4:23 P GMT-04
I have a project where I need to do something constantly, roughly every minute. There are a lot of ways for me to do this with external libraries, but I want the EJB3 spec to enable me to initialize timers without involving application code.