The Artima Developer Community
Sponsored Link

Design Forum
architecture design questions

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
Petr Juza

Posts: 2
Nickname: jps26401
Registered: Apr, 2005

architecture design questions Posted: Apr 11, 2005 8:30 AM
Reply to this message Reply
Advertisement
Hi,
I would like to ask you about architecture design. I have application (standalone application, now only connected to database) which I want to transfer to client-server architecture. Client will be rich standalone application that will not communicate with db but with server.

For the first time I require that server will simulate db - load data from db and send them (in any serialized form propably) to client and nothing else. In next steps I want to move as much as possible to server (bussiness logic, time consuming operations) and send to client only necessary data. Apart from rich client will be thin clients (propably Applet and normal JSP pages) which must also communicate with server and gain data.

Other important data: our team does not have EJB skills and we do not have enough time now for big changes or time for learning brand new technologies.

I need to help in choosing right technology (framework) for this. Can be RMI good solution?

I would very appreciate you help.
Thanks,
PETER

Topic: how to design that Previous Topic   Next Topic Topic: MagicDraw UML 9.5 Released

Sponsored Links



Google
  Web Artima.com   

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