Author: akazakov
Date: 2011-06-17 15:21:49 -0400 (Fri, 17 Jun 2011)
New Revision: 32166
Added:
trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M2.html
trunk/documentation/whatsnew/cdi/images/3.3.0.M2/
trunk/documentation/whatsnew/cdi/images/3.3.0.M2/seam_config_open_on.png
trunk/documentation/whatsnew/cdi/images/3.3.0.M2/seam_config_validation.png
Log:
https://issues.jboss.org/browse/JBIDE-9158
Added: trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M2.html
===================================================================
--- trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M2.html (rev
0)
+++ trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M2.html 2011-06-17 19:21:49 UTC (rev
32166)
@@ -0,0 +1,95 @@
+<?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/Seam 3 tools 3.3.0.M2 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1>CDI/Seam 3 tools 3.3.0.M2 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a
+ href="../seam/seam-news-3.3.0.M2.html">Seam 2 Tools News
></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Seam Config</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>seam-beans.xml validation</b></p>
+ </td>
+ <td align="top">
+ <p>Seam Config XML is validated:</p>
+ <img src="images/3.3.0.M2/seam_config_validation.png"/>
+ <p>
+ <small><a
href="https://jira.jboss.org/browse/JBIDE-8940">Related
Jira</a></small><br/>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Hyperlinks (OpenOns)</b></p>
+ </td>
+ <td align="top">
+ <p>Beans injected into java source files and declared in Seam Config XML can now
be navigated to via OpenOn.</p>
+ <img src="images/3.3.0.M2/seam_config_open_on.png"/>
+ <p>
+ <small><a
href="https://jira.jboss.org/browse/JBIDE-9110">Related
Jira</a></small><br/>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Seam Solder</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Seam Generic Beans</b></p>
+ </td>
+ <td align="top">
+ <p>CDI tools now supports generic beans. You can use generic beans in your
project and CDI Tools won't be confused. So you will be able to use the general CDI
Tools features such as validation, code completion, hyperlinks, refactoring, etc. to
develop applications using generic beans as well as plan ones.</p>
+ <p>
+ <small><a
href="https://jira.jboss.org/browse/JBIDE-8674">Related
Jira</a></small><br/>
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
\ No newline at end of file
Property changes on: trunk/documentation/whatsnew/cdi/cdi-news-3.3.0.M2.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/cdi/images/3.3.0.M2/seam_config_open_on.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/cdi/images/3.3.0.M2/seam_config_open_on.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/cdi/images/3.3.0.M2/seam_config_validation.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/cdi/images/3.3.0.M2/seam_config_validation.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream