NetBeans (TM) IDE 4.1 Early Access Release is now available.
This early access release has over 15 new modules for developing Java 2 Platform, Enterprise Edition (J2EETM) 1.4 applications and is built on the novel and breakthrough NetBeans 4.0 technology. Users can develop programs for Java 2 Platform, Standard Edition (J2SETM), Java 2 Platform, Micro Edition (J2METM), and now J2EE Enterprise Java Bean (EJB) components and Web Services. Using the free SunTM Java System Application Server Platform Edition 8.1 Release Candidate as the deployment runtime and with NetBeans guiding the developer and automatically building the underlying J2EE infrastructure, learning about and developing J2EE 1.4 applications has never been easier. To further assist the developer, J2EE Java BluePrints catalog is also included.
With a pure Java technology integrated development environment and cross platform availability for Windows, Linux and the SolarisTM Operating System, this is the best time to get a look at the future.
The next release is the Beta release and planned for February, 2005.
Key Features
Create an EJB Module (Container Managed Persistence, Message Driven Beans and Session Beans)
. The NetBeans IDE guides the user through the process to easily learn how to write MDBs, CMP EJB components as well as Session Beans.
. Deployment Descriptor editing is available through both a visual and XML editor with code completion and validation.
. All infrastructure methods are generated automatically and are hidden in a power code fold.
. The NetBeans project structure matches J2EE Java BluePrints standards (integrated into the release) and relies on the Ant open standard for the build system.
Develop Web Services
. Developers can create Web Services from existing Java files, WSDL or scratch and deploy, package and test them from the IDE.
. Developers can register existing Web Services to the IDE, and then easily add the code that will call these Web Services.
. Developers can test all the registered Web Services from the IDE by simply entering the input parameters of each operation.
. The NetBeans IDE guides the user through the process to easily learn how to write EJB components and J2EE Applications to select a web service and perform required tasks.
Other J2EE Elements
. Enhanced Debugger so that you can see just your application code stack; not the server runtime stack.
. Improved J2EE Project logical views: libraries, deployment descriptors, and unit tests.
. Improved J2EE artifacts consumption: Call EJB component,Send Message, Use Database, Use Web Service.
. Refactoring is available for code and deployment descriptors.
. J2EE verifier tool integrated into this release.
For downloads of this release go to:
http://www.netbeans.org/downloads/index.html
For the quick start guide, see:
http://www.netbeans.org/kb/41/quickstart-j2ee.html
-
NetBeans IDE 4.1 Early Access 2 Released (7 messages)
- Posted by: Charlie Hunt
- Posted on: January 21 2005 12:19 EST
Threaded Messages (7)
- NetBeans IDE 4.1 Early Access 2 Released by PJ Murray on January 27 2005 10:39 EST
- NetBeans IDE 4.1 Early Access 2 Released by Jamie Schiner on January 27 2005 20:15 EST
-
NetBeans IDE 4.1 Early Access 2 Released by Marc de Kwant on January 28 2005 02:20 EST
-
NetBeans IDE 4.1 Early Access 2 Released by Joe M. on January 28 2005 03:52 EST
- NetBeans IDE 4.1 Early Access 2 Released by Nicolai Marck ?dum on January 28 2005 04:59 EST
-
NetBeans IDE 4.1 Early Access 2 Released by Joe M. on January 28 2005 03:52 EST
-
NetBeans IDE 4.1 Early Access 2 Released by Marc de Kwant on January 28 2005 02:20 EST
- NetBeans IDE 4.1 Early Access 2 Released by Jamie Schiner on January 27 2005 20:15 EST
- AspectJ Support ? by Vagif Verdi on January 27 2005 16:26 EST
- RE: NetBeans IDE 4.1 Early Access 2 Released by Joe M. on January 28 2005 02:43 EST
-
NetBeans IDE 4.1 Early Access 2 Released[ Go to top ]
- Posted by: PJ Murray
- Posted on: January 27 2005 10:39 EST
- in response to Charlie Hunt
Great Web Services support and including the J2EE Java BluePrints catalog is a nice addition.
Does anyone know of any reliable market share data for IDEs?
PJ Murray
CodeFutures
http://www.codefutures.com -
NetBeans IDE 4.1 Early Access 2 Released[ Go to top ]
- Posted by: Jamie Schiner
- Posted on: January 27 2005 20:15 EST
- in response to PJ Murray
-
NetBeans IDE 4.1 Early Access 2 Released[ Go to top ]
- Posted by: Marc de Kwant
- Posted on: January 28 2005 02:20 EST
- in response to Jamie Schiner
nice ide, but I still prefer Eclipse.... -
NetBeans IDE 4.1 Early Access 2 Released[ Go to top ]
- Posted by: Joe M.
- Posted on: January 28 2005 03:52 EST
- in response to Marc de Kwant
nice ide, but I still prefer Eclipse....
I'm interested. What plugins do you use with Eclipse as the standard version does not include any J2EE support. Are you doing everything manually or are there some nice plugins I should know about. -
NetBeans IDE 4.1 Early Access 2 Released[ Go to top ]
- Posted by: Nicolai Marck ?dum
- Posted on: January 28 2005 04:59 EST
- in response to Joe M.
I use myeclipseide as J2EE plugin - its pretty good. Has great support imo and doesn't cost much. -
AspectJ Support ?[ Go to top ]
- Posted by: Vagif Verdi
- Posted on: January 27 2005 16:26 EST
- in response to Charlie Hunt
is long awaited AspectJ support included ? -
RE: NetBeans IDE 4.1 Early Access 2 Released[ Go to top ]
- Posted by: Joe M.
- Posted on: January 28 2005 02:43 EST
- in response to Charlie Hunt
The really nice feature of 4.1 ea2 is the latest mobility plugin for J2ME (separate download).
What bugs me is that when creating a web service operation using the wizard only simple types int,float,String,double etc. are supported. No support for int[] or complex types e.g. a WeatherReport.