[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2220) JBoss BIRT Integration

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Wed Jul 2 20:02:31 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-2220?page=comments#action_12419722 ] 
            
Snjezana Peco commented on JBIDE-2220:
--------------------------------------

Created a JSF control intended to embed a BIRT report in an existing page.
The report can be embedded in a Seam xhtml page using the following code:

<ui:composition xmlns="http://www.w3.org/1999/xhtml"
                xmlns:s="http://jboss.com/products/seam/taglib"
                xmlns:ui="http://java.sun.com/jsf/facelets"
                xmlns:f="http://java.sun.com/jsf/core"
                xmlns:h="http://java.sun.com/jsf/html"
                xmlns:rich="http://richfaces.org/rich"
                xmlns:b="http://jboss.com/products/seam/birt"
                template="layout/template.xhtml">
...
<b:birt designType="embed"
       	designName="test1.rptdesign"
       	embeddable="true"
       	masterpage="false">
       			
    <b:param name="sample" value="sample parameter"/>
    <b:param name="Cust" value="10"/>
</b:birt>
...
</ui:composition>

The birt tag uses the JBossBirtServlet servlet placed in the org.jboss.tools.birt.core/resources/jboss-birt-servlet.jar library that includes the source code.
i will update JbossBirtIntegration.zip manual to include the latest changes.


> JBoss BIRT Integration
> ----------------------
>
>                 Key: JBIDE-2220
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2220
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>            Reporter: Snjezana Peco
>         Assigned To: Snjezana Peco
>             Fix For: 3.0.0.alpha
>
>         Attachments: hbds.zip, JBossBirtIntegration.zip, org.jboss.tools.birt.feature.zip
>
>
> I am going to integrate JBoss Tools with BIRT.
> The integration will include the following functionalities:
> - creating a data source based on the Hibernate Tools configuration
> - creating a data set including most of the Hibernate Tools features (browsing the Hibernate artifacts, syntax highlighting, formating, content assist...), D&D ...
> - the data set preview
> - creating reports using the Hibernate data source 
> - adding deployment within a web projects (JSF, Seam...)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list