NetBeans 4.1 Beta Released
NetBeans 4.1 Beta has been released. The big difference between 4.0 and 4.1 is the inclusion of full J2EE tools. Here is a sample from the release notes:
- Create a J2EE application, automatically add EJB modules and Web modules, and deploy the application.
- Create an EJB module and deploy it as a stand-alone module or packaged in a J2EE application.
- Create Session Beans, Entity Beans and Message-Driven Beans.
- Create Entity Beans using an existing database schema.
- Create a Web module, generate calls to EJBs, and deploy the Web module either as a stand-alone Web application or packaged in a J2EE application.
Now I just have to find a small project to do to test drive this new version.