-
-
Notifications
You must be signed in to change notification settings - Fork 489
JPA Data Layer
Jesse Eichar edited this page Oct 22, 2013
·
7 revisions
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.
If you have some comments, start a discussion, raise an issue or use one of our other communication channels to talk to us.