Article: Developing Portlets using JSF, Ajax, and Seam (Part 1 of 3)
This article, the first in a three-part series by Wesley Hales, lays the framework for the rest of the series. It covers setting up a new project using JBoss Portlet Container and JBoss Portlet Bridge, configuring a JSF application to use JBoss Portlet Bridge, and the capabilities that JBoss Portlet Bridge provides to a JSF application.
From the article:
Portals have gained a lot of ground over the past few years, both in the enterprise and with the new enhancements of the portlet 2.0 (JSR 286) specification. The new 2.0 portlets allow you many freedoms in aggregating different applications and presenting them in different windows on one page. And of course, you get authentication, sophisticated personalization features, and better ways of handling AJAX out of the box.
With the JSR 301 portlet bridge specification, we now have a standard way of running JSF applications as both 1.0 and 2.0 portlets. The portlet bridge handles the portal Action/Render paradigm to properly handle the JSF lifecycle. While this tutorial is mainly to show you how easy it is to configure and develop a JSF portlet, I will also be revealing the new JBoss Portlet Container 2.0 and some of it’s cool new features.
Read the full article here.
Fatal Error
by
Venkat Kodali
Nice article, I am getting this error while build. Appreciate your help thanks
[INFO] [cargo:start]
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error while expanding C:\test\jboss\DashboardPortal\DashboardPortal\targe
t\installs\jboss-portletcontainer-2.0.0-jbossas42.tar.gz
Unexpected end of ZLIB input stream
[INFO] ------------------------------------------------------------------------
[INFO] Trace
in cargo code: Error while expanding C:\test\jboss\DashboardPortal\DashboardPort
al\target\installs\jboss-portletcontainer-2.0.0-jbossas42.tar.gz
Re: Fatal Error
by
Wesley Hales
Getting Build Errors
by
J Crisp
C:\>mvn install cargo:start -Premote-portal -Dpc20
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'cargo'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-cargo-plugin' does not exist o
r no valid version could be found
I setup Maven as instructed above. Am I missing something else?
Re: Fatal Error
by
Roel Slieker
Just download the files downloads.sourceforge.net/jboss/jboss-portletco... and
downloads.sourceforge.net/jboss/jboss-portal-2.... manually and put in ./target/installs
Run "mvn install cargo:start -Premote-portal -Dpc20" again and it will work.
Educational Content
Concurrency in Clojure
Stuart Halloway May 17, 2013
Confessions of an Agile Addict
Ole Friis Østergaard May 16, 2013
Web Development: You're Doing It Wrong
Stefan Tilkov May 16, 2013
Programming The Feynman Way
Ben Evans May 15, 2013





Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think