954,518 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

distributed database using java rmi

i hav taken distributed database as my final year project in which i hav 2 use keyword search in the relations . this im doing using java rmi....i m not getting the right kind of schema...kindly help me out by giving sum idea where keyword search can b applied on distributed database..

loveydashottar
Newbie Poster
7 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

next time think about the topic BEFORE you submit your proposal.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

I hav started implementing the system but the main problem i m facing is that at one time java rmi can send a message only to on object as we specify the static ip address of the server at the client side. is there any method in which we can dynamically allocate the addresss of different servers at the client side depending upon the query thrown??

loveydashottar
Newbie Poster
7 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

You'd need an RMI context to each of those servers, and a mapping deciding which server to go to.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 
You'd need an RMI context to each of those servers, and a mapping deciding which server to go to.


thanks....
so should i maintain a table at the client side that will contain all the ip addresses.....bt i hav to make each machine a client as wel as server so shoud i keep the table at all nodes??

loveydashottar
Newbie Poster
7 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 
You'd need an RMI context to each of those servers, and a mapping deciding which server to go to.


thank....
this means that i hav to keep a ip address mapping table at the client side which will dynamically be invoked according to the query thrown....and as each of my machine is acting as a client as well as server i hav to keep it at every node??

loveydashottar
Newbie Poster
7 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

you need a mapping of RMI services to request types.

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 
thanks.... so should i maintain a table at the client side that will contain all the ip addresses.....bt i hav to make each machine a client as wel as server so shoud i keep the table at all nodes??


thanks a lot...
I will try implementing that....

loveydashottar
Newbie Poster
7 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

i have almost finished my distributed database project implementation using java rmi. it was running fine on my machine but wen i started running on other computers it gave an error message at client side that "RMInotBound Exception"

how to get rid of this.. i tried everything but in vain....
kindly help me..

loveydashottar
Newbie Poster
7 posts since Mar 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You