Windows service and remoting
- From: "Ray5531" <RayAll@xxxxxxxxxxxx>
- Date: Tue, 3 May 2005 15:00:22 -0700
We have a solution consists of an O/R mapper project,Business Logice layer
and a Web application.I need to add a windows service to this solution and
add the business logic layer as a reference to my windows service.We are in
development phase and it's very probable that the business layer is
changed.They promise to keep the interface intact.I mean they promise to
keep the name of the method I need always "Upload" ,but they might change
the assembly and compile it into the new version.
I was thinking if there is a technique like Reflection,Remoting or
latebinding or whatever it is which I can use and get rid of compiling my
windows service whenever they change the business layer and complie it to a
newer version.I was reading this article
http://www.15seconds.com/issue/021015.htm and I just wondered if I could
business logic layer as a plug in into my windows service.
Any suggestions?
Thanks
P.S windows service and web application might be in different boxes.
.
- Follow-Ups:
- Re: Windows service and remoting
- From: Beth Massi [Architect MVP]
- Re: Windows service and remoting
- Prev by Date: Re: custom sink channels and closing connections.
- Next by Date: Re: Asynchronous Remoting and its effects on ASP.NET Threading
- Previous by thread: Re: Cannot Get XML Config file to Work
- Next by thread: Re: Windows service and remoting
- Index(es):
Relevant Pages
|