Java Enterprise Home
 
Community Resources
Projects
Weblogs
Forums
Download the J2EE 1.4 SDK
Java 2 Platform, Enterprise Edition (J2EE)
Sun Technical Articles
The Aquarium- GlassFish News Hightlights
 
Popular Projects
Java BluePrints Solutions Catalog
GlassFish Java EE 5 Open Source Application Server
AppFuse Project
 
Related Communities
Java Web Services and XML Community
JWSDP Sub-community
Netbeans Community
 
 
 
 

Welcome to the Java Enterprise Community

The Java Enterprise Community on java.net is a new gathering place for developers working with J2EE 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!

New to the J2EE platform?
Read this short document to get started in no time!

Need some BluePrints to help in your design work?
The J2EE BluePrints formalize best practices, guidelines and applications for designing enterprise applications and web services using Java technologies.

Features
 
 

Lance Andersen Getting Started using Derby with Glassfish and SJSAS 8.2
Glassfish and SJSAS 8.2 provide multiple ways to start the Derby Network Server as well as several useful scripts to help make your Derby use more productive.    Lance Andersen

Arun Gupta Indigo plugfest, yet another one!
Sun and Microsoft again at a Web services interoperability plug-fest.    Arun Gupta

David Herron The Mustang Regression Contest, and international law
A question that's come up around the Regressions Contest is:- Why are various countries restricted from participating? This has to do with laws and lawyers. No doubt you'll have seen this in other contests, especially if you've read the fine print. The phrase is: "void where prohibited by law" ... In designing this contest we went through an interesting and probably excruciating exercise. We got some lawyers to research for us a set of contest rules that were as compatible with as many countries as possible. That turns out to be very difficult because the law governing contests varies so much from country to country, in incompatible ways. The lawyers did the best they could, but there's only so much one can do to harmonize conflicting laws. Contest home page Official Contest rules    David Herron

Marina Sum In Plain Terms: Project GlassFish and Sun Java System Application Server
Ken Drachnik's blog says it well.    Marina Sum

Carla Mott GlassFish Tech Tips page and Q&A; session
We're trying to make is easier for you to get detailed information about how to use the latest features in GlassFish.    Carla Mott

Janice J. Heiss Q&A; with Kohsuke Kawaguchi
We just posted a "Meet the Engineer" Q&A; with Kohsuke Kawaguchi on java.sun.com.    Janice J. Heiss

Jean-Francois Arcand Grizzly part III: Asynchronous Request Processing (ARP)
The Grizzly HTTP Engine can be extended to support Asynchronous Request Processing(ARP). This time I will describe how to extend Grizzly to support ARP, and will conclude by describing a Google's Gmail Servlet that execute only when new emails are coming. With ARP, Grizzly can now have some sleep, waiting for works.....    Jean-Francois Arcand

Ed Burns JSF 1.2 jars now available via maven
JSF jars are now available via maven.    Ed Burns

Doug Kohlert Easier Web Service client development with JAX-WS
JAX-WS has simplified the development of Web Service clients when compared to JAX-RPC.    Doug Kohlert

Brian Leonard Accessing Derby from Creator

Yes, I'm a NetBeans guy, but since Creator 2's been released, I can't stop playing with it. Since I've also been playing with Derby a bit lately, and since Derby isn't one of the preconfigured database server types that ships with Creator, I thought a short blog entry might be in order.

   Brian Leonard

Inderjeet Singh Using command-line Ant-based build structure that is Netbeans-friendly
Do you use Netbeans to write your Java EE applications? If so, did you ever want to run the build files through command-line only to discover that they can only be run through Netbeans. In this blog, I will describe a few simple steps that will make your Netbeans generated Java EE projects command-line friendly.    Inderjeet Singh

Jitendra Kotamraju Accessing Google Web Service using JAX-WS
Google has a rpc/enc Web Service for searching and fetching cached pages. There are many ways to access these services(for e.g. Google API). Can it be accessed using JAX-WS? JAX-WS doesn't support rpc/enc Web Services so you don't have nice typed objects to work with. But one can use javax.xml.ws.Dispatch to send and receive SOAP messages.    Jitendra Kotamraju

Jean-Francois Arcand Fast web application redeployment using JMX
If you use GlassFish for your deployment, this blog will demonstrate a fast way for redeploying your application based on JMX.    Jean-Francois Arcand

Jean-Francois Arcand Grizzly NIO Architecture: part II
Long time ago I've started discussing the GlassFish new HTTP NIO based engine called Grizzly. After several releases, bugs fixing, fired rills, afraid to write in English and a new member in the family, I'm continuing the exploration of the Grizzly Architecture.    Jean-Francois Arcand

Ed Burns Glassfish, JSF 1.2 and ADF Faces (Update)
Update on running ADF Faces in Glassfish.    Ed Burns

Harold Carr Introducing Java Web Services / WCF Interoperability
Sun and Microsoft are working together to ensure web service interoperability in reliable messaging, security and atomic transactions. This blog gives you the big picture as well as letting you know when and where the Sun bits are available and how to use them.    Harold Carr

Aditya Dada Finding Bugs Made Easy
A review of the FindBugs™ Tool developed at University of Maryland by Professor Bill Pugh and his team.    Aditya Dada

Simon Brown Comparing webapp frameworks : Struts
Struts is the grandaddy of Java webapp frameworks so it's fitting that we start our tour here. I think it's probably safe to say that Struts was the first model 2 (web MVC) framework to gain widespread adoption in the Java arena and to this day it's still used by many people.    Simon Brown

Java BluePrints AdventureBuilder Version 1.0.4 Released
Check out the latest version of the Adventure Builder application to learn patterns and guidelines for building web service applications on the J2EE 1.4 platform.    


jpa-taglibs gradutes!
This project develops a portable JSP tag library that can be used by JSP authors and authoring tools to easily generate powerful pages that use Java Persistence API. It makes it possible to develop scriptless JSP that use Java Persistence API.

Latest Java BluePrints Solutions Catalog for J2EE 1.4 is now available for download.
The latest Java BluePrints Solutions Catalog for J2EE 1.4 is now available for download. The catalog covers lots of AJAX and Java examples and issues Find out more now !
  (Jan 27, 2006)

Deploy your J2EE application for users to demo
Want users to test drive your application before downloading? Well now you can. locaweb, has agreed to host Sun Java System Application Server PE 8.1 so Java Enterprise projects can deploy their J2EE applications for users to demo. See the app-hosting project for more infomation. AtLeap is the first project to deploy an application.
  (Jan 25, 2006)

Java BluePrints AJAX Components in Sun Studio Creator
Java BluePrints AJAX Components are now included in Sun Java Studio Creator release 2. Creator lets you add these AJAX components into your application and easily integrate Google Maps or a progress bar and other cool AJAX features.

Meeraj Kunnumpurath Interceptors with EJB 3
I have been having a look at EJB 3.0 interceptors with Glassfish. EJB 3.0 allows you to define interceptor methods that are called around the business methods and lifecycle events on the bean instances. The interceptor methods can either be defined within the bean class or in separate interceptor classes. Interceptor definitions and binding interceptors to bean classes or specific methods within the beans can be done either using annotations or within the deployment descriptors. Here, I will try to provide a simple example of using interceptors on business methods using annotations.    Meeraj Kunnumpurath

Ed Burns Added link to JSF 1.1_01 source.
It was pointed out to me on the ##jsf channel on irc.freenode.net that we didn't have a link to the source snapshot for the JSF 1.1_01 build. This has been fixed.    Ed Burns

Dru Devore How to setup JBoss to work with Sun Java Studio Creator
HASH(0x8deab80)   Dru Devore

Greg Murray AJAX Everywhere
I have a bit silent recently on my blog as I have been traveling around the globe talking with developers and companies about AJAX. I have found that many people and companines are using AJAX today.    Greg Murray

Carla Mott javadocs on project GlassFish
Current version of the javadocs for GlassFish are now available.    Carla Mott


AJAX examples in Java BluePrints Solutions Catalog project
First early access version of Java BluePrints Solutions Catalog for Java EE 5 was released. It includes some AJAX applications, components, and solutions for using AJAX on the Java platform.

 

Community Log-in
 
Community Contacts
 
Do you use NetBeans?
Yes, as my primary IDE
Yes, as a secondary IDE
No, I use something else
No, I don't use IDE's
Poll Results | Archive
 
News
 
 

 XML java.net RSS