.NETGURU
.Net Remoting + COM Plus architecture
Messages   Related Types
This message was discovered on microsoft.public.dotnet.distributed_apps.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

sahridhayan (VIP)
..Net Remoting + COM Plus architecture
=========================

Can I have a question or expecting a idea from you all

Since .Net Remoting does not support transactions,
and cannot cross boundaries, no security (it is not easy to have security implemented directly)

can we have some thing like this as architecture

flow-> ->

UI->>>
UIP(Component)this one is remoted->>>
calling COM+ Component(BL)->>>
NON remoted and NON COM+ DA->>>
Database

what do you think ?

I have three products to be developed (mostly tightly coupled) and have
15-30 concurrent users (desktop app) and 10-30 web users

any ideas directions welcome

Thanks in advance
Rajaraman

Reply to this message...
 
    
Sanjeeva
I dint get what are you want to do here? actually server side components
should be remoted you are remoting the UIProcess I dint quite understand
your point.
If you explain the situation, I can help you since I'm working on similar
project.

My project architecture has something like this.
Client. |
Server.
|
( COM+)
UI --> UIProcess -> Proxy -> | <--- Remoted BLL --> TransactionManager -->
DataAccess ----> DataSources
|
|

yeah ! Of course you can remote the client side also but I dint get the
clear picture why you wanted to remote the UI Process.

Regards,
Sanjeeva
Proteans Software Solutions.

"sahridhayan" <Click here to reveal e-mail address> wrote in message
news:Click here to reveal e-mail address...
[Original message clipped]

Reply to this message...
 
    
javatopia (VIP)
Hi,

I have a similar architecture:

{ 3 web apps } < -- > {COM+/Remoting} < -- > SQLServer

My problem is thus. How do I get the COM+ component to open an
HttpServerChannel to accept connections from one of the web applications? I
can deploy the COM+ assembly and components (just a facade for a bunch of
factories that control user access), but when I try to include a main in the
"ServicedComponent", it doesn't seem to run:

public class MyComponent : ServicedComponent
{
[ ... instance methods ... ]
public static void Main(string[] args)
{
RegistryConfig();
if(_RemotingConfigFile != null)
{
RemotingConfiguration.Configure(_RemotingConfigFile);
}
else
{

RemotingConfiguration.RegisterWellKnownServiceType(typeof(MyComponent),
"MyComponentUri", WellKnownObjectMode.Singleton);
HttpServerChannel chan = new HttpServerChannel(_Port);
ChannelServices.RegisterChannel(chan);
}
}

If you, or any of the MSFT MVP types out there, have some insight in how to
use COM+ to create a remoting server, I am all eyes. :)

-- Jake

"Sanjeeva" wrote:

[Original message clipped]

Reply to this message...
 
 
System.EnterpriseServices.ServicedComponent
System.Runtime.Remoting.Channels.ChannelServices
System.Runtime.Remoting.Channels.Http.HttpServerChannel
System.Runtime.Remoting.RemotingConfiguration
System.Runtime.Remoting.WellKnownObjectMode




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification