Exadel jsf4birt – BIRT reporting in JSF applications is now on exadel.org

I’m happy to announce that Exadel jsf4birt project is now open source and has moved to exadel.org. jsf4birt makes it easy to embed a BIRT report inside JSF application. jsf4birt only requires JSF 1.2 but you can easily add RichFaces to add Ajax and other rich functionality.

JSF page:

<rich:panel header="BIRT Report as JSF component" style="width:790px">
   <birt:birtWrapper id="report" reportDesign="/Reports/new_report.rptdesign">
        <f:param name="Text1" value="#{bean.text1}" />
        <f:param name="Text2" value="#{bean.text2}" />
   </birt:birtWrapper>
</rich:panel>

BIRT report is inserted into a JSF page as a JSF component and rendered:

3 comments

  1. Kevin Yang

    Hi Max, does this mean jsf4birt cannot be used under JBoss 6?

    I tried to deploy exadel-jsf4birt-demo.war under JBoss 6 but failed.

    Thanks.

Leave a Reply