Skip to content

Servlets to provide a SPASE compliant registry services packaged as a deployable web application.

License

Notifications You must be signed in to change notification settings

christophenoel/spase-registry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

org.spase.registry

This software is a fork of the original Spase Registry developped by Todd King and owned by copyright (c) 2006-2016, by the Regents University of California. The software is licensed under Mozilla Public License 2.0.

The fork includes:

  • missing html directory, in order to be able to build the WAR
  • customs modification

See "LICENSE.TXT" for important licensing information.

Build/Installation

Apache Ant can be used to build this project.

  1. cd to "project"
  2. run "ant dist" to build a full distribution or "ant build" to compile source only.

output is placed in the "build" folder.

Project Tree

  • bin Command line programs or scripts for the project.
  • build Output from a build is placed here. Created by "build" task.
  • conf Configuration file used by applications. Often bundled with a build.
  • doc Documentation for the project or generated applications.
  • dist Output from a distribution build. Create by a "dist" task. A distribution includes libraries, exectables and documentation.
  • lib Libraries that the project is dependent upon. These are typically covered by individual licenses.
  • project Build configuration files.
  • src Source code files. Projects the contain multiple tools will typically have sub-folders.
  • xsl XML Stylesheet files used by applications. Often bundled with a build.

For documentation regarding installation of the software, either point your favorite browser to the ./doc/index.html file or view the PDF file located at ./doc/XXX.pdf (where XXX is name of the package).

About

Servlets to provide a SPASE compliant registry services packaged as a deployable web application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 48.4%
  • XSLT 25.1%
  • CSS 19.5%
  • JavaScript 6.2%
  • Shell 0.3%
  • Batchfile 0.3%
  • HTML 0.2%