Skip to content
Jesse Eichar edited this page Oct 22, 2013 · 7 revisions

Summary

Currently the database access uses the Jeeves Dbms object which requires developers to write SQL code throughout the codebase. This makes it difficult to make changes to database schemas as well as making SQL injection attacks much more possible.

This proposal proposes to change the data layer to use the industry standard Java Persistence API (JPA) for accessing the database.

Clone this wiki locally