blob: aa985fb5c8c710c7341fad55267d65be32fcee43 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../new_and_noteworthy.xsl"?>
<release name="3.3 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="EJB Tools">
<item title="EJB Timer Wizard">
<description>
A new wizard for the creation of EJB Timers is now available. EJB Timers were
introduced in the EJB 3.1 specification, greatly simplifying the
ability to schedule events according to a calendar-based schedule.
<br />
<br />
<img src="javaee/ejb_timer_menu_action.png" alt="Menu action available in the toolbar" />
<br />
<br />
The wizard can be invoked from the Java EE artifacts drop-down list in
the main toolbar.
<br />
<br />
<img src="javaee/ejb_timer_wizard.png" alt="EJB Timer wizard" />
<br />
The wizard allows calendar-based scheduling declarations and generates
a Stateless Session Bean with a EJB Timer callback method.
</description>
</item>
</component>
</release>