blob: bae0de8aad88b3eb95a83a8ed325f0fd061a3e3a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../../../development/news/new_and_noteworthy.xsl"?>
<release name="3.6" root="../../..">
<!--
<component name="component name, such as Server 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="Java EE 7: Async support option in the New Servlet and Filter wizards">
<description>
<br />
<br/>
<img src="javaee/Servlet_Wizard.png"
alt="Servlet Wizard" />
<br/>
<br/>
Selecting this option will generate an annotation with the asyncSupport option enabled
<img src="javaee/Servlet_Generation.png"
alt="Selecting this option will generate an annotation with the asyncSupport option enabled" />
<br/>
<br/>
Support For New Listener Interfaces including
<ul>
<li>javax.servlet.http.HttpSessionIdListener</li>
<li>javax.servlet.AsyncListener</li>
</ul>
<img src="javaee/Listener_Wizard.png"
alt="Listener Wizard" />
<br />
<br />
</description>
</item>
</component>
<component name="EJB Tools">
<item title="EJB 3.1: Asynch support option in session bean wizard">
<description>
<br />
<br/>
<img src="javaee/asynch_session_bean.png"
alt="Session bean Wizard" />
</description>
</item>
<item title="EJB 3.2: Non-persistent support option in timer callback wizard">
<description>
<br />
<br/>
<img src="javaee/Non_persistent_timer.png"
alt="Timer callback Wizard" />
</description>
</item>
</component>
</release>