Motormind- You will need to use the CMSService from JNDI to interface with the CMS system and execute the necessary commands on this service to store your data.
As a starting point, I would look at the org.jboss.portal.core.portlet.cms.admin.CMSAdminPortlet to see how it does this. The service uses a CommandPattern and you send it commands to execute to create a new file, delete a file, create a folder etc Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979188#3979188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979188 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
