Mitch Pronschinske07/25/11
10729 views
0 replies
Caucho's Community Outreach Advocate and Senior Software Engineer stopped by our studio on his way to talks at the Research Triangle JUG and the...
Rick Hightower05/25/11
10185 views
17 replies
This article discusses CDI based AOP in a tutorial format.
CDI is the
Java standard for dependency injection (DI) and interception (AOP). It is evident
from the popularity of DI and AOP that Java needs to address DI and AOP so that
it can build other...
Gurkan Erdogdu04/22/11
5985 views
0 replies
Java™ EE 6 Web Profile specification defines the Java™ EE Web Profile (“Web Profile”), a profile of the Java™ Platform, Enterprise Edition specifically targeted at web applications. Siwpas™, (Simple Web Profile Application Server) is an...
Thomas Eichberger04/13/11
5030 views
5 replies
There is a new Java Specification Request (JSR) with number 346: Contexts and Dependency Injection for JavaTM EE 1.1.
It contains improvements for CDI 1.0, and is led by Red Hat.
Rick Hightower04/05/11
18251 views
25 replies
CDI provides a pluggable architecture allowing you to easily process your own annotations.
Read this article to understand the inner workings of CDI and why this JSR is so important.
Franck Wolff03/31/11
844 views
0 replies
Hi,Granite Data Services 2.2.0 Service Pack 2 is released. You may download it here.This new version is a minor bugfixes release for issues mostly found in the Tide Flex framework, GlassFish v3.1 and CDI/Weld support.
Rick Hightower03/28/11
29150 views
16 replies
CDI is the
Java standard for dependency injection (DI) and interception (AOP). It is evident
from the popularity of DI and AOP that Java needs to address DI and AOP so that
it can build other standards and JSRs on top of it. DI and AOP are the...
Mitch Pronschinske12/21/10
21239 views
0 replies
Early on there was some confusion about what Weld Extensions is and how it differs from Weld, and how it fits into Seam. Well JBoss is clearing up some confusion with a renaming of the project to "Seam Solder," although they emphasize that this...
Mitch Pronschinske12/14/10
22758 views
0 replies
Eclipse 3.7 "Indigo" and Eclipse 4.1, which is still aimed at early adopters, received new features in milestone 4 this week. For both Eclipse versions, the milestone brings Equinox updates for the OSGi R4.3 spec, memory usage upgrades for p2, and...
Nicolas Frankel11/17/10
7913 views
9 replies
CDI is part of JavaEE 6 and that’s a great move forward. Now, there’s
a standard telling vendors and developers how to do DI. It can be
refined, but it’s here nonetheless. Norms and standards are IMHO a good
thing in any industry. Yet, I don’t...
Gurkan Erdogdu11/04/10
2699 views
0 replies
As you may already know, we have just released CR5 of SIwpas, lightweight web application server. CR5 has been passed "JSR-299 CDI Web Profile TCK" version 1.0.1-Final unoffically. Beauty is that CDI TCK has been developing under an open...
Mitch Pronschinske08/31/10
5745 views
0 replies
The first beta for the next version of JBoss' Weld is here. It has been approximately six months since JBoss released Weld 1.0.1, which added support for running on Google AppEngine. The new beta for Weld 1.1 features about 60 bugfixes and new EJB 3.1...