lfaldanam / sharp-architecture

Automatically exported from code.google.com/p/sharp-architecture
Other
0 stars 0 forks source link

Add WCF integration example to Northwind #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See http://ayende.com/Blog/archive/2007/06/12/WCF-Windsor-Integration.aspx
for guidance

Original issue reported on code.google.com by wmccaffe...@gmail.com on 26 Jan 2009 at 5:13

GoogleCodeExporter commented 9 years ago
Other good link is
http://elegantcode.com/2008/05/18/integrating-castle-windsor-and-nhibernate-with
-wcf/

Original comment by wmccaffe...@gmail.com on 26 Jan 2009 at 5:15

GoogleCodeExporter commented 9 years ago
One more interesting resource: 
http://www.lostechies.com/blogs/jimmy_bogard/archive/2008/09/16/integrating-stru
cturemap-and-nhibernate-with-wcf.aspx

Original comment by wmccaffe...@gmail.com on 28 Jan 2009 at 11:24

GoogleCodeExporter commented 9 years ago
I'm working in a middle-size application in wich the view part must run in a 
separate
server due to security reasons. So, all domain functionality classes should be
exposed using some sort of remote invoking method. 

I know, it means a big work with WCF. Is there a way to minimize all that work?

Original comment by jmlvar...@gmail.com on 25 Mar 2009 at 6:18

GoogleCodeExporter commented 9 years ago

Original comment by wmccaffe...@gmail.com on 26 Mar 2009 at 11:05

GoogleCodeExporter commented 9 years ago
Hi jmlvargas,

I've encountered a similar situation on a project.  We have a shared assembly 
living
on both the server and the client.  This works well for pure business logic but
doesn't help if you have to worry about lazy loading or entity hydration on the
client side (for obvious reasons).

Original comment by wmccaffe...@gmail.com on 2 Apr 2009 at 5:16

GoogleCodeExporter commented 9 years ago

Original comment by wmccaffe...@gmail.com on 6 Apr 2009 at 6:42