Skip to content
Snippets Groups Projects
Commit 23dee10e authored by kraev's avatar kraev
Browse files

Update New and Noteworthy for 3.0 M4

parent ef5ce248
No related branches found
No related tags found
No related merge requests found
......@@ -10,13 +10,53 @@
</component>
-->
<component name="Java EE Tools">
<item title="">
<description></description>
<item title="Rearrangement of the toolbar in the Java EE perspective">
<description>
The old toolbar section of five buttons for invoking the
Java EE project wizards is now replaced by two pulldown
buttons:
<ul>
<li>
for invoking the Java EE project wizards (Web, EJB, EAR, etc.)
</li>
<li>
for invoking the Java EE artifact wizards (Servlet, Session Bean, etc.)
</li>
</ul>
<br />
<br />
<img src="javaee/toolbar.png"
alt="Pulldown buttons" />
</description>
</item>
</component>
<component name="EJB Tools">
<item title="">
<description></description>
<item title="EJB 3.0 Session Bean wizard">
<description>
A new wizard is introduced for generating EJB 3.0 Session
Bean classes and interfaces. The following features can be
highlighted:
<ul>
<li>
Metadata is injected as Java annotations in the
source code instead of described in the ejb-jar.xml
deployment descriptor.
</li>
<li>
Optionally, Local and Remote Business interfaces
can be generated.
</li>
<li>
Optionally, Home and Component interfaces can be
generated for backward compatibility with the
EJB 2.x specification.
</li>
</ul>
<br />
<br />
<img src="javaee/sessionBeanWizard.png"
alt="Session Bean wizard" />
</description>
</item>
</component>
</release>
development/news/3.0M4/javaee/sessionBeanWizard.png

28.1 KiB

development/news/3.0M4/javaee/toolbar.png

12.2 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment