JAVA Servlet Library: Difference between revisions

From RavenWiki
Jump to navigationJump to search
No edit summary
(Add link to the github project)
Line 3: Line 3:
The Raven Servlet Library was written by Matthew Lavy and Alistair Turnbull, originally for [http://www.camcors.cam.ac.uk/ CamCORS].
The Raven Servlet Library was written by Matthew Lavy and Alistair Turnbull, originally for [http://www.camcors.cam.ac.uk/ CamCORS].


The Library is available as a [http://raven.cam.ac.uk/project/java-servlet-lib/files/ .jar file, source and documentation archives]. The [http://raven.cam.ac.uk/project/java-servlet-lib/docs/ documentation] contain additional information.
The Library is available as a [http://raven.cam.ac.uk/project/java-servlet-lib/files/ .jar file, source and documentation archives]. The [http://raven.cam.ac.uk/project/java-servlet-lib/docs/ documentation] contain additional information. There is also a [https://github.com/ucam-cl-dtg/ucam-webauth github project]




See also [http://raven.cam.ac.uk/project/java-toolkit/ Java Toolkit], [[Tomcat authenticator and JAAS implementation]], [[Tomcat Valve]], and [[Servlet filter]].
See also [http://raven.cam.ac.uk/project/java-toolkit/ Java Toolkit], [[Tomcat authenticator and JAAS implementation]], [[Tomcat Valve]], and [[Servlet filter]].

Revision as of 11:07, 20 June 2012

This Java package includes everything necessary to write Java servlets that authenticate against Raven. It is released under the terms of the GNU General Public Licence version 2.

The Raven Servlet Library was written by Matthew Lavy and Alistair Turnbull, originally for CamCORS.

The Library is available as a .jar file, source and documentation archives. The documentation contain additional information. There is also a github project


See also Java Toolkit, Tomcat authenticator and JAAS implementation, Tomcat Valve, and Servlet filter.