From jbosstools-commits at lists.jboss.org Tue Oct 20 20:50:17 2009 Content-Type: multipart/mixed; boundary="===============4097984856135606369==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r18190 - in trunk/documentation/whatsnew: as and 6 other directories. Date: Tue, 20 Oct 2009 20:50:17 -0400 Message-ID: <200910210050.n9L0oHM0005049@svn01.web.mwc.hst.phx2.redhat.com> --===============4097984856135606369== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dgolovin Date: 2009-10-20 20:50:17 -0400 (Tue, 20 Oct 2009) New Revision: 18190 Added: trunk/documentation/whatsnew/as/as-news-3.1.0.M4.html trunk/documentation/whatsnew/core/core-news-3.1.0.M4.html trunk/documentation/whatsnew/esb/esb-news-1.1.0.M4.html trunk/documentation/whatsnew/examples/examples-news-1.1.0.M4.html trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M4.html trunk/documentation/whatsnew/jst/jst-news-3.1.0.M4.html trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.M4.html Modified: trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M3.html trunk/documentation/whatsnew/index.html Log: What's new update for M4. File structure with components that has new_and_n= oteworthy labeled issues Added: trunk/documentation/whatsnew/as/as-news-3.1.0.M4.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/as/as-news-3.1.0.M4.html = (rev 0) +++ trunk/documentation/whatsnew/as/as-news-3.1.0.M4.html 2009-10-21 00:50:= 17 UTC (rev 18190) @@ -0,0 +1,95 @@ + + + + +JBoss AS Tools 2.1.0.M3 News + + + + +

JBoss AS Tools 3.1.0.M3 - New and Noteworthy

+ +

< Main Index Hibernate Tools >

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + = +
+
+

Server

+
+
+

+ Configure filesets for Servers

+

There is now a preference page for configuring default filesets f= or server types.

+ +

+ +

This can be used to setup which files inside the server configura= tion you wish to have easy access from the Server view, i.e. define **/*-lo= g4j.xml for JBoss servers if you want to easily access the logging configur= ation files.

+ +

= Related jira

+
+
+
+

+ JBoss configuration Variable

+

You can now use ${jboss_config} to refer to the sele= cted JBoss Configuration to allow for portable filesets.

+

+ +

Since this variable is an Eclipse Variable it can even be + used in launch configurations and similar places. Here a + specific server/runtime needs to be named, + i.e. ${jboss_config:JMyBoss4}. + +

= Related jira

+
+
+
+

+ Updated icons/images to new JBoss logo

+

The new wizards for Server types now uses the new JBoss logo

+ +

+ +

= Related jira

+
+
+
+ + + + + + Property changes on: trunk/documentation/whatsnew/as/as-news-3.1.0.M4.html ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Added: trunk/documentation/whatsnew/core/core-news-3.1.0.M4.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/core/core-news-3.1.0.M4.html = (rev 0) +++ trunk/documentation/whatsnew/core/core-news-3.1.0.M4.html 2009-10-21 00= :50:17 UTC (rev 18190) @@ -0,0 +1,90 @@ + + + + + + + +What's New + + +

What's New Core/General

+ +

< Main Index JST Tools >

+ + + + + + + + + = + + + + + + + + + + + + + + + + + +
+
+

Project Archives

+
+
Nested archives now supports incremental updates +

Previously nested project archives were possible to define, but updat= es in a nested archive were not always happening.

+ +

This is now fixed allowing you to have structures like the following:=

+ +

+ + x.jar + ear/x.ear + ear/x.ear/x.jar = + +

And when updating x.jar in the top-level the ear project's version of= x.jar will now also be updated.

+ +

Related Jira=

+ +

+
Build Project Archive Action +

There is now a "Build Project Archive" action which users can configu= re a hotkey for if they wish.

+

When invoked the project for the currently selected resource will be = built.

+

+ +

Related Jira=

+ +
+
+

Properties editor

+
+
Filter/Search Regular Expression +

The JBoss Tools properties editor's filter field now supports regular= expressions.

+ +

+ +

By default the Name and Value fields are just substring seach, but if= you enable "Expressions" you can use regular expressions.

+ +

Related Jira=

+
+ + + + + + Property changes on: trunk/documentation/whatsnew/core/core-news-3.1.0.M4.h= tml ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Added: trunk/documentation/whatsnew/esb/esb-news-1.1.0.M4.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/esb/esb-news-1.1.0.M4.html = (rev 0) +++ trunk/documentation/whatsnew/esb/esb-news-1.1.0.M4.html 2009-10-21 00:5= 0:17 UTC (rev 18190) @@ -0,0 +1,71 @@ + + + + + + + +ESB tools 1.1.0.CR2 What's New + + +

ESB tools 1.1.0.CR2 What's New

+ +

< Main Index Smooks Tools >

+ + + + + + + + + + + + + + + = + + + + + = + = + + + + = + + + + + +
+
+

Editors

+
+
Smooks Action +

The the wizard of creating the out of the box action SmooksTransfor= mer is now deprecated, and replaced by new Smooks Action wizard.

+ +

Re= lated Jira

+
+
+
ESB 4.5 support in ESB Tools +

ESB 4.5 supports two jboss-esb.xsd versions for jboss-esb.xml confi= guration file , ESB project creation wizard allows you to choose the versio= n for configuration file, and the jboss-esb.xml editor supports the new ver= soin as well.

+ +

Re= lated Jira

+
+
+
Open On feature for jboss-esb.xml files +

This feature allows you to open different types of file/pages insid= e <action> using OpenOn.

+ +

Re= lated Jira

+
+ + + + + + Property changes on: trunk/documentation/whatsnew/esb/esb-news-1.1.0.M4.html ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Added: trunk/documentation/whatsnew/examples/examples-news-1.1.0.M4.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/examples/examples-news-1.1.0.M4.html = (rev 0) +++ trunk/documentation/whatsnew/examples/examples-news-1.1.0.M4.html 2009-= 10-21 00:50:17 UTC (rev 18190) @@ -0,0 +1,58 @@ + + + + + + + +Examples 1.1.0.M1 What's New + + +

Examples 1.1.0.M1 What's New

+ +

< Main Index ESB Tools >

+ + + + + + + + + + + + + + + + +
+
+

General

+
+
+ User provided project= examples + +

You can now add your own project examples url to JBoss Tools withou= t providing a plugin. Allowing you to use 3rd party project examples or sim= ply just try out creating your own.

+ +

+ +

= Related jira

+
+
+
+ Seam Examples with Ch= eatsheets + +

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.

+ +

Re= lated jira

+
+ + + + + + Property changes on: trunk/documentation/whatsnew/examples/examples-news-1.= 1.0.M4.html ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Modified: trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M3.ht= ml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M3.html 200= 9-10-20 23:00:15 UTC (rev 18189) +++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M3.html 200= 9-10-21 00:50:17 UTC (rev 18190) @@ -11,7 +11,7 @@

Hibernate tools 3.3.0.M3 What's New

= -

< Main Index Maven Tools >

+

< Main Index Project Examples >

= = Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M4.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M4.html = (rev 0) +++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.M4.html 200= 9-10-21 00:50:17 UTC (rev 18190) @@ -0,0 +1,157 @@ + + + + + + + +Hibernate tools 3.3.0.M3 What's New + + +

Hibernate tools 3.3.0.M3 What's New

+ +

< Main Index Maven Tools >

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Dali Integration

+
+
Validation via NamingStrategy +

When using Hibernate Platform with Dali (JPA Tooling) we now valida= te through the chosen NamingStrategy (if none chosen the default NamingStra= tegy is used).

+ +

This allows those users who have custom naming strategies in place = to utilize the nice Dali JPA validation of wether the reference table and c= olumn names are enabled.

+ +

Note: Remember for Dali validation to work you have to enable the J= PA facet on your project and have the chosen DTP connection be connected to= the database. If not, Dali will not perform any validation!

+ +

In case you do not want the NamingStrategy to be used, i.e. your Na= mingStrategy requires custom setup or have dependencies not available durin= g design time you can disable the use of it on the Hibernate project prefer= ence page.

+

+ + +

Releated jiras: 1, 2

+ +
+
+
Hibernate specific annotations +

The JPA UI and validation has been extended to cover a few more Hib= ernate specific annotations.

+ +
    +
  • @GenericGenerators (before only supported the singu= lar @GenericGenerator
  • +
  • @DiscriminatorFormula
  • +
  • @NamedQuery
  • +
  • @NamedNativeQuery
  • +
  • @Embeddable with associations (not allowed in JPA s= pec, but ok in Hibernate)
  • +
+ +

This means that these annotations now have UI support and if possib= le also validated in Dali.

+ +

This screenshot shows a @NamedQuery being edited/shown in the UI. + +

+ +

+ + +

Releated jiras: 1, 2,3, 4, 5

+ + +
+
+

Wizards

+
+
hbm.xml Wizard now generates mapping for object graph +

When using New Hibernate Mapping wizard the generated hbm.xml now c= ontains basic mappings for properties and associations.

+ +

+ +

You can select a package or multiple individual classes and then from t= here the wizard will traverse the object graph and generate mappings for th= e full object graph.

+

Rel= ated jira

+ +
+
+

Views

+
+
Pending... node +

Creation/opening of a Console Configuration is now visualized with = a Pending... node until it completes.

+ +

+ +

Rel= ated jira

+ +
+
+
Mapping Diagram +

The mapping diagram now has support for showing Grid, Rules and Sna= p-to-Geometry.

+ +

+ +

Rel= ated jira

+ +
+
+
+ + + + + + Property changes on: trunk/documentation/whatsnew/hibernate/hibernate-news-= 3.3.0.M4.html ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Modified: trunk/documentation/whatsnew/index.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/index.html 2009-10-20 23:00:15 UTC (rev 18= 189) +++ trunk/documentation/whatsnew/index.html 2009-10-21 00:50:17 UTC (rev 18= 190) @@ -24,6 +24,21 @@ = +

3.1.0.M4 = + = +

Core/General

= +

JST/JSF Tools

= +

JBoss AS Tools

= +

Hibernate Tool= s

+

Project Examples=

= +

Visual Page Editor

+

Seam Tools

+

Smooks Tools

= = + = + + + +

3.1.0.M3 = =

Core/General

= Added: trunk/documentation/whatsnew/jst/jst-news-3.1.0.M4.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/jst/jst-news-3.1.0.M4.html = (rev 0) +++ trunk/documentation/whatsnew/jst/jst-news-3.1.0.M4.html 2009-10-21 00:5= 0:17 UTC (rev 18190) @@ -0,0 +1,103 @@ + + + + + + + +JST/JSF 3.1.0.M3 What's New + + +

JST/JSF 3.1.0.M3 What's New

+ +

< Main I= ndex Server Tools >

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

OpenOn

+
+
+

EL Variables

OpenOn's are now available for source elements= .

+ +

Re= lated Jira

+
+
+

Code assist

+
+
+

Unified EL completion for Seam and JSF projects

EL completion for Seam and JSF projects are no= w unified (uses same codebase).

+ +

In previous releases there were small differences between how code comp= letion were done for projects with or without Seam configured, i.e. code co= mpletion for Seam variables were not available in Wizards and property shee= ts and some of the features of JBoss EL were not honored in JSF projects. + +

Related jiras: 1, 2

+

+
+

EL completion in style attributes

Code assist for EL variables are now available= in style attributes of XHTML files.

+ +

Re= lated Jira

+

+
+

Information hover for JSF tags

When code completing JSF/Facelets tags we now = show a information box with the related tag documentation. Descriptions are= fetched from TLD and facelet information.

+ +

+ +

Rel= ated Jira

+

+
+

Code assist for attributes expecting an ID in richfaces

Code assist now provides id completion for att= ributes that is known to work with ID's (for, focus, reRender, etc.). Both = single and multi-valued (comma separated) completion are supported.

+ +

+ = + = +

Re= lated Jira

+

+
+ + + + Property changes on: trunk/documentation/whatsnew/jst/jst-news-3.1.0.M4.html ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Added: trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.M4.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.M4.html = (rev 0) +++ trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.M4.html 2009-10-2= 1 00:50:17 UTC (rev 18190) @@ -0,0 +1,135 @@ + + + + + + + +Smooks tools 1.1.0.M3 What's New + + +

Smooks tools 1.1.0.M3 What's New

+ +

< Main Index Core/General >

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Smooks Configuration Editor

+
+
Multiple Page Editor +

Overview page. Configurate the high level informations of + Smooks configuration file.

+ +

+ +

Reader Page. Add/Remove the Reader model in this page.

+ +

+ +

Message Filter Page. This page inherits many functions from the + Design page , it can add/remove the message filter resources.

+ +

+
+
+
Support + the Smooks configuration file 1.2.1 version +

The Smooks editor support the Smooks configuration file which + is related to Smooks 1.2.1 platform.

+ +

+ +

+ +
+
+
Support + CSV,JSON,EDI input type data +

Support CSV , JSON , EDI input type data

+ +

+ +

CSV input Reader configuration wizard page.

+ +

+ +

EDI input Reader configuration wizard page.

+ +

+ +

JSON input Reader configuration wizard page.

+ +

+ +
+
+

EDI Message Mapping Graphical Editor

+
+
EDI + Message Mapping Graphical Editor +

EDI Message Mapping File Wizard.

+ +

+ +

+ +

EDI Message Mapping Graphical Editor. It can edit the + EDI-Message-Mapping configuration file.

+ +

<= /p> + +

+
+
+ + + + + + Property changes on: trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.= M4.html ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain --===============4097984856135606369==--