-->
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.  [ 5 posts ] 
Author Message
 Post subject: NHibernate and n-Tier applications
PostPosted: Wed Aug 17, 2005 7:07 am 
Is possible to use NHibernate in a 3-Tier environment ?
Well, explaining better... does have NHibernate some approach to deal with this ?

How can i use .NET Remoting together NHibernate ?

someone here has some example ?

thanks !


Top
  
 
 Post subject: I just do a test
PostPosted: Thu Aug 18, 2005 5:30 am 
I put all the code using Nhibernate at the layer DAL. This layer include entity classs, and another class to manage this entity.

At bussiness logical layer, i just call DAL to access database. At this layer, we didn't know Nhibernate exist.

I just begin learn nhibernate this week, my english is poor. but i am glad to dicuss Nhibernate with anyone.

my msn: sz2080@hotmail.com


Top
  
 
 Post subject:
PostPosted: Thu Aug 18, 2005 12:54 pm 
Regular
Regular

Joined: Tue May 24, 2005 12:55 pm
Posts: 56
NHibernate doesn't provide Remoting. If you want a DAL that is accessed via remoting you would need to build the remoting service that uses NHibernate internally. Think of it in the same way as ADO.NET; you can't use ADO.NET by itself via remoting, rather you have to build a class/service to handle the remoting methods for the ADO.NET work you want preformed.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 19, 2005 7:08 am 
Thanks !

when i get sometime free, i


Top
  
 
 Post subject:
PostPosted: Fri Aug 19, 2005 9:00 am 
Newbie

Joined: Mon Aug 08, 2005 11:09 am
Posts: 4
Quicoli,

We are just beginning using nHibernate and Remoting together and have had some modest successes. Feel free to email me if you'd like to discuss. We may be able to help eachother.

Jay


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 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.