libreccm-legacy/tools-ng/devel
pb d5499cd6eb Added first very minimalistic support for JSR286 compliant portlet support installable in Apache Pluto portlet server. i
Modify local.runtime.properties to use Pluto (uncomment the Pluto lines) and use 'ant install-runtime' to install Pluto as test environment. 
Modify project.xml to install ccm into an other context as ROOT! libreccm may be a nice choice. 
Deploy and load-bundle as usual. 
Invoke http://localhost:8080/libreccm to operate CCM as usual. 
Invoke http://localhost:8080/pluto to operate Pluto, login as admin and use Pluto admin tool to add ContentItemJSRPortlet to the Pluto Portal page (displays currently a simple HelloWorld Text).





git-svn-id: https://svn.libreccm.org/ccm/trunk@2652 8810af33-2d31-482b-a856-94f89814c4df
2014-05-25 20:24:49 +00:00
..
lib Added first very minimalistic support for JSR286 compliant portlet support installable in Apache Pluto portlet server. i 2014-05-25 20:24:49 +00:00
README Added first very minimalistic support for JSR286 compliant portlet support installable in Apache Pluto portlet server. i 2014-05-25 20:24:49 +00:00

README

dev-lib/
  set of external libraries requirred by CCM at runtime and usually
  provided by the runtime environment (e.g. servlet api).
 
  Provided as additional classpath element at compile time 
  (and probably in test environment)

  All libraries included in application.xml as 
    <dependencies>
      <ccm:buildRequires name=.... />
    </dependencies>
  MUST be placed here.