473,394 Members | 1,852 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,394 software developers and data experts.

Does MS get the Middle Tier ?

Sorry for being contentious title, but I am confused and concerned over the
level of MS infrastructure support to the business logic layer.

MS have great support to Web services, for EAI and B2B Integration, ASP for
Web pages. We also have SQL Server, ADO, data sets etc for great Data
services layer.

Unfortunalely most of the Architectural (Patterns, papers, Samples etc)
emphasis seem to be biased torwards web based applications and services
closely connected to databases, with little in the way of rich Business logic.

Now MS has a great .NET environment for general OO development, but when it
comes to Enterprise level Infrastructure support we are still stuck with
COM+/ .Enterprise services infrastructure (Load Balancing, Queued
copmponents/Events, Transactions.) It is a frustrating experience to weld
the .NET enviromment with COM+, the interoperability and deployment hassles
(COM+ reistration) is not convincing for hardcore enterprise Business
applicaitons.

Sorry but I don't see much in Indigo that is improving the situation for
middle tier infrastructure support. Can someone suggest the main MS
architecture patterns, technologies and samples I should be looking at to
help us out.

It may be difficult to develop a native .NET infrastructure to replace COM+,
but I know MS have the capabilities to sort this. That is why it seems so
frustrating to me.

Jules
Nov 23 '05 #1
3 1700
Hi Jules,
check out Microsoft Patterns and Practices [1]

[1] www.microsoft.com/patterns

HTH,

--
Martin Kulov
http://www.codeattest.com

MCAD Charter Member
MCSD.NET Early Achiever
MCSD

"Jules" <Ju***@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
Sorry for being contentious title, but I am confused and concerned over the level of MS infrastructure support to the business logic layer.

MS have great support to Web services, for EAI and B2B Integration, ASP for Web pages. We also have SQL Server, ADO, data sets etc for great Data
services layer.

Unfortunalely most of the Architectural (Patterns, papers, Samples etc)
emphasis seem to be biased torwards web based applications and services
closely connected to databases, with little in the way of rich Business logic.
Now MS has a great .NET environment for general OO development, but when it comes to Enterprise level Infrastructure support we are still stuck with
COM+/ .Enterprise services infrastructure (Load Balancing, Queued
copmponents/Events, Transactions.) It is a frustrating experience to weld
the .NET enviromment with COM+, the interoperability and deployment hassles (COM+ reistration) is not convincing for hardcore enterprise Business
applicaitons.

Sorry but I don't see much in Indigo that is improving the situation for
middle tier infrastructure support. Can someone suggest the main MS
architecture patterns, technologies and samples I should be looking at to
help us out.

It may be difficult to develop a native .NET infrastructure to replace COM+, but I know MS have the capabilities to sort this. That is why it seems so
frustrating to me.

Jules


Nov 23 '05 #2
Thanks Martin

I was aware of the patterns stuff, and Business Components, Entities and
Workflow components. The patterns refer to the use of .NET Enterprise
Services to hoist Business components (and BIZTALK for Workflows)

But my main gripe is the difficulty in real Enterprise level use of this
(COM+) infrastructure. So I am always looking for good samples, templates on
real use of .NET Enterprise services. I was hoping that Indigo would
introduce a native .NET Business layer infrastructure to overcome the real
COM+ interoperability and deployment hassles.

"Martin Kulov" wrote:
Hi Jules,
check out Microsoft Patterns and Practices [1]

[1] www.microsoft.com/patterns

HTH,

--
Martin Kulov
http://www.codeattest.com

MCAD Charter Member
MCSD.NET Early Achiever
MCSD

"Jules" <Ju***@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
Sorry for being contentious title, but I am confused and concerned over

the
level of MS infrastructure support to the business logic layer.

MS have great support to Web services, for EAI and B2B Integration, ASP

for
Web pages. We also have SQL Server, ADO, data sets etc for great Data
services layer.

Unfortunalely most of the Architectural (Patterns, papers, Samples etc)
emphasis seem to be biased torwards web based applications and services
closely connected to databases, with little in the way of rich Business

logic.

Now MS has a great .NET environment for general OO development, but when

it
comes to Enterprise level Infrastructure support we are still stuck with
COM+/ .Enterprise services infrastructure (Load Balancing, Queued
copmponents/Events, Transactions.) It is a frustrating experience to weld
the .NET enviromment with COM+, the interoperability and deployment

hassles
(COM+ reistration) is not convincing for hardcore enterprise Business
applicaitons.

Sorry but I don't see much in Indigo that is improving the situation for
middle tier infrastructure support. Can someone suggest the main MS
architecture patterns, technologies and samples I should be looking at to
help us out.

It may be difficult to develop a native .NET infrastructure to replace

COM+,
but I know MS have the capabilities to sort this. That is why it seems so
frustrating to me.

Jules


Nov 23 '05 #3
Ice
I really don't understand the point and the problem. What problem are you
trying to solve at the middle tier? For most problems (except remote
eventing - even this has a a nasty solution).

I think you need to be a little more specific on what you really want to
accomplish.
"Jules" <Ju***@discussions.microsoft.com> wrote in message
news:B7**********************************@microsof t.com...
Thanks Martin

I was aware of the patterns stuff, and Business Components, Entities and
Workflow components. The patterns refer to the use of .NET Enterprise
Services to hoist Business components (and BIZTALK for Workflows)

But my main gripe is the difficulty in real Enterprise level use of this
(COM+) infrastructure. So I am always looking for good samples, templates on real use of .NET Enterprise services. I was hoping that Indigo would
introduce a native .NET Business layer infrastructure to overcome the real
COM+ interoperability and deployment hassles.

"Martin Kulov" wrote:
Hi Jules,
check out Microsoft Patterns and Practices [1]

[1] www.microsoft.com/patterns

HTH,

--
Martin Kulov
http://www.codeattest.com

MCAD Charter Member
MCSD.NET Early Achiever
MCSD

"Jules" <Ju***@discussions.microsoft.com> wrote in message
news:91**********************************@microsof t.com...
Sorry for being contentious title, but I am confused and concerned over
the
level of MS infrastructure support to the business logic layer.

MS have great support to Web services, for EAI and B2B Integration,
ASP for
Web pages. We also have SQL Server, ADO, data sets etc for great Data
services layer.

Unfortunalely most of the Architectural (Patterns, papers, Samples
etc) emphasis seem to be biased torwards web based applications and services closely connected to databases, with little in the way of rich Business logic.

Now MS has a great .NET environment for general OO development, but
when it
comes to Enterprise level Infrastructure support we are still stuck

with COM+/ .Enterprise services infrastructure (Load Balancing, Queued
copmponents/Events, Transactions.) It is a frustrating experience to weld the .NET enviromment with COM+, the interoperability and deployment

hassles
(COM+ reistration) is not convincing for hardcore enterprise Business
applicaitons.

Sorry but I don't see much in Indigo that is improving the situation for middle tier infrastructure support. Can someone suggest the main MS
architecture patterns, technologies and samples I should be looking at to help us out.

It may be difficult to develop a native .NET infrastructure to replace

COM+,
but I know MS have the capabilities to sort this. That is why it seems so frustrating to me.

Jules


Nov 23 '05 #4

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

Similar topics

10
by: Kumar Saurabh | last post by:
Hi Devs, I was thinking of implementing a middle tire (most probably in XML) for a PHP MySQL web app but couldn't make a head way. can any one suggest how can i proceed with this. Thanks in...
1
by: Mr. Smart | last post by:
I have a middle-tier written using Foxpro. I'd like this tier to coommunicate (that is pass some variables to ASP). I defined a Session variable somewhere in my ASP file, e.g. Session("Usercode") =...
62
by: SAN3141 | last post by:
There doesn't seem to be consensus about when to put code in the database or in the middle tier. There was a long discussion about this in an Oracle newsgroup (message ID:...
0
by: JasonP | last post by:
Hi, I am trying to decide the best middle tier method for the system I am currently building. There are no issues of supporting previous software versions, etc as this is a completely new...
7
by: Guadala Harry | last post by:
I'm trying to design all of my data access logic into one centralized assembly. I'm wondering how to implement DataReaders. There's plenty of documentation on passing DataSets to the client from...
6
by: Ian Williamson | last post by:
Greetings, My company has an ASP.NET based enterprise product that is undergoing some changes and I need some community input to help solve a problem. In the current implementation, any given...
1
by: dgk | last post by:
How can I create a middle tier object using the standard databinding stuff? All the examples that I see in the books using the new 2005 controls just shows how to build stuff in two tiers. It...
3
by: SevDer | last post by:
Hello All, For my ASP.NET application, I am trying to have my middle tier (currently logical layer) dll's to be loaded dynamically. The aim is not to kill the sessions when I need to update...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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.