1 Reply Latest reply on Oct 18, 2006 3:21 PM by soshah

    user-friendly CMS handling

    motormind

      I'd like to allow non-technical users to enter resources into the CMS without having to use the CMSAdmin tool. TO be precise, I want users to fill in fixed forms for text values and then have a portlet assemble its output by mixing CMS-resources together.

      Now I am thinking to make portlets that plug straight into the CMS to accomlish this, but am unsure how to do that in JBss Portal 2.4. Can somebody give me any ponters on how to accomplish this?

        • 1. Re: user-friendly CMS handling
          soshah

          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