Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Interfaces Jdbc > Re: Non-ORM lay...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 10 Topic 1905 of 2064
Post > Topic >>

Re: Non-ORM layers over JDBC

by petite.abeille@[EMAIL PROTECTED] (Petite Abeille) Mar 26, 2008 at 08:28 PM

On Mar 25, 2008, at 2:01 AM, Craig Ringer wrote:

> Unfortunately the vast majority of the information out there  
> approaches
> database with Java from the java-centric rather than database-centric
> angle, making it hard to find out about the sort of tools I'm after.

One approach that works rather well in a database-centric environment  
is to entirely abstract the database away as a RPC service (also known  
as stored procedure).

Using DatabaseMetaData to automatically process the relevant  
CallableStatement make the use of stored procedure very transparent to  
the client as the interaction with the database boil down to the  
equivalent of a regular method call.

Something along the lines of a lightweight Remote Method Invocation  
(RMI), but natively sup****ted by your database (perhaps Remote  
Database Invocation aka RDI :)

--
PA.
http://alt.textdrive.com/nanoki/


-- 
Sent via pgsql-jdbc mailing list (pgsql-jdbc@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc
 




 10 Posts in Topic:
Non-ORM layers over JDBC
craig@[EMAIL PROTECTED]   2008-03-24 14:45:05 
Re: Non-ORM layers over JDBC
davidclark@[EMAIL PROTECT  2008-03-24 09:53:11 
Re: Non-ORM layers over JDBC
craig@[EMAIL PROTECTED]   2008-03-25 02:40:55 
Re: Non-ORM layers over JDBC
pg@[EMAIL PROTECTED] (Da  2008-03-24 22:18:59 
Re: Non-ORM layers over JDBC
Stephen.Denne@[EMAIL PROT  2008-03-25 09:57:24 
Re: Non-ORM layers over JDBC
craig@[EMAIL PROTECTED]   2008-03-25 10:01:26 
Re: Non-ORM layers over JDBC
petite.abeille@[EMAIL PRO  2008-03-26 20:28:12 
Re: Non-ORM layers over JDBC
halset@[EMAIL PROTECTED]   2008-03-26 11:21:45 
Re: Non-ORM layers over JDBC
petite.abeille@[EMAIL PRO  2008-03-26 20:48:10 
Re: Non-ORM layers over JDBC
mark.lewis@[EMAIL PROTECT  2008-03-26 08:15:54 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Oct 14 10:41:17 CDT 2008.