473,473 Members | 1,581 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

I am confused now....

Hi,
I was just asigned a project and was doing some research and am now confused
with Enterprise Service, Remoting and Web Services. Now I am not sure which
will be benificial to my project. I need to create and expose a component to
process credit card payment and log the details to a database. The component
will be used by an asp.net app locally and then our sister company need to
send payment to the same component. My idea is to create the component on
enterprise services and then use remoting for local access and web service
for external access (by sister company). Can some of you offer your 2 cents
here? What is Enterprise Service used for and when, if needed, would remoting
come into play? So much infor these days.............I need to SCREAM....

Thanks
Sep 16 '05 #1
8 1336
I will add my $.02 here, maybe someone will fly by and disagree with me.

Since you have multiple requirements here (both internal and external) I
would (potentially) work it this way.

Keep any external facing things as web services. This keeps you open to
external partners and do not tie them into Windows. Webservices use open XML
based data so Java, and non-windows platforms can use them. This also allows
you to keep the external face of the service available to your partners
within a decent security model. You can host it in a web type DMZ area for
example.

Keep all internal facing interfaces as remoting objects. Gives you the same
type of benefits as web services but adds the ability to use binary instead
of XML based data (faster transport on the wire) and since you have control
over the internal environment you can guarantee that binary data will work
in remoting.

Since both the exposed services will need to perform the same function, you
could use a common enterprise services based module as the backend to both
services. Design the engine to run in enterprise services and call that
engine from both interface facades to expose the service to a standard set
of consumers.

"Chris" <Ch***@discussions.microsoft.com> wrote in message
news:45**********************************@microsof t.com...
Hi,
I was just asigned a project and was doing some research and am now
confused
with Enterprise Service, Remoting and Web Services. Now I am not sure
which
will be benificial to my project. I need to create and expose a component
to
process credit card payment and log the details to a database. The
component
will be used by an asp.net app locally and then our sister company need to
send payment to the same component. My idea is to create the component on
enterprise services and then use remoting for local access and web service
for external access (by sister company). Can some of you offer your 2
cents
here? What is Enterprise Service used for and when, if needed, would
remoting
come into play? So much infor these days.............I need to SCREAM....

Thanks

Sep 16 '05 #2
Just a thought...

Why you have to create two interfaces? You can just go with webservices
and have access for both internal/external users. For the internal
users (if it is through a LAN) there will be no significant performance
overhead if you use webservices, thus the performance argument does not
stand well.

Keep in mind that remoting in general is not even recommended by
Microsoft in the WS Era...

If you want to use the component locally then just initialize it the
normal way ... new Component()

Tasos ...

Sep 16 '05 #3
So the I assume the request flow will be

ASP.net app > Web Service > Enterprize Service Comp > and back. Correct?

"Tasos Vogiatzoglou" wrote:
Just a thought...

Why you have to create two interfaces? You can just go with webservices
and have access for both internal/external users. For the internal
users (if it is through a LAN) there will be no significant performance
overhead if you use webservices, thus the performance argument does not
stand well.

Keep in mind that remoting in general is not even recommended by
Microsoft in the WS Era...

If you want to use the component locally then just initialize it the
normal way ... new Component()

Tasos ...

Sep 16 '05 #4
Sorry for the late answer

Yes, this is correct ...

Sep 20 '05 #5
And of course, from your ASP.NET app you can directly call Enterprise
Serviced Components ...

Sep 20 '05 #6
So more or less...ws is the replacement of Ent. Services. Right?

"Tasos Vogiatzoglou" wrote:
And of course, from your ASP.NET app you can directly call Enterprise
Serviced Components ...

Sep 20 '05 #7
Hi,
How do I call Enterprise Serviced Components hosted on another machine?

Thanks


"Tasos Vogiatzoglou" wrote:
And of course, from your ASP.NET app you can directly call Enterprise
Serviced Components ...

Sep 22 '05 #8
I was referening to components hosted on the same machine.

Sep 23 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Haoyu Zhang | last post by:
Dear Friends, Python assignment is a reference assignment. However, I really can't explain the difference in the following example. When the object is a list, the assignment seems to be a...
2
by: Brian Roberts | last post by:
I'm confused about the use of hasattr/getattr, or possibly namespaces. I know how to do this: class UnderstandThis(object): def do_foo(self): pass def do_bar(self): pass def doit(self, cmd):...
11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
6
by: ree32 | last post by:
I am a bit confused with capabilities of XML. I have an XML document with information on images(photos). Is there way to use XSL/XSLT to create a page that will display the images as gallery. ...
5
by: Jeff Amiel | last post by:
Yes, I've read the FAQ's... I'm still confused. I'm trying to help out a buddy to extract data from an .mdb file that has special 'permissions' on it. If I try to open it with the standard...
10
by: Lauren Wilson | last post by:
Ok I have searched the MS website for info on this. I am totally confused. If I want to deploy an Access 2003 app and allow my users to run it using Access 2003 Runtime, where do I get the...
1
by: Benny Ng | last post by:
Hi,All, Export Method: ------------------------------------------------------------------------- strFileNameExport = "Results" Response.Clear() Response.Buffer = True...
2
by: Daniel | last post by:
I'm new to .Net and all of its abilities so I hope this makes sense. Basically I'm confused on when is the appropriate time to use web forms controls vs. regular HTML. For example in ASP...
11
by: timmu | last post by:
Someone asked me a question about integer division and printf yesterday, I tell him he should do a casting to float/double before you do any interger division. But he doesn't think so, so I try...
2
by: Peter | last post by:
Hi, I have a problem with Listview using checkboxes. If i check items by code BEFORE the form is shown the Listview.Items are confused during the ItemChecked Event !!! After showing the...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.