473,385 Members | 1,769 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

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 1334
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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...

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.