Spring & Hibernate?

P

Peter Kirk

Hi there

I come from the "Java world" where I used "Spring" and "Hibernate" in
web-application development. Is there anyone who has experience using these
frameworks in a .NET / c# setting? Are they mature in the .NET world yet?

Thanks,
Peter
 
J

Joerg Jooss

Peter said:
Hi there

I come from the "Java world" where I used "Spring" and "Hibernate" in
web-application development. Is there anyone who has experience using
these frameworks in a .NET / c# setting? Are they mature in the .NET
world yet?

Well, there are Spring.NET (http://www.springframework.net) and
NHibernate (http://wiki.nhibernate.org/display/NH/Home). I've wasted my
youth using Entity Beans and straight JDBC, so I cannot comment on
NHibernate.

Spring.NET has just reached v1.0 RC1 and consists mostly of the core
IoC container, with more nice stuff like Spring.Web or Spring.Services
to follow. I think expecting production readiness similar to Spring
1.2.x is a bit premature, but it will get there.

Cheers,
 
P

Peter Kirk

Joerg Jooss said:
Well, there are Spring.NET (http://www.springframework.net) and
NHibernate (http://wiki.nhibernate.org/display/NH/Home). I've wasted my
youth using Entity Beans and straight JDBC, so I cannot comment on
NHibernate.

Spring.NET has just reached v1.0 RC1 and consists mostly of the core
IoC container, with more nice stuff like Spring.Web or Spring.Services
to follow. I think expecting production readiness similar to Spring
1.2.x is a bit premature, but it will get there.

Hi, thanks. I have seen the respective .NET versions of Spring and
Hibernate, but I am not sure they are ready for "production use" - as the
java versions most certainly are. That was really what my question was
aiming at: is there anyone who has actually used these tools in a .NET/C#
setting yet? I guess they are still too immature as of now for basing a
project around them - although I am tempted to jump in and hope that the
good folks that develop these things keep doing their good work. (If it was
entirely up to me I'd do it without hesitation. The problem I face is
bosses, colleagues, and customers who expect working, maintainable, and
upgradeable results...NOW!).

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top