jQuery in Action, 2nd edition
The moose likes Distributed Java and the fly likes Where to Place Remote Objects in RMI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Where to Place Remote Objects in RMI" Watch "Where to Place Remote Objects in RMI" New topic
Author

Where to Place Remote Objects in RMI

Shantanu Gangakhedkar
Greenhorn

Joined: Jan 19, 2000
Posts: 15
Hello Friends ,
I am developing a client server distributed application in RMI. I want to know how to place the Remote Objects. I want to Use HTML Client Form as RMI Client.
On Server side I want to use Servlets for carring data from RMIClient to RMI Server.
Write now i am working on 2 tier Application . I want to know where to place business logic or middleware. I will develop middleware in Java Only.
Please Provide me detail info about the Above Application. if you have any website recommended for this please let me know the URL
thanx in Advance


S.R.Gangakhedkar
paul wheaton
Trailboss

Joined: Dec 14, 1998
Posts: 19680
    ∞

I'm not sure what "want to Use HTML Client Form as RMI Client" means, but the rest of your message makes sense. Make the servlets do the RMI stuff.
Depending on lots of things, you might have some of the business logic in the servlets and some in the RMI servers.


permaculture forums
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Where to Place Remote Objects in RMI
 
Similar Threads
where to bind the remote object??
Database Connection Thro RMI Server
Port Range for W.A.S. Communication
how to get Clients CPU information on Server using Java RMI
what is middleware ?