The JBoss Portlet Bridge is an implementation of the JSR-301 specification to support JSF within a portlet and with added enhancements to support other web frameworks. Currently the bridge supports any combination of JSF, Seam, and RichFaces to run inside a portlet.
The following is supported with JBoss Portlet Bridge 1.0.0.B1 Download
- You can download the portlet bridge binaries here, which contain the required jars along with a deployable EAR file. The EAR is the Seam Booking Demo which uses both RichFaces and Seam.
Deploy
- copy the ear file from example/seamEar.ear to JBoss_Home/server/default/deploy and start the server.
Test Drive
- You should see a SeamBooking tab with the official JBoss Seam Booking Demo.
- Check out the configuration examples here.
- The Seam Booking and RichFaces component demos can be viewed here.
1 comment:
We have found that file upload/download with JSF is pretty tricky. We still don't have download working in a general fashion. Is there a current approach to this problem for JSF in a portlet? Will the brige make it easier to solve, how? Any pointers appreciated.
Post a Comment