Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 815 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 815 Bytes

opensec-util

Utility components for Opensec framework Opensec UTIL is a collection of reusable Java components. The main parts are:

  • Object-XML mapping
  • Object-Database mapping

Castor and Morphia are utilized for implementing these functions. Castor is an open source data binding framework for Java, and the above functions are the intrinsic value of Castor. Opensec UTIL simplifies APIs for these functions and appends a supplementary framework of data search in the object-oriented manner.

Since version 3.5.0 of the former project SIX UTIL, Object-NoSQL mapping utility classes are provided. Morphia is used for the Object-MongoDB mapping.