[jboss-user] [JBoss Portal Users] - Re: convert liferay portlets to jboss portal portlets!

wesleyhales do-not-reply at jboss.com
Wed Dec 2 21:54:00 EST 2009


You can do this with the Smack API in a Seam portlet:
http://maniezhilan.blogspot.com/2009/06/seam-chat-gmail-like-chat-example-with.html

Once you have it working in a Seam app, just add the portlet bridge jars and a few xml configurations, and wala! you have yourself a chat portlet!
http://www.jboss.org/portletbridge/

Get started with this Seam portlet archetype here:

  | mvn archetype:generate -DarchetypeGroupId=org.jboss.portletbridge.archetypes -DarchetypeArtifactId=seam-basic -DarchetypeVersion=2.0.0.BETA -DgroupId=org.whatever.project -DartifactId=seamproject -Dversion=2.0.0.BETA
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268660#4268660

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268660



More information about the jboss-user mailing list