Author: max.andersen(a)jboss.com
Date: 2008-08-19 16:39:49 -0400 (Tue, 19 Aug 2008)
New Revision: 9802
Added:
trunk/documentation/whatsnew/birt/birt-news-1.0.0.Alpha1.html
trunk/documentation/whatsnew/portlet/portlet-news-1.0.0.Alpha1.html
trunk/documentation/whatsnew/ws/ws-news-1.0.0.Alpha1.html
Modified:
trunk/documentation/whatsnew/index.html
Log:
fixing mixed casing of filenames.
Added: trunk/documentation/whatsnew/birt/birt-news-1.0.0.Alpha1.html
===================================================================
--- trunk/documentation/whatsnew/birt/birt-news-1.0.0.Alpha1.html
(rev 0)
+++ trunk/documentation/whatsnew/birt/birt-news-1.0.0.Alpha1.html 2008-08-19 20:39:49 UTC
(rev 9802)
@@ -0,0 +1,138 @@
+<?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>JBoss BIRT Integration</title>
+</head>
+<body>
+<h1>JBoss BIRT Integration 3.0.0.alpha1 - New and Noteworthy</h1>
+<p>Last revised August 8, 2008</p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>JBoss BIRT Integration</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Hibernate Data Source</b></p>
+ </td>
+ <td valign="top">
+ <p>
+ The Hibernate Data Source enables a user to specify a Hibernate Configuration or JNDI
URL.
+ </p>
+ <p>
+ <img src="images/HbDataSource1.png" alt="The Hibernate Data
Source" />
+ </p>
+ <p>
+ <img src="images/HbDataSource2.png" alt="The Hibernate Data
Source" />
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Hibernate Data Set</b></p>
+ </td>
+ <td valign="top">
+ <p>
+ When the Hibernate Data Source is set up, the user can create a Hibernate Data Set
+ using a HQL query in the way in which the JDBC driver creates a SQL query.
+ </p>
+ <p><img src="images/HbDataSet.png" alt="The Hibernate Data
Set" /></p>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Integration with Seam</b></p>
+ </td>
+ <td width="70%" valign="top">
+ <p>
+ The JBoss BIRT Integration feature contains the "birt" tag that allows the
user to add a BIRT report to an .xhtml file.
+ </p>
+
+ <p><img src="images/birttag1.png" alt="JBoss Test Report"
/> </p>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Deployment</b></p>
+ </td>
+ <td valign="top">
+ <p>
+ A Seam project that includes the BIRT facet can be deployed as any project.
+ If you define the Hibernate ODA driver, the JBoss BIRT engine will use JNDI URL
+ that has to be bind to either Hibernate Session Factory or Hibernate Entity Manager
Factory.
+ </p>
+
+<p>Any Seam project with the BIRT facet that
+uses the Hibernate ODA driver has to bind a Hibernate session factory
+or an Hibernate entity manager factory. It doesn't matter which of
+these two factories the user binds because the Hibernate ODA driver
+will recognize the type of the object.</p>
+
+<p>
+When creating a Seam EAR project, Hibernate Entity Manager Factory is
+bound to java:/{projectName}EntityManagerFactory. All the user needs
+to do is using the Hibernate Configuration created automatically. The
+user can use default values for the Hibernate Configuration and JNDI
+URL within the BIRT Hibernate Data Source.</p>
+
+<p>
+When using a Seam WAR project, neither HSF nor HEMF aren't binded to JNDI by
default.
+The user has to do this manually.
+For instance,
+HSF can be bound to JNDI adding the following property to the persistence.xml
file:</p>
+
+<code><property name="hibernate.session_factory_name"
value="java:/projectname"/></code>
+
+<p>the user can use 'java:/projectname' as the JNDI URL property when
creating a BIRT Hibernate Data Source.</p>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+
+<tr>
+ <td valign="top" align="left">
+ </td>
+ <td valign="top"> <p>
+ For more details, see <a
href="https://jira.jboss.org/jira/browse/JBIDE-2220">JBIDE-2...;.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+
+
+</table>
+
+</body>
+
+</html>
+
+
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2008-08-19 19:57:00 UTC (rev 9801)
+++ trunk/documentation/whatsnew/index.html 2008-08-19 20:39:49 UTC (rev 9802)
@@ -23,14 +23,14 @@
<td valign="top" align="left">
<p align="right"><b>3.0.0.Alpha1</b>
<td valign="top">
- <p><a
href="core/core-news-3.0.0.alpha1.html">Core/General</a></p>
+ <p><a
href="core/core-news-3.0.0.Alpha1.html">Core/General</a></p>
<p><a href="seam/seam-news-2.0.0.Alpha1.html">Seam
Tools</a></p>
<p><a
href="hibernate/hibernate-news-3.2.4.Alpha1.html">Hibernate
Tools</a></p>
<p><a href="as/as-news-2.0.0.Alpha1.html">JBoss AS
Tools</a></p>
- <p><a href="portlet/portlet-news-1.0.0.alpha1.html">Portal
Tools</a></p>
+ <p><a href="portlet/portlet-news-1.0.0.Alpha1.html">Portal
Tools</a></p>
- <p><a href="ws/ws-news-1.0.0.alpha1.html">Web
Services</a></p>
- <p><a href="birt/birt-news-1.0.0.alpha1.html">Birt
Tools</a></p>
+ <p><a href="ws/ws-news-1.0.0.Alpha1.html">Web
Services</a></p>
+ <p><a href="birt/birt-news-1.0.0.Alpha1.html">Birt
Tools</a></p>
<p><a href="vpe/vpe-news-3.0.0.Alpha1.html">Visual Page
Editor</a></p>
Added: trunk/documentation/whatsnew/portlet/portlet-news-1.0.0.Alpha1.html
===================================================================
--- trunk/documentation/whatsnew/portlet/portlet-news-1.0.0.Alpha1.html
(rev 0)
+++ trunk/documentation/whatsnew/portlet/portlet-news-1.0.0.Alpha1.html 2008-08-19
20:39:49 UTC (rev 9802)
@@ -0,0 +1,136 @@
+<?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>JBoss Tools Portlet</title>
+</head>
+<body>
+<h1>JBoss Tools Portlet 3.0.0.alpha1 - New and Noteworthy</h1>
+<p>Last revised August 10, 2008</p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>JBoss Tools Portlet</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>JBoss Portlet Support</b></p>
+ </td>
+ <td valign="top">
+ <p>
+ The JBoss Portlet feature is available as part of JBoss Tools 3.0.0.
+ JBoss Tools supports the <a
href="http://www.jcp.org/en/jsr/detail?id=168">JSR-168 Portlet Specification
(Portlet 1.0)</a>,
+ <a
href="http://www.jcp.org/en/jsr/detail?id=286">JSR-286
+ Portlet Specification (Portlet 2.0)</a> and works
+ with <a
href="http://www.jboss.org/portletbridge/">PortletBridge<...
+ for supporting Portlets in JSF/Seam applications. To
+ enable these features, you need to add the JBoss Portlet
+ facet to a new or an existing web project.
+ </p>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>JBoss Portlet facet</b></p>
+ </td>
+ <td valign="top">
+ <p>
+ The JBoss Portlet feature provides the Java, JSF and Seam Portlet facets.</p>
+ <p><img src="images/portletnews1.png" alt="The JBoss Portlet
Facet" /></p>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>Java Portlet</b></p>
+ </td>
+ <td width="70%" valign="top">
+ <p>
+ This wizard enables creating a JSR-186/JSR-286 compliant portlet. </p>
+ <p><img src="images/portletnews2.png" alt="The JBoss
Portlet Wizard" /></p>
+ <p><img src="images/portletnews3.png" alt="The JBoss
Portlet Wizard" /></p>
+ <p><img src="images/portletnews4.png" alt="The JBoss
Portlet Wizard" /></p>
+ <p><img src="images/portletnews5.png" alt="The JBoss
Portlet Wizard" /></p>
+ <p>
+ You can optionally configure JBoss portal specific deployment
descriptors.</p>
+ <p><img src="images/portletnews6.png" alt="The JBoss
Portlet Wizard" /></p>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p><b>JSF/Seam Portlet</b></p>
+ </td>
+ <td width="70%" valign="top">
+ <p>
+ The JSF and Seam Portlet wizards create a JSF/Seam portlet that uses <a
href="http://www.jboss.org/portletbridge/">JBoss Portlet Bridge</a>
+ </p>
+ <p><img src="images/portletnews7.png" alt="The JBoss
Portlet Wizard" /></p>
+ <p><img src="images/portletnews8.png" alt="The JBoss
Portlet Wizard" /></p>
+ <p><img src="images/portletnews9.png" alt="The JBoss
Portlet Wizard" /></p>
+
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left"><a
name="itemname3"
id="itemname3"></a><b>Deployment</b></td>
+ <td valign="top">
+ <p>
+ You can deploy portlet projects to <a
href="http://www.jboss.org/jbossportal/">JBoss Portal</a> as any other
web project.
+
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+
+<tr>
+ <td valign="top" align="left"><a
name="itemname4"
id="itemname4"></a><b></b></td>
+ <td valign="top">
+ <p>
+ More detail is available at
+ <a
href="https://jira.jboss.org/jira/browse/JBIDE-2233">JBIDE-2...;,
+ <a
href="https://jira.jboss.org/jira/browse/JBIDE-2234">JBIDE-2...
and
+ <a
href="https://jira.jboss.org/jira/browse/JBIDE-2574">JBIDE-2...;.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+
+
+</table>
+
+</body>
+
+</html>
+
+
Added: trunk/documentation/whatsnew/ws/ws-news-1.0.0.Alpha1.html
===================================================================
--- trunk/documentation/whatsnew/ws/ws-news-1.0.0.Alpha1.html (rev
0)
+++ trunk/documentation/whatsnew/ws/ws-news-1.0.0.Alpha1.html 2008-08-19 20:39:49 UTC (rev
9802)
@@ -0,0 +1,52 @@
+<?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>Web Services 1.0.0.Alpha What's New</title>
+</head>
+<body>
+<h1>Web Services 1.0.0.Alpha What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a href="../vpe/vpe-news-2.0.0.cr1.html">Visual Page
Editor News ></a></p>
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>General</h3>
+ <hr/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right">
+ <a name="itemname3"
id="itemname3"></a><b>JBossWS WTP Support</b>
+ </td>
+ <td valign="top">JBossWS support have been added, meaning you can now
use WTP WebServices support with JBossWS.
+ <p><img src="../images/jbossws_facet.png"/></p>
+ </td>
+
+ </tr>
+ <tr>
+ <td colspan="2"><hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right">
+ <a name="itemname3"
id="itemname3"></a><b>Wizards</b>
+ </td>
+ <td valign="top">JBossWS WTP support integrates into the existing
WebServices wizards (Web Service and Web Service Client) in Eclipse. See the JBossWS tools
documentation for details
+ <p><img src="../images/webservice_client_wizard.png"/></p>
+ </td>
+
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+