Hey everyone,

For some time now we've had a jira ticket to make demo projects for the bridge. I'm proud to say that I've done some work and have committed these demo projects. We'll be expanding them very soon, but for now there is a blank project which can be used for other Maven and non-maven projects as a jumpstart to a portlet faces application. The second demo project is, basically, the same thing but provides an index page where more projects and demos may be added.

The demo project has many profiles in maven which should allow for easy deployment into pluto and other portals, as well as a built in Jetty configuration which may be run against either the R.I. or MyFaces using the following commands:

mvn clean -PjettyConfig jetty:run (for MyFaces)
or
mvn clean -PjettyConfig -Djsf=ri-provided (for the R.I)

The url to run the content of this built in configuration is: http://localhost:8080/portlet-bridge-demo/pluto/index.jsp

Running the demo under the R.I. works very well, but the project did reveal some incompatibilities with MyFaces 1.2.2. Now that we are aware of them we should be able to make some progress on getting these issues resolved.

The demo's right now exist in the core/trunk in the svn repository (does not yet exist in the trunk_2.0) and everyone interested/helping with development of the bridge is encouraged to check it out...

Thanks,
 Scott

Reply via email to