You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Grouper Product Specs as of v1.5.0

       Component

Details 

RDBMS

  • Object persistence is provided by Hibernate v3.2.6, which in turn uses JDBC to connect with a back-end RDBMS.
  • DDL is generated by Apache's DdlUtils. Grouper is currently tested against Oracle, MySQL, and PostgreSQL but should work with most databases that implement views and are supported by Hibernate.

Java Servlet Container

  • Servlet API Version 2.3.
  • Known to run properly in Apache Tomcat 5.5.
  • Have not tested/verified other servlet containers.

Authentication

User Interface - Servlet container, REMOTE_USER via servlet container, or user-installable servlet filter.  
Contributions: Yale CAS authentication filter.
Web Services - Servlet container, HTTP Basic, HTTP Basic with Kerberos, Rampart, or user-installable plug-in.

Java

JDK v5.0.6 or later.

Compiler

Ant v1.7.0 or later. Ensure that Ant can process Tomcat tasks by verifying that tools.jar (found in $JAVA_HOME/lib) and catalina-ant.jar (in $TOMCAT_HOME/server/lib) are in the classpath.

Browser Requirements

  • XHTML 1.0
  • CSS 2.1
  • cookies must be enabled
  • javascript must be enabled
  • AJAX compatible

Grouper Product Specs as of v1.4.0

       Component

Details 

RDBMS

  • Object persistence is provided by Hibernate v3.2.6, which in turn uses JDBC to connect with a back-end RDBMS.
  • DDL is generated by Hibernate. Grouper is currently tested against Oracle 9i, MySQL ?? and PostgreSQL 8 but should work with most databases supported by Hibernate.

Java Servlet Container

  • Servlet API Version 2.3.
  • Known to run properly in Apache Tomcat 5.5.
  • Have not tested/verified other servlet containers.

Authentication

Through servlet container via REMOTE_USER, or via user-installable filter.
 
Contributions: Yale CAS authentication filter.

Java

 JDK v5.0.6 or later.

Compiler

 Ant v1.7.0 or later. Ensure that Ant can process Tomcat tasks by verifying that tools.jar (found in $JAVA_HOME/lib) and catalina-ant.jar (in $TOMCAT_HOME/server/lib) are in the classpath.

Browser Requirements

  • XHTML 1.0
  • CSS 2.1
  • cookies must be enabled
  • javascript must be enabled

Grouper Product Specs as of v1.3.0

       Component

Details 

RDBMS

  • Object persistence is provided by Hibernate v3.2.6, which in turn uses JDBC to connect with a back-end RDBMS.
  • DDL is generated by Hibernate. Grouper is currently tested against HSQLDB 1.7.2, Oracle 9i and PostgreSQL 8 but should work with most databases supported by Hibernate.

Java Servlet Container

  • Servlet API Version 2.3.
  • Known to run properly in Apache Tomcat 5.5.
  • Have not tested/verified other servlet containers.

Authentication

Through servlet container via REMOTE_USER, or via user-installable filter.
 
Contributions: Yale CAS authentication filter.

Java

 JDK v5.0.6 or later.

Compiler

 Ant v1.6.3 or later.

Browser Requirements

  • XHTML 1.0
  • CSS 2.1
  • cookies must be enabled
  • javascript must be enabled

Grouper Product Spec Sheet through v1.2.1

       Component

Details 

RDBMS

  • Object persistence is provided by Hibernate v2.1.8, which in turn uses JDBC to connect with a back-end RDBMS.
  • DDL is generated by Hibernate. Grouper is currently tested against HSQLDB 1.7.2, Oracle 9i and PostgreSQL 8 but should work with most databases supported by Hibernate.

Java Servlet Container

  • Servlet API Version 2.3.
  • Known to run properly in Apache Tomcat 4.1 and 5.5.
  • Have not tested/verified other servlet containers.

Authentication

Through servlet container via REMOTE_USER, or via user-installable filter.
 
Contributions: Yale CAS authentication filter.

Java

 JDK v5.0.6 or later.

Compiler

 Ant v1.6 or later.

Browser Requirements

  • XHTML 1.0
  • CSS 2.1
  • cookies must be enabled
  • no javascript needed, except for debug mode used only by UI developers

Reference

  Java: If needed, download and install the latest version of JDK 1.5.0+ (5.0) from http://java.sun.com/j2se/1.5.0.


     (question) Questions or comments? (info) Contact us.

  • No labels