Author: max.andersen(a)jboss.com
Date: 2009-06-08 06:16:08 -0400 (Mon, 08 Jun 2009)
New Revision: 15768
Added:
trunk/documentation/whatsnew/images/1secdefaultpublish.png
trunk/documentation/whatsnew/images/renameseamcomponent.png
trunk/documentation/whatsnew/images/setuptemplatecontextmenu.png
Modified:
trunk/documentation/whatsnew/as/as-news-3.1.0.M1.html
trunk/documentation/whatsnew/core/core-news-3.1.0.M1.html
trunk/documentation/whatsnew/examples/examples-news-1.1.0.M1.html
trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M1.html
trunk/documentation/whatsnew/jst/jst-news-3.1.0.M1.html
trunk/documentation/whatsnew/seam/seam-news-3.1.0.M1.html
trunk/documentation/whatsnew/vpe/vpe-news-3.1.0.M1.html
Log:
update whatsnew for M1
Modified: trunk/documentation/whatsnew/as/as-news-3.1.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-3.1.0.M1.html 2009-06-08 10:00:34 UTC (rev
15767)
+++ trunk/documentation/whatsnew/as/as-news-3.1.0.M1.html 2009-06-08 10:16:08 UTC (rev
15768)
@@ -7,16 +7,16 @@
<body>
-<h1>JBoss AS Tools 2.0.0.M1 - New and Noteworthy</h1>
+<h1>JBoss AS Tools 3.1.0.M1 - New and Noteworthy</h1>
- <p align="right"><a href="../index.html">< Main
Index</a> <a href="../seam/seam-news-3.0.0.GA.html">JBoss Seam Tools
></a></p>
+ <p align="right"><a href="../index.html">< Main
Index</a> <a href="../vpe/vpe-news-3.1.0.M1.html">Visual Page Editor
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
<tr>
<td colspan="2">
<hr/>
- <h3>Project Archives</h3>
+ <h3>Server</h3>
<hr/>
</td>
</tr>
@@ -24,13 +24,17 @@
<tr>
<td valign="top" align="left">
<p align="right">
- <b>User Libraries fileset</b></td>
+ <b>Deploy compressed archives</b></td>
<td valign="top">
- <p>If you use use User Libraries in your projects you can now also refer to
these from project archives and have all the .jar/.zip files they refer included into the
archive.</p>
+ <p>Our JBoss WTP Server adapters until now published all
+ projects in exploded form for ease of development and much
+ faster deployment. Sometimes though you are working where you
+ would like the projects to be deployed compressed. This is now
+ possible to enable in the server editor. If you enable this all projects that are
deployed to that server will be compressed instead of in an exploded folder.</p>
- <p><img src="../images/projectarchivelibs.png"/></p>
+ <p><img
src="../images/deploy_projects_compressed.png"/></p>
- <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-122">Related
jira</a></small></p>
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4193">Related
jira</a></small></p>
</td>
</tr>
@@ -40,29 +44,35 @@
</td>
</tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right">
+ <b>Flexible Server Configurations</b></td>
+ <td valign="top">
+ <p>When you create a Server runtime in JBoss Tools you can now
+ adjust which directory will be used as the server configuration
+ root allowing you to use a configuration from outside the JBoss
+ installation. Furthermore you can now easily copy a
+ configuration to allow for futher customization.</p>
- <tr>
- <td colspan="2">
- <hr/>
- <h3>Server</h3>
- <hr/>
+ <p><img
src="../images/quickconfigurationclone.png"/></p>
+
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-3896">Related
jira</a></small></p>
</td>
</tr>
<tr>
<td valign="top" align="left">
<p align="right">
- <b>Deploy compressed archives</b></td>
+ <b>1 second publishing interval</b></td>
<td valign="top">
- <p>Our JBoss WTP Server adapters until now published all
- projects in exploded form for ease of development and much
- faster deployment. Sometimes though you are working where you
- would like the projects to be deployed compressed. This is now
- possible to enable in the server editor. If you enable this all projects that are
deployed to that server will be compressed instead of in an exploded folder.</p>
+ <p>JBoss AS servers now have a default 1 second publishing interval between
file changed and publish to circumvent that Eclipse WebTools in recent releases started
having a 15 second interval.</p>
- <p><img
src="../images/deploy_projects_compressed.png"/></p>
+<p>This makes the development turnaround much better out-of-the-box. Of course if
you prefer longer wait time you can open the server editor and set the value to what you
wish.</p>
- <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4193">Related
jira</a></small></p>
+<p><img src="../images/1secdefaultpublish.png"/></p>
+
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4085">Related
jira</a></small></p>
</td>
</tr>
@@ -73,19 +83,23 @@
</tr>
<tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Project Archives</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
<td valign="top" align="left">
<p align="right">
- <b>Flexible Server Configurations</b></td>
+ <b>User Libraries fileset</b></td>
<td valign="top">
- <p>When you create a Server runtime in JBoss Tools you can now
- adjust which directory will be used as the server configuration
- root allowing you to use a configuration from outside the JBoss
- installation. Furthermore you can now easily copy a
- configuration to allow for futher customization.</p>
+ <p>If you use use User Libraries in your projects you can now also refer to
these from project archives and have all the .jar/.zip files they refer included into the
archive.</p>
- <p><img
src="../images/quickconfigurationclone.png"/></p>
+ <p><img src="../images/projectarchivelibs.png"/></p>
- <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-3896">Related
jira</a></small></p>
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-122">Related
jira</a></small></p>
</td>
</tr>
@@ -95,7 +109,6 @@
</td>
</tr>
-
</table>
Modified: trunk/documentation/whatsnew/core/core-news-3.1.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/core/core-news-3.1.0.M1.html 2009-06-08 10:00:34 UTC (rev
15767)
+++ trunk/documentation/whatsnew/core/core-news-3.1.0.M1.html 2009-06-08 10:16:08 UTC (rev
15768)
@@ -6,13 +6,13 @@
<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>What's New Visual Page Editor</title>
+<title>What's New</title>
</head>
<body>
-<h1>What's New Visual Page Editor</h1>
+<h1>What's New Core/General</h1>
<p align="right"><a href="../index.html">< Main
Index</a> <a
- href="../seam/seam-news-2.0.0.CR2.html">Seam Tools
></a></p>
+ href="../as/as-news-3.1.0.M1.html">AS Tools ></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
<tr>
<td colspan="2">
@@ -24,9 +24,12 @@
<tr>
<td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Eclipse
3.5</b></td>
<td valign="top">
- <p>JBoss Tools 3.1 is targeting running on Eclipse 3.5 to benefit from all the
bugfixes and new API's that are made available. Running on version of Eclipse before
3.4 might work for some plugins, but is not supported.</p>
+ <p>JBoss Tools 3.1 is targeting running on Eclipse 3.5
+ to benefit from all the bugfixes and new API's that
+ are made available. Running on version of Eclipse
+ before 3.4 might work for some plugins, but is not
+ supported.</p>
-
<p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4123">Related
Jira</a></small></p>
Modified: trunk/documentation/whatsnew/examples/examples-news-1.1.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/examples/examples-news-1.1.0.M1.html 2009-06-08 10:00:34
UTC (rev 15767)
+++ trunk/documentation/whatsnew/examples/examples-news-1.1.0.M1.html 2009-06-08 10:16:08
UTC (rev 15768)
@@ -11,7 +11,7 @@
<body>
<h1>Examples 1.1.0.M1 What's New</h1>
-<p align="right"><a href="../index.html">< Main
Index</a></p>
+<p align="right"><a href="../index.html">< Main
Index</a> <a href="../esb/esb-news-1.1.0.M1.html">ESB Tools
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
<tr>
@@ -45,8 +45,6 @@
<p>We have added a few of the Seam exmples to the project example site and we
also added Cheatsheets to some of these
based on the Seam Example tutorials allowing you to see the explanation of the code and
navigate to it directly in the IDE.</p>
- <p><img src="../images/customprojectexamples.png"/></p>
-
<p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-4180">Related
jira</a></small></p>
</td>
</tr>
Modified: trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M1.html 2009-06-08
10:00:34 UTC (rev 15767)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M1.html 2009-06-08
10:16:08 UTC (rev 15768)
@@ -11,7 +11,7 @@
<body>
<h1>Hibernate tools 3.3.0.M1 What's New</h1>
-<p align="right"><a href="../index.html">< Main
Index</a> <a href="../as/as-news-2.0.0.CR1.html">JBoss AS Tools
></a></p>
+<p align="right"><a href="../index.html">< Main
Index</a> <a href="../examples/examples-news-1.1.0.M1.html">Project
Examples ></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
Added: trunk/documentation/whatsnew/images/1secdefaultpublish.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/1secdefaultpublish.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/renameseamcomponent.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/renameseamcomponent.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/setuptemplatecontextmenu.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/setuptemplatecontextmenu.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/jst/jst-news-3.1.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/jst/jst-news-3.1.0.M1.html 2009-06-08 10:00:34 UTC (rev
15767)
+++ trunk/documentation/whatsnew/jst/jst-news-3.1.0.M1.html 2009-06-08 10:16:08 UTC (rev
15768)
@@ -11,7 +11,7 @@
<body>
<h1>JST/JSF 3.1.0.M1 What's New</h1>
-<p align="right"><a href="../index.html">< Main
Index</a></p>
+<p align="right"><a href="../index.html">< Main
Index</a> <a
href="../hibernate/hibernate-news-3.3.0.M1.html">Hibernate Tools News
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
<tr>
Modified: trunk/documentation/whatsnew/seam/seam-news-3.1.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/seam/seam-news-3.1.0.M1.html 2009-06-08 10:00:34 UTC (rev
15767)
+++ trunk/documentation/whatsnew/seam/seam-news-3.1.0.M1.html 2009-06-08 10:16:08 UTC (rev
15768)
@@ -23,9 +23,15 @@
</tr>
<tr>
<td valign="top" align="left">
- <p><b>View-id refactoring in pages.xml</b></p></td>
- <td valign="top"><p>view-id's are updated in pages.xml
now if correspondent xhtml was renamed.</p>
- <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-3808">Related
Jira</a></small></p>
+ <p><b>Seam component refactoring</b></p></td>
+ <td valign="top"><p>You can now rename Seam components and
Seam tools will refactor the name changes in pages.xml, xhtml and java.</p>
+<p>The refactoring is available in the context menu of classes that has a @Name
annotation, in components.xml and from Seam components view.</p>
+
+<p><img src="../images/renameseamcomponent.png"/></p>
+
+<p>Note: This feature is still experimental and we don't cover all possible
combinations yet. If you bump into a problem please report it in jira or speak up in the
forums.</p>
+
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-1077">Related
Jira</a></small></p>
</td>
</tr>
<tr>
@@ -35,11 +41,22 @@
<hr/>
</td>
</tr>
+
<tr>
- <td colspan="2"><hr />
+ <td valign="top" align="left">
+ <p><b>View-id refactoring in pages.xml</b></p></td>
+ <td valign="top"><p>view-id's are updated in pages.xml
now if correspondent xhtml was renamed.</p>
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-3808">Related
Jira</a></small></p>
</td>
</tr>
<tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Open On's</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
<td valign="top" align="left"><a
name="itemnam2e" id="itemname2"></a><b>Drools and jBPM
OpenOn</b></td>
<td width="70%" valign="top">
@@ -54,8 +71,6 @@
<tr>
<td colspan="2">
<hr/>
- <h3>Java Editor</h3>
- <hr/>
</td>
</tr>
<tr>
@@ -69,13 +84,11 @@
<tr>
<td colspan="2">
<hr/>
- <h3>Visual Editor</h3>
- <hr/>
</td>
</tr>
<tr>
<td valign="top" align="left">
- <p><b>OpenOn</b></p></td>
+ <p><b>Image and templates</b></p></td>
<td valign="top"><p>Image file can now be navigated to
directly via OpenOn's from <s:graphicImage@value>.</p>
<p>Also OpenOn works for template attribute of <s:decorate>
tags.</p>
Modified: trunk/documentation/whatsnew/vpe/vpe-news-3.1.0.M1.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.1.0.M1.html 2009-06-08 10:00:34 UTC (rev
15767)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.1.0.M1.html 2009-06-08 10:16:08 UTC (rev
15768)
@@ -12,7 +12,7 @@
<h1>What's New Visual Page Editor</h1>
<p align="right"><a href="../index.html">< Main
Index</a> <a
- href="../seam/seam-news-2.0.0.CR2.html">Seam Tools
></a></p>
+ href="../seam/seam-news-3.1.0.M1.html">Seam Tools
></a></p>
<table border="0" cellpadding="10" cellspacing="0"
width="80%">
<tr>
<td colspan="2">
@@ -25,9 +25,14 @@
<td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Richfaces
Layout Tags</b></td>
<td valign="top">
- <p>Richfaces 3.3 have added a good set of improvements done in the area of
layout. The Visual page Editor now supports the new tags in 3.3 especially the layout
support (i.e. <code>rich:layoutPanel</code>).</p>
+ <p>Richfaces 3.3 have added a good set of improvements
+ done in the area of layout. The Visual page Editor now
+ supports the new tags in 3.3 especially the layout
+ support (i.e. <code>rich:layoutPanel</code>).</p>
-<p>The visual page editor will obey the layout options that Richfaces provide and
give a good approximation of how the Richfaces tags will render.</p>
+<p>The visual page editor will obey the layout options that Richfaces
+provide and give a good approximation of how the Richfaces tags will
+render.</p>
<p><img src="../images/richlayoutpanel.png"/></p>
@@ -108,6 +113,20 @@
<tr>
<td colspan="2">
<hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>Page Design
options Import/Export</b></td>
+ <td valign="top">
+ <p>Page Design Options is now saved in Eclipse Preferences allowing to
import/export these settings to avoid manually setup items such as EL expression
overrides.</p>
+
+ <p><small><a
+
href="https://jira.jboss.org/jira/browse/JBIDE-3211">Related
Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
<h3>Source editor</h3>
<hr />
</td>
@@ -122,6 +141,22 @@
</td>
</tr>
+ <tr>
+ <td>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3" id="itemname3"></a><b>OpenOn for
Richfaces</b></td>
+ <td valign="top">
+ <p>Both source and visual editor now have the context menu action to setup
template for unknown tags. The menu also now state which template the setup is done for to
make it easier to understand what the action will do.</p>
+
+ <p><img src="../images/setuptemplatecontextmenu.png"/></p>
+
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-3978">Related
Jira</a></small></p>
+ </td>
+ </tr>
+
</table>
</body>