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.  [ 4 posts ] 
Author Message
 Post subject: Is nHibernate the right tool?
PostPosted: Mon Nov 07, 2005 7:52 am 
Regular
Regular

Joined: Fri Nov 04, 2005 12:37 pm
Posts: 81
I am a Java developer who has used Hibernate quite abit, and found it very useful for writing clean modulated code. I have recently changed jobs and now must use the ASP.net platform....and am considering using NHibernare, one because i really like Hibernate and two because it is familar.

I was just wondering if it is wise for me to adopt this technology....as being a Java Dev i dont have a finger on the pluse of the ASP.NET/microsoft world. Is nHibernate something that is going to be around for awhile? and will be adopted by a large community of developers? Are there any other more mature products that offer simular functionality?

Also there is a tool for hibernate that generates the entity class and database schema for you from the mapping file is there anything like this for nhibernate?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 07, 2005 10:43 am 
Contributor
Contributor

Joined: Thu May 12, 2005 9:45 am
Posts: 593
Location: nhibernate.org
As you said, NHibernate is very similar to Hibernate; and it is here to stay (read NHibernate joins Hibernate at JBoss Inc.)

For the tools, NHibernate has hbm2net, SchemaExport (hbm to ddl) and NHibernate.Mapping.Attributes (net to hbm)...

_________________
Pierre Henri Kuaté.
Get NHibernate in Action Now!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 07, 2005 11:19 am 
Beginner
Beginner

Joined: Mon Oct 03, 2005 4:59 am
Posts: 26
Location: Cambridge, UK
Quote:
Are there any other more mature products that offer simular functionality?


Unlike the Java world, where hibernate pretty much has a lock on the ORM market (or so I'm told, I'm not much of a Java guru), there are many, many ORM tools in the .net world, some of which are older and more widely used than NHibernate. A couple of links illustrate the problem:

http://www.theserverside.net/news/thread.tss?thread_id=29914
http://sharptoolbox.com/Pages/Category74089b0a-1105-4389-b1db-eedf27e20cfb.aspx

After evaluating several of what we thought were the leading contenders as well as NHibernate, my company decided to use NHibernate, partly because, like you, we have experience with hibernate that translates nicely, and partly because NHibernate just seemed like a better product than almost all of the other ORM tools we tried, commercial or no. After a few months using it, I'm still convinced we made the right decision.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 08, 2005 11:33 am 
Regular
Regular

Joined: Fri Nov 04, 2005 12:37 pm
Posts: 81
Cheers for the help guys


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