The Artima Developer Community
Sponsored Link

Java Answers Forum
RMI Architecture question

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
twisty

Posts: 22
Nickname: twisty
Registered: Nov, 2002

RMI Architecture question Posted: Nov 13, 2002 3:20 PM
Reply to this message Reply
Advertisement
A while ago, I started on making a Video World retail system as a standalone application. Unfortunately, as a last minute descision, the requirements now are that the application has to be made a client/server app.

I have separated my packages into model, controller, utils, query, view etc. Usually, I would put the view package on the client and all the other packages on the server. The trouble is that the classes within my view and model packages are heavily married, as it was originally a standalone application.

The question I have is for anyone who has some experience with rmi/corba and converting applications such as the one I have described: What is the best way to approach converting the code that I have made without altering the classes that I have already written? As it stands at the moment, both the client and server need access to query & model.

Any ideas?

Topic: For- Loops and Printing Previous Topic   Next Topic Topic: Need help on a Frame question...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use