[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf
dimiter_a
do-not-reply at jboss.com
Thu Nov 15 11:04:09 EST 2007
To Viggo:
1. Unfortunatelly there is not a place where you can read all you need to make a richfaces portlet work on jboss portal. If I had more time, I would make a detailed tutorial to save the work for others that try this(It took me about 3 days). Anyway I think this will be done much better by the developers from jboss.
2. That's exactly what I had to do. Multiple JSF RichFaces applications, packed into portlets, running on a single portal server, it is very convinient.
3. Yes, I used Maven for dependency management of all project jars.
4. Here is the url of the portlet-3.1.2.GA.jar - in maven repository:
http://repository.jboss.com/maven2/org/richfaces/extensions/portlet/3.1.2.GA/
Your last question remind me one more thing. Actually the working configuration is using the FacesPortlet form sun:
portlet.xml:
| <portlet-name>NutritionPortlet</portlet-name>
| <portlet-class>com.sun.faces.portlet.FacesPortlet</portlet-class>
| <init-param>
| <name>com.sun.faces.portlet.INIT_VIEW</name>
| <value>/pages/menu.jsp</value>
| </init-param>
|
anonymous wrote : I'm just curious:
| 1. Where did you find the required information to make all work together? In one place, or by googling the internet?
| 2. You're developing a JSF application where you use a portlet bridge to make it work in a portal, right?
| 3. Do you utilize Maven for dependency management?
| 4. From the configuration you have provided here, I can assume you're using the portlet bridge from the Richfaces/Ajax4JSF guys, not the one from Sun? Is that what you refer to as "portlet-3.1.2.GA " Can it be downloaded from a Maven repository?
|
| Thanks in advance:)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105087#4105087
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105087
More information about the jboss-user
mailing list