Luc14860 / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
0 stars 0 forks source link

Extend JDBC Plug-In, cached database API #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Extend the JDBC Plugin to support all SQL command in an abstract(!) way. We do 
NOT want to pass native SQL command here to a JDBC source but run methods with 
arguments that can be checked and verified to return and/or manipulate user and 
meta data.

We also want to implement a cache with a background worker that synchronizes 
with the database. The cache should be able to distribute changes to the 
connected clients (should be combined with the shared objects task).

Original issue reported on code.google.com by fivefeetfurther@gmail.com on 14 Oct 2010 at 1:46

GoogleCodeExporter commented 9 years ago

Original comment by fivefeetfurther@gmail.com on 14 Oct 2010 at 2:43

GoogleCodeExporter commented 9 years ago
What about to reuse other libraries for databases in Java, is not a good idea 
to create one from scratch.

Original comment by kyberne...@gmail.com on 14 Oct 2010 at 6:40

GoogleCodeExporter commented 9 years ago
It all depends on the extent to which you want to make the plugin for the 
treatment of databases. http://java-source.net/open-source/persistence is a 
good place to start. However you should create several plugins that allow 
different behaviors. 

From the simple to the complex. Is about what developers need. 

Original comment by kyberne...@gmail.com on 18 Oct 2010 at 2:32