aspose file tools
The moose likes Distributed Java and the fly likes RMI examples using JDBC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "RMI examples using JDBC" Watch "RMI examples using JDBC" New topic
Author

RMI examples using JDBC

Kavita Ghia
Ranch Hand

Joined: Oct 10, 2000
Posts: 91
Hello friends,
I am looking for some good source code which uses RMI/JDBC simultaneously so that I can develop my own project in RMI
using JDBC.I have tried out programs using RMI only but
have no experience in using RMI and JDBC simultaneously.
Can you direct me to a sight which explains this 3-tier application in depth.
Thanks in advance.
A JavaRanch folk,
Kavita.
Jerry Pulley
Ranch Hand

Joined: Sep 19, 2000
Posts: 221
Kavita,
I don't really see any interaction between the RMI and JDBC API's. You could build a data layer class that uses JDBC to converse with the DBMS, and then make that class remoteable (by implementing the interface and providing the exceptions). Making a class remote is pretty much independent of what the class actually does.
jply
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: RMI examples using JDBC
 
Similar Threads
Transaction Management
RMI beginning
accessing library
RMI interface created using Java 1.5, how to use in 1.4?
bring RMI and sockets