Skip to main content

Java Enterprise

The Java Enterprise Community on java.net is a new gathering place for developers working with Java Enterprise Edition (EE) technologies. Here, you can immerse yourself in a thriving community of developers and technology experts and find people with similar interests to help with your own open-source projects. Check back often to find the latest project/community news!

Community News & Announcements

Considering submitting a new project in the Enterprise Community?
Sep 19, 2011

Read the questions that enterprise leaders ask you, after you have submitted a new project request. This will help community leaders approve your projects quicker.


Need some BluePrints to help in your design work?
Sep 19, 2011

The J2EE BluePrints formalize best practices, guidelines and applications for designing enterprise applications and web services using Java technologies.


New to the Java Enterprise Edition (EE) platform?
Sep 19, 2011

Read this short document to get started in no time!


Latest from our Bloggers

The ABC's of MVC
posted by larryjava on May 21, 2012
When we starting planning how we were going to use Java technology at Amway (10 years ago); we realized we had many decisions to make about standards...
Building RESTful web services with JAX-RS, JAXB and Groovy
posted by lamine_ba on May 20, 2012
Any intelligent fool can make things bigger, more complex, and more violentBut it takes a touch of genius and a lot of courage to move in the...
How to view the absolute latest JSF 2.2 spec snapshot
posted by edburns on May 17, 2012
I presented these two slides as part of presentations at JavaOne 2011 and DOAG 2011 last year but for your convenience I'm presenting them here....
Java or J2EE : the Name Matters
posted by larryjava on May 14, 2012
10 years ago, when we were decided to use Java technology to create a new application, for use at Amway Corp; we thought it was sufficient to say, "...
10-year anniversary using Java
posted by larryjava on May 9, 2012
Hello all. My name is Larry Fernandez and I am a Principal Software Developer in IT. I work for Amway Corp in Grand Rapids, Michigan. March 2012 was...
 

Java Enterprise on Twitter

Java Enterprise on the Web

Some Rights Reserved JSF 2 Tip of the Day: Learning the JSF Lifecycle with a PhaseListener
I have to do some JSF training in the next couple of weeks for some of the staff at the company...
Some Rights Reserved JSF 2 Tip of the Day: JSF Page Redirection in PhaseListener
I needed to redirect a user to a login page the other day, and solved it using a PhaseListener....
Some Rights Reserved JSF 2 Tip of the Day: Programmatic PhaseListener
I had a use case where I needed to use a PhaseListener programmatically. I had originally tried to...
Some Rights Reserved Public, Protected, and Private Interfaces... Yes Interfaces.
One of the junior developers came to me on Friday and asked if an interface could be private, or...
Some Rights Reserved JSF 2 on JBoss AS 5.1.0
I was confronted with a requirement to run JSF 2 on JBoss Application Server 5.1.0 on Friday. As...