Birt Report and Alfresco content management
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2008 02:26 PM
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
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
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2010 04:21 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2010 01:41 PM
- 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:
- 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.