Author: max.andersen(a)jboss.com
Date: 2008-08-19 19:44:52 -0400 (Tue, 19 Aug 2008)
New Revision: 9804
Removed:
trunk/documentation/whatsnew/birt/birt-news-1.0.0.alpha1.html
Log:
finishing up new and noteworthy
Deleted: trunk/documentation/whatsnew/birt/birt-news-1.0.0.alpha1.html
===================================================================
--- trunk/documentation/whatsnew/birt/birt-news-1.0.0.alpha1.html 2008-08-19 23:43:10 UTC
(rev 9803)
+++ trunk/documentation/whatsnew/birt/birt-news-1.0.0.alpha1.html 2008-08-19 23:44:52 UTC
(rev 9804)
@@ -1,138 +0,0 @@
-<?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>
-
-