[jbosstools-commits] JBoss Tools SVN: r23324 - in trunk/documentation/whatsnew/cdi: images and 1 other directory.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 8 13:22:56 EDT 2010
Author: dazarov
Date: 2010-07-08 13:22:56 -0400 (Thu, 08 Jul 2010)
New Revision: 23324
Added:
trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.M1.html
trunk/documentation/whatsnew/cdi/images/CDIAnnotationWizards.png
trunk/documentation/whatsnew/cdi/images/DisposerOpenOn.png
trunk/documentation/whatsnew/cdi/images/NewQualifierWizard.png
trunk/documentation/whatsnew/cdi/images/ProducerOpenOn.png
Log:
New and noteworthy 3.2.0.M1
Added: trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.M1.html (rev 0)
+++ trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.M1.html 2010-07-08 17:22:56 UTC (rev 23324)
@@ -0,0 +1,151 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>CDI tools 3.2.0.M1 What's New</title>
+</head>
+<body>
+<h1>CDI tools 3.2.0.M1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a
+ href="../jst/jst-news-3.1.0.M4.html">JST/JSF Tools News ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+<tr>
+ <td colspan="2">
+ <hr />
+ <h3>New Wizards</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>New Quilifier Type Wizard</b></p>
+ </td>
+ <td valign="top">
+ <p>Qualifier Type Wizard creates qualifier annotation type.</p>
+ <img src="images/CDIAnnotationWizards.png"/><br><br>
+ <img src="images/NewQualifierWizard.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/jira/browse/JBIDE-6413">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>New Stereotype Wizard</b></p>
+ </td>
+ <td valign="top">
+ <p>Stereotype Wizard creates stereotype annotation type.</p>
+ <p><small><a
+ href="https://jira.jboss.org/jira/browse/JBIDE-6414">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>New Interceptor Binding Type Wizard</b></p>
+ </td>
+ <td valign="top">
+ <p>Interceptor Binding Type Wizard creates interceptor annotation type.</p>
+ <p><small><a
+ href="https://jira.jboss.org/jira/browse/JBIDE-6415">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>New Scope Type Wizard</b></p>
+ </td>
+ <td valign="top">
+ <p>Scope Type Wizard creates scope annotation type.</p>
+ <p><small><a
+ href="https://jira.jboss.org/jira/browse/JBIDE-6416">Related Jira</a></small></p>
+ </td>
+ </tr>
+<tr>
+ <td colspan="2">
+ <hr />
+ <h3>Hyperlinks (OpenOns)</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>OpenOn for Disposer/Producer methods</b></p>
+ </td>
+ <td valign="top">
+ <p>If user ctrl+click on Disposer (Producer) method, this OpenOn suggests opening the bound producer (disposer) method.</p>
+ <img src="images/ProducerOpenOn.png"/><br><br>
+ <img src="images/DisposerOpenOn.png"/>
+ <p><small><a
+ href="https://jira.jboss.org/jira/browse/JBIDE-6251">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+<tr>
+ <td colspan="2">
+ <hr />
+ <h3>Project Validation</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Unsatisfied and ambiguous dependencies validation for CDI Injection points</b></p>
+ </td>
+ <td valign="top">
+ <p>CDI projects are validated now against the unsatisfied and ambiquos dependencies.</p>
+ <p><small><a
+ href="https://jira.jboss.org/jira/browse/JBIDE-6418">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+<tr>
+ <td colspan="2">
+ <hr />
+ <h3>Refactoring</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Rename action for CDI @Named beans</b></p>
+ </td>
+ <td valign="top">
+ <p>Rename action for CDI @Named beans also shows
+ all resources that has references renamed element in EL.</p>
+ <p>Rename action is available from context menu on a @Named annotation in Java Source editor.</p>
+ <p><small><a
+ href="https://jira.jboss.org/jira/browse/JBIDE-5927">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
Property changes on: trunk/documentation/whatsnew/cdi/cdi-news-3.2.0.M1.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/cdi/images/CDIAnnotationWizards.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/CDIAnnotationWizards.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/cdi/images/DisposerOpenOn.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/DisposerOpenOn.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/cdi/images/NewQualifierWizard.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/NewQualifierWizard.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/cdi/images/ProducerOpenOn.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/cdi/images/ProducerOpenOn.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the jbosstools-commits
mailing list