Hi,
I have uploaded sample projects for portlets to
https://svn.jboss.org/repos/jbosstools/workspace/snjeza/portlet-examples.
These are the prerequisites :
JBoss Portal :
http://www.jboss.org/jbossportal/download/index.html
(choose JBoss Portal + JBoss AS 4.2.3 - version 2.7.0.CR1)
JBoss Portlet Bridge :
http://www.jboss.org/portletbridge/download
(choose 1.0.0B4 binaries)
As to the birt project, since it is too big, I have uploaded only the
WebContent directory.
The prerequisites :
MySQL 5.0
BIRT Report Designer -
http://www.eclipse.org/downloads/download.php?file=/birt/downloads/drops/...
BIRT Web Tools Integration
http://www.eclipse.org/downloads/download.php?file=/birt/downloads/drops/...
You can create a project in the following way:
1) create MySQL classicmodel database using the following command :
mysql -u<user> -p<password> <ClassicModel.sql
The ClassicModel.sql file is placed in workspace/snjeza/birt-examples
2) start the New Seam Project wizard
3) add the BIRT Reporting Runtime Component facet
4) create a Seam war project named TestBirt with a connection to the
classicmodel database (created in step #1)
5) execute the Seam Generate Entities wizard
6) import TestBirtWebContent.zip into the WebContent directory
7) deploy the project on a JBoss server
The TestBirtWebContent.zip and ClassicModel.sql files are placed on
https://svn.jboss.org/repos/jbosstools/workspace/snjeza/birt-examples.
Regards,
Snjeza