|
Home > Archive > microsoft.public.cert.exam.mcsd > March 2004 > enterprise application
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
enterprise application
|
|
| Christopher M. Keslin 2004-03-29, 10:24 pm |
| Enterprise application usually refers to the following
characteristics:
1) Designed to Scale (typically means you can just throw
more hardware at it and see an improvement in performance)
2) Interface, Business Logic, Data all seperable and even
multiple layers of business logic can be run in different
application domains.
3) Durable, meaning that the process has built in
mechanisms to recover from disaster...
I know this is very vague, but a minimally deployed
application running on one machine can be an "Enterprise"
level app if it meets the above requirements (Remember
just because you have it in one machine doesn't mean that
you can't split it out to many app domains, an application
domain can be local or in seperate physical machines).
..NET Enterprise from Wrox Press will give you a good taste
of the true power of the .NET framework.
--Chris
>-----Original Message-----
>Pardon me for asking such a basic question. Even as I
study for 70-300 I am
>not clear on this: Is "enterprise application" well-
defined, or is it kind
>of a catch-all term? I am not clear on the defining
characteristics. For
>example, I am now working on a client-server app that is
used by different
>groups in different states with db connections over a
WAN ... is this still
>just "client-server" and not "enterprise" ... or can
something be both?
>
>I sometimes get the sense that by "enterprise app" people
mean an app that
>integrates with other major systems, eg with big
financial apps such as JD
>Edwards. So is such integration the defining
characteristic of an
>enterprise app?
>
>A few years ago I made a web site for a utility company,
and the web server
>app talks to their DB2 system through ODBC ... was that
just a "web
>application"?
>
>Regards,
>Brad Williams
>
>
>.
>
| |
| The Poster Formerly Known as Kline Sphere 2004-03-30, 3:24 am |
| >3) Durable, meaning that the process has built in
>mechanisms to recover from disaster...
..... natural or otherwise, i.e. hardware failure, media failure, fire
flood, etc, etc. Something many companies never took seriously until
9/11.
Excellent point, by the way.
Kline Sphere (Chalk) MCNGP #3
|
|
|
|
|