473,659 Members | 2,965 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sad Direction MS Indigo moving away from WS Standards

So with MS looking towards Longhorn Indigo messaging, for Service
based Applications Integration, its brief dalience with adoption of
industry wide Web Service standards is over. This is a major
dissapointment we were looking towards a more positive attitude
towards interoperation with third party products. Is it not possible
for MS to ensure that Indigo has some compliance with emerging
Asynchronous/Message based Web Service open standards ? It is looking
very much as though MS believes that our servers only have to
interoperate with MS Windows platforms. This is a pretty stupid
assumption, even if a lot of would love to redevelop everying on MS
Windows and .NET. It just isn't going to happen.

So it looks as though Longhorn is going to drive us back to making a
hard choice between J2EE and MS System Development. From where we sit
today I can only recommend that our product development team return to
the standards based J2EE community, because we can not afford to none
interoperable with third party systems and products.

Very sad, Very sad, I was hoping MS had a direction with .NET and
Webservices.
Jul 21 '05 #1
3 1678
Jules,

I'm not sure where you got your information. Could you post a link to
whatever your source is if possible? From all that I've read, and based on
what I've used of the preview of Whidbey, Indigo is going to support at
least the standards that the WSE supports today. Perhaps you'd be
interested in reading the following FAQ, particularly the last two questions
in the Migration section.

http://msdn.microsoft.com/library/en...asp?frame=true

--
Jeffrey Wynn
so********@nosp am.net
Replace nospam with "op-t-onl-ine" without the dashes
"Jules" <Ro********@hot mail.com> wrote in message
news:80******** *************** ***@posting.goo gle.com...
So with MS looking towards Longhorn Indigo messaging, for Service
based Applications Integration, its brief dalience with adoption of
industry wide Web Service standards is over. This is a major
dissapointment we were looking towards a more positive attitude
towards interoperation with third party products. Is it not possible
for MS to ensure that Indigo has some compliance with emerging
Asynchronous/Message based Web Service open standards ? It is looking
very much as though MS believes that our servers only have to
interoperate with MS Windows platforms. This is a pretty stupid
assumption, even if a lot of would love to redevelop everying on MS
Windows and .NET. It just isn't going to happen.

So it looks as though Longhorn is going to drive us back to making a
hard choice between J2EE and MS System Development. From where we sit
today I can only recommend that our product development team return to
the standards based J2EE community, because we can not afford to none
interoperable with third party systems and products.

Very sad, Very sad, I was hoping MS had a direction with .NET and
Webservices.

Jul 21 '05 #2
Indigo will produce and consume transport messages using SOAP. How much more
"compliant" would you like it to get?

I'd suggest you read the specs and articles (at least what's out there now)
to get a better idea of how the thing is supposed to work.

And as far as having a "hard choice" between J2EE and Indigo... well,
Microsoft is not about to give you J2EE on Windows just because you think
it's cool. They'll give you whatever they want and if you don't like it then
use something else. Most J2EE implementations run fine on Windows. In any
case, as long as you can speak XML/SOAP and TCP you'll be able to talk to
Indigo.

--
_______________ _____
Klaus H. Probst, MVP
http://www.vbbox.com/

"Jules" <Ro********@hot mail.com> wrote in message
news:80******** *************** ***@posting.goo gle.com...
So with MS looking towards Longhorn Indigo messaging, for Service
based Applications Integration, its brief dalience with adoption of
industry wide Web Service standards is over. This is a major
dissapointment we were looking towards a more positive attitude
towards interoperation with third party products. Is it not possible
for MS to ensure that Indigo has some compliance with emerging
Asynchronous/Message based Web Service open standards ? It is looking
very much as though MS believes that our servers only have to
interoperate with MS Windows platforms. This is a pretty stupid
assumption, even if a lot of would love to redevelop everying on MS
Windows and .NET. It just isn't going to happen.

So it looks as though Longhorn is going to drive us back to making a
hard choice between J2EE and MS System Development. From where we sit
today I can only recommend that our product development team return to
the standards based J2EE community, because we can not afford to none
interoperable with third party systems and products.

Very sad, Very sad, I was hoping MS had a direction with .NET and
Webservices.

Jul 21 '05 #3
Hello,

Your link is only partially reassuring. It is no means clear that
Indigo will be message based interoperable with J2EE (JMS) and BEA adn
Websphere etc, only that it will be compliant with todays Web Services
(Synchronous) standards. Without any clear open standards on message
based web services I am probably being too harsh on MS.

However my pessimistic view has been provoked by the following rather
stark quote:

"Microsoft is saying, 'All this open standards with Web services has
gone far enough,'" said the executive, who requested anonymity. "It's
back to the movie as we know it."

Which lies within a ZDNEt article

http://zdnet.com.com/2100-1104_2-5061198.html

So I remain rather sceptical until MS make it clearer their intent wrt
to opne standards.

Jules

"Jeffrey Wynn" <so********@opt online.net> wrote in message news:<O6******* *******@TK2MSFT NGP09.phx.gbl>. ..
Jules,

I'm not sure where you got your information. Could you post a link to
whatever your source is if possible? From all that I've read, and based on
what I've used of the preview of Whidbey, Indigo is going to support at
least the standards that the WSE supports today. Perhaps you'd be
interested in reading the following FAQ, particularly the last two questions
in the Migration section.

http://msdn.microsoft.com/library/en...asp?frame=true

--
Jeffrey Wynn
so********@nosp am.net
Replace nospam with "op-t-onl-ine" without the dashes

Jul 21 '05 #4

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

Similar topics

2
1478
by: John Bailo | last post by:
I just went to an Indigo Roadshow meeting at the University of Washington. It was a very clear, clean informative presentation. Indigo is really good stuff -- it's a new layer that lets people build real Internet applications -- like p2p chat systems, and out of process server components addressible by http...all the 'real' stuff that it used to take COM or hardcore java to do. Now, the thing is, the Marketing Dweebs are wanting to...
0
1346
by: John Bailo | last post by:
Here's my points from the Indigo Roadshow at U. WA in Seattle last night: It’s not longer called Indigo; it’s WCF, Windows Communication Framework WFC is an amalgam of material that has previously appeared in .NET, MSMQ, COM, WSE (Web Service Extensions) 2.0. The principle of WFC is acknowledgement that programs are becoming interface and message based, and that much of that messaging that used other protocols and be done just using...
7
2848
by: Nadav | last post by:
Hi I am writing some kind of a storage system that have to deal with large amounts of data passing over the net, Now, I Wonder... traditional programming would use win32 Winsock DLL as the means of data transportation... now, indigo is the new communication layer of the CLR, - Does indigo uses Winsock internally? - Is it possible to use indigo for such a task? - I assume using indigo has it's performance penalty ( doesn't it ? - Does...
3
264
by: Jules | last post by:
So with MS looking towards Longhorn Indigo messaging, for Service based Applications Integration, its brief dalience with adoption of industry wide Web Service standards is over. This is a major dissapointment we were looking towards a more positive attitude towards interoperation with third party products. Is it not possible for MS to ensure that Indigo has some compliance with emerging Asynchronous/Message based Web Service open...
5
1256
by: Jim Robertson | last post by:
I'm trying to find Indigo early access release on MSDN subscriber downloads. I can't find it. Does anyone know where this is located? Thanks, - Jim Robertson
1
1340
by: Rasheed | last post by:
We are in the inception phase of architecting a .NET based multi tier application. Due to the .NET technology advancements, we have decided to go with .NET 2.0 beta 2 for development. One of the objectives is to implement SOA. Based on initial analysis, it has been decided (subject to change) to use web services as the communication channel. Since, Indigo would target the next generation SOA, we are not clear on what will be available...
0
1843
by: linkswanted | last post by:
We are your trusted source. World Moving & Storage is bonded and licensed by the U.S. Department of Transportation and is one of the largest residential moving and corporate relocation company in the country. allows you to easily obtain no obligation moving quotes from local movers, long distance movers, international movers, auto transport, storage rentals and specialty movers. office movers, commercial moving, residential moving, movers...
0
1774
by: linkswanted | last post by:
We are your trusted source. World Moving & Storage is bonded and licensed by the U.S. Department of Transportation and is one of the largest residential moving and corporate relocation company in the country. allows you to easily obtain no obligation moving quotes from local movers, long distance movers, international movers, auto transport, storage rentals and specialty movers. office movers, commercial moving, residential moving, movers...
3
2090
by: animation | last post by:
i have made a web site n i want to move images in the Y direction in the sidebar of the website. i want it to look like new image is coming out from the bottom and moving up to the height of the sidebar and at the other end it is disappearing .
0
8428
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8851
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8528
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8627
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6179
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4175
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2752
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 we have to send another system
2
1976
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.