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 without DLLs
PostPosted: Sat Oct 14, 2006 3:16 pm 
Newbie

Joined: Sat Oct 14, 2006 3:04 pm
Posts: 2
Hi,

I already use Hibernate java version and I'm start to learning about NHibernate and have a question, probably a newbie question.

I'm force not to use DLLs because is a project premise. All examples I had see uses DLL and when I trie to convert do ASP.NET with C# I stop in assemlby problems. I know is not the better solution.

Can I use NHibernate only using ASP.NET, without DLLs ? If is possible there is a example for this ?

Thnaks.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 14, 2006 6:59 pm 
Contributor
Contributor

Joined: Thu May 12, 2005 8:45 am
Posts: 226
What was your solution for using the Java Hibernate without jar files?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 14, 2006 7:02 pm 
Contributor
Contributor

Joined: Sat Sep 24, 2005 11:25 am
Posts: 198
The short answer, no.
The long answer is no, because ASP.Net web site projects doesn't have a fixed assembly name, so NHibernate has no way to refer to them.
Using a Web Application project, however, is not an issue.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 15, 2006 10:29 am 
Newbie

Joined: Sat Oct 14, 2006 3:04 pm
Posts: 2
Thanks for help.

I'll try to convince my client. I told to him about hibernate jar, but nothing I try changes his opinion.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 26, 2006 4:55 pm 
Newbie

Joined: Thu Oct 26, 2006 4:49 pm
Posts: 8
You can include NHibernate sources in your solution and perform rebuild.

When customer requires no dlls, usually it means that he don't like to let you to leave backdoors in application.

If he will be able to rebuild solution from scratch without any dlls, usually it's enough for such cases.


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.