Home Products Redstone Open Source Prevalent Storage
Redstone Prevalent Storage for Java

Redstone Prevalent Storage is a minimalistic prevalence layer for Java SE 5.0 that may replace JDBC and RDBMS for small or mid-sized applications. It is comprised of an intentionally small set of concise interfaces and classes for immediate use or specialization.

 

storage

 

When is it useful?

Using a prevalence layer instead of a relational database and an O/R mapping facility or JDBC, can be advantageous in a couple of scenarios;
  • There is no need for O/R mapping, everything is done in Java within the JVM, directly on the domain model. This can make some applications faster to develop especially if the developer knows little of databases.
  • Access to the model is done in Java code against a regular object graph that is entirely stored in memory. This makes accessing the model extremely fast which not only can lead to good performance but may also help developers to use coarser forms of thread synchronization which will help keep the complexity of the source code to a minimum, and result in simpler design in general.
  • Several other benefits that tend to be a matter of taste according to various discussions for and against Object Prevalence (Google)

 

Read more Download

 

MinaProjekt.se

MinaProjekt.se is the Redstone project site that gives users free access to information tools to collaborate, communicate and manage documents. The service is completely open to companies, organizations, associations and individuals.

Create free account today!

minaprojekt.se