The Artima Developer Community
Sponsored Link

Java Buzz Forum
Microsoft comes out with details on Indigo

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Microsoft comes out with details on Indigo Posted: Feb 9, 2005 9:36 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Microsoft comes out with details on Indigo
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Ted has been itching to talk about Indigo. Now he can. Day 2 of VSLive 2005 was 'indigo day'. They came out talking about the ABCs of Indigo: A = Address. This is the end point that makes a service accessible. B = Binding. Binding represents the transports, encoding, and protocols used by the service. C = Contract. The contract consists of the operations and schemas for the messages sent and received by the service. And look at some VB code for writing service impls: Imports System.ServiceModel <ServiceContract(Name:="MyService", Namespace:=http://tempuri.org/MyService)> Public Class MyService <OperationContract> Function DoSomething(input as String) as String 'Perform some logic returning a string End Function End Class Module Sub Main() Dim sh as ServiceHost(of MyService) End Sub End Module Read More Microsoft To Release Whidbey CTP, Avalon And Indigo For Windows XP Soon TSS VSLive Coverage

Read: Microsoft comes out with details on Indigo

Topic: Gosling on JVM Scripting Previous Topic   Next Topic Topic: Welcome Google User! A smart use of HTTP_REFERRER

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use