Tags
Authors
I'll be talking about JSR-299: Contexts and Dependency Injection For Java EE at the Riviera JUG this week, on Friday 2nd October at 14:00. Next week, I'm off to Ljubljana, Slovenia and Belgrade, Serbia for JavaBlend; my slot is 09:00 on Wednesday 7th October in Ljubljana, and 11:00 on Friday 9th October in Belgrade.
Just a quick note to inform that JBoss Developer Studio 2.1 are now available from the JBoss CSP and what i'm very happy to announce, it is also available from our new update site.
JSR-299 and JSF 2.0 talks at NEJUG
Dan Allen and I are speaking at the New England JUG on Thursday, October 8, at 1 Network Way, Burlington. I've been doing a lot less public speaking lately, so I'm looking forward to it!
JBoss JCA 1.0.0.Alpha4 is out
I'm very happy to announce the 4th developer snapshot of the JBoss JCA project.
Are books tutorials?
Seam and Drools Fusion example
Drools Fusion is the module responsible for adding event processing capabilities into the Drools5 platform. It defines a set of goals for support of Complex Event Processing:
A crazy experiment called JBoss Community Asylum is now live via asylum.libsyn.com and iTunes.
Mailing list unsubscribe issue
At some point between August and September there appears to have been a number of incorrect auto-unsubscriptions against some of the Hibernate mailing lists (hibernate-dev for sure). I am not going to point fingers as to who is to blame in this. I do however apologize for any inconvenience this might have caused. If you find yourself part of this group, the current direction I am receiving is that you will just have to re-subscribe :( if you happen to still have the unsubscribe notification email I would be very interested in getting it to pass along to our mailman admins; you can forward them to me directly.
Per HHH-2412 and its design discussion I have been working on supporting JDBC4 in Hibernate. Initially I had planned on adding this in 3.6, but now leaning toward 3.5 Anyway, as outlined on the design wiki, I initially thought to add this support as separate modules. However, I quickly came to the realization that using separate modules would actually require users make an explicit choice wrt an extra
jar. Especially considering that I could make Hibernate code make this determination programatically, I really did not like that aspect to using modules here. So I started looking for alternatives.