-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: adding a middle tier for thickclient
PostPosted: Sat Jul 28, 2007 10:37 am 
Newbie

Joined: Thu Jul 26, 2007 5:12 am
Posts: 14
Location: Nepal
Im in the middle of the process of converting my jdbc application to hibernate (swing + mysql). Its a multiuser thick client. After doing some research on the internet, I found out that multi user swing + hibernate combination does not seem to work well. Im thinking of adding a middle tier component which will use hibernate to connect to the database and serve the data for the swing clients.
Would you guys please provide me some information like how the architecture should be. What should I use for communication between swing and middle tier? like RMI or Corba
And I should also keep in mind that I wont have much problems later to convert the application into web application.

_________________
:: there are 10 types of people in this world...1 who understands binary and the other 1 who does not ::


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 28, 2007 10:59 am 
Beginner
Beginner

Joined: Thu Apr 19, 2007 9:52 am
Posts: 27
In my understanding, you can use session EJB with session facade pattern. But if you are not willing to use an Application Server, The next best thing is to use RMI. In future when you want to convert your front end to web application you still can use RMI for remote calls or directly invoke your code from Web App(bypassing RMI flow) and if you want to convert your RMI stuff into EJB that too would be very easy transition.

_________________
Regards,
Mahen
http://www.discoverabout.net
http://funnfacts.discoverabout.net


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.