cancel
Showing results for 
Search instead for 
Did you mean: 

Birt Report and Alfresco content management

pamelapan
Champ in-the-making
Champ in-the-making
All,

Anyone can help me????. I am new in Alfresco. After I setup web content management I login as user and store some document such as XMl or Word or PDF.

I use Eclipse Birt Report pull from database and do some screen report to let user know status in your database. I donot know how to integrate two component together? Alfresco and Eclipse Birt report. Someone can give me one by one steps integration.

Thanks

Pamela
2 REPLIES 2

rafaelscg
Champ on-the-rise
Champ on-the-rise

rafaelscg
Champ on-the-rise
Champ on-the-rise
- Integrate BIRT with Eclipse.
- Create an Webscript with XML response for populate your report.
- Create (after webscript) an rtpdesign and, on "data source", setup the URL point to Webscript, like:
 
http://localhost:8080/alfresco/service/yourwebscript.xml[code]
- Create your "data set" and point to yout data source what was created.
- Create yout template using the XML information.
- Upload it to an Alfresco's space.
- Generate the report.

I think this is basic steps for create an report using BIRT to alfresco.
If you have more questions, please let me know.  😄

Best regards.