libreccm-legacy/tools-ng/devel/lib
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
..
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
UmlGraph.jar - Integrated UMLGraph (http://www.umlgraph.org) into the JavaDoc build target 2011-02-04 19:19:08 +00:00
httpunit-1.5.4.jar new version of ecdc, configure, build, deploy (should) work(s) now. 2009-03-18 08:22:36 +00:00
jsp-api.jar Entwicklungsumgebung auf Servlet API 2.5 / jsp API 2.1 angehoben (wurde im Produktionsbetrieb durch Tomcat 6 bereits genutzt). 2014-02-25 00:24:18 +00:00
junit-3.8.1.jar new version of ecdc, configure, build, deploy (should) work(s) now. 2009-03-18 08:22:36 +00:00
junitperf-1.8.jar new version of ecdc, configure, build, deploy (should) work(s) now. 2009-03-18 08:22:36 +00:00
ojdbc14.jar new version of ecdc, configure, build, deploy (should) work(s) now. 2009-03-18 08:22:36 +00:00
portlet-2.0.jar 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
postgresql-8.4-704.jdbc3.jar Updated postgresJDBC driver to the latest 8.4 version and moved to CCM /WEB-INF/lib. 2014-05-23 09:46:14 +00:00
postgresql-8.4-704.jdbc4.jar Updated postgresJDBC driver to the latest 8.4 version and moved to CCM /WEB-INF/lib. 2014-05-23 09:46:14 +00:00
postgresql-9.3-1101.jdbc3.jar Updated postgresJDBC driver to the latest 8.4 version and moved to CCM /WEB-INF/lib. 2014-05-23 09:46:14 +00:00
postgresql-jdbc-8.4.701.jar Update Tomcat auf Version 6.0.32, hinzufügen JDBC Treiber zu Postgresql 8.4 2011-07-23 15:29:51 +00:00
postgresql-jdbc.jar Update Tomcat auf Version 6.0.32, hinzufügen JDBC Treiber zu Postgresql 8.4 2011-07-23 15:29:51 +00:00
servlet-api.jar Entwicklungsumgebung auf Servlet API 2.5 / jsp API 2.1 angehoben (wurde im Produktionsbetrieb durch Tomcat 6 bereits genutzt). 2014-02-25 00:24:18 +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.

  Some files may be copied into the runtime environment to simulated
  the intended production runtime.