blob: d5236ebee14742ad173aed1ae13b0ec508421ad2 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release name="3.0 M3" root="../../..">
<!--
<component name="component name, such as Java EE Tools">
<item title="item title can go here">
<title>item title can also go here</title>
<description>description of this new feature, preferably with cropped .pngs of the UI</description>
</item>
</component>
-->
<component name="Java EE Tools">
<item title="Servlet wizard">
<description>
Several enhancements are introduced to the Servlet
wizard. The most noticeable are:
<ul>
<li>
Initialization parameters are now displayed in a
table view. The user can easily see parameter's
name, value and description.
</li>
<li>
Servlet mappings are now validated. If a user
enters an invalid servlet mapping, then an error
message appears and the wizard cannot be
finished.
</li>
</ul>
<br />
<br />
<img src="javaee/servletWizard.png"
alt="Servlet wizard" />
</description>
</item>
<item title="Servlet Filter wizard">
<description>
A new wizard is introduced for generating Servlet
Filters stubs. Servlet Filters are web artifacts
described in chapter SRV.6 of the Servlet specification.
<br />
Several limitations are still going to be resolved in
the next milestone:
<ul>
<li>XDoclet support</li>
<li>Infopop help</li>
<li>
A wizard page with modifiers, interfaces and
abstract method options
</li>
</ul>
<br />
<br />
<img src="javaee/filterWizard.png"
alt="Servlet Filter wizard" />
</description>
</item>
<item title="Application Lifecycle Listener wizard">
<description>
A new wizard is introduced for generating Application
Lifecycle Listener stubs. Application Lifecycle
Listeners are web artifacts described in chapter SRV.10
of the Servlet specification.
<br />
Several limitations are still going to be resolved in
the next milestone:
<ul>
<li>XDoclet support</li>
<li>Infopop help</li>
<li>"Select exising class" option</li>
</ul>
<br />
<br />
<img src="javaee/listenerWizard.png"
alt="Application Lifecycle Listener wizard" />
</description>
</item>
<item title="New context menu action group">
<description>
There are now three wizards for creating web artifacts:
<ul>
<li>Servlets</li>
<li>Servlet Filters</li>
<li>Application Lifecycle Listeners</li>
</ul>
<br />
They represents the web artifacts based on Java classes.
For easier access these wizards are now available in the
context menu of the
<i>Dynamic Web Project</i>
as a separate action group.
<br />
<br />
<br />
<img src="javaee/contextMenu.png"
alt="Context menu action group" />
</description>
</item>
</component>
<!--
<component name="EJB Tools">
<item title="">
<description></description>
</item>
</component>
-->
</release>