Archive for the 'JBoss' Category

Seam-Guice is now part of Seam

Friday, July 31st, 2009

Google Guice support for Seam is now part of the Seam distribution!
It is available since the 2.1.2 release of Seam, as a part of the IoC module, but if you happen to need it, the best choice is to grab the latest 2.2.0.GA version which includes a fix for the disinjection issue.
Disinjection
The problem with disinjection [...]

Seam Exam (beta) @ JavaBlackBelt

Saturday, September 13th, 2008

Together with Matthias Merz we created Seam - Basic Exam at JavaBlackBelt.
It verifies general understanding of the Seam 2.0 concepts, required to implement a simple Seam application.
The exam is now in the beta stage, which means it is available publicly and you can take the (beta) exam, which does not count for your belt progress. [...]

JBoss.org Project Statistics

Thursday, August 21st, 2008

The JBoss.org Team is pleased to release JBoss.org Statistics, available at stats.jboss.org. We provide JIRA and Subversion statistics for projects hosted at JBoss.org.
JBoss.org Statistics are powered by Kosmos, created by Aron Gombas. They run on JBoss Portal.
They come with a couple of interesting charts, which let you easily find out the most active commiters of [...]

Guicy Seam

Friday, June 20th, 2008

Introducing @Guice annotation
You may already have heard about Seam being a “deep integration framework” and Google Guice providing lightweight dependency injection. The news is that you can now easily use Seam together with Guice.
The WebBeans specification is built upon concepts from both of those frameworks. Since Seam provides Spring support in the IoC module, [...]