Database resultset managing best practices
Andrea Angeloni <[email protected]>
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <000701c6738f$7227db10$a8f1fea9@omino> |
I'm using JavaSpaces as a middle layer between clients and servers of a database. My idea was to pass a query to servers and returns resultsets from these using an entry. The problem: ResultSet is not serializable. I could simply use serializable objects derived from server-side resultset processing, but I have no idea how to use this technique in an absolute general manner (I want to pass absolutely general queries, so I have absolutely general results to pass from the client). Can you indicate me any "best practices" on solving this problem in the JavaSpaces world? I think it's a very often ecountered problem. Thanks, Andrea =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff JAVASPACES-USERS". For general help, send email to [email protected] and include in the body of the message "help". To view past JAVASPACES-USERS postings, please see: http://archives.java.sun.com/archives/javaspaces-users.html