blob: c9d81c6a1346286050128f259041019a25a389af [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release name="3.1 M6" 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 (800px wide or less) of the UI</description>
</item> </component>
-->
<component name="Java EE Tools">
<item
title="Easier creation of new Servlets from existing Servlets and JSP pages">
<description>
<p>
The
<i>Create Servlet</i>
wizard is improved to suggest better default values, based on the
current selection in the
<i>Project Explorer</i>
.
</p>
<p>
For example, if you right click on an existing JSP file and call
the
<i>New > Servlet</i>
action...
</p>
<img src="javaee/ServletFromJspMenu.png" alt="New Servlet from JSP action menu" />
<p>
... then the first page of the
<i>Create Servlet</i>
wizard suggests to create a new Servlet definition from the
selected
JSP page. This way users are able to complete to operation
with just
a single click on the
<i>Finish</i>
button and avoid configuring these
options by themselves.
</p>
<img src="javaee/ServletFromJsp.png" alt="New Servlet from JSP wizard" />
</description>
</item>
<item
title="Easier creation of new Filters from existing Servlets and JSP pages">
<description>
<p>
The
<i>Create Filter</i>
wizard is improved in a similar way. It suggest better default
values, based on the current selection.
</p>
<p>
For example, if you right click on an existing Servlet node and
call
the
<i>New > Filter</i>
action...
</p>
<img src="javaee/FilterFromServletMenu.png" alt="New Filter from Servlet action menu" />
<p>
... then the first page of the
<i>Create Filter</i>
wizard suggests to create a new Filter class that maps to the
selected Servlet. This way users are able to complete to operation
with just
a single click on the
<i>Finish</i>
button and avoid configuring these
options by themselves.
</p>
<img src="javaee/FilterFromServlet.png" alt="New Filter from Servlet wizard" />
</description>
</item>
</component>
</release>