The Source for Java Technology Collaboration
User: Password:



Harold Carr

Harold Carr's Blog

Notes from SDForum's Interoperability event

Posted by haroldcarr on February 01, 2006 at 11:27 AM | Comments (1)

Yesterday I spent the morning at the SDForum Interoperability Forum. Two Sun engineers, Graham Hamilton and Nick Kassem, participated in two different panels. The interop discussions are directly related to the Sun/Microsoft Web Services interop effort I'll be talking about in this blog. Here are my notes on the event.

Keynote

The morning started with Anne Thomas Manes of the Burton Group. She noted that the IT industry tends to view homogeneity as ideal, thinking it makes life easier. But IT homogeneity is unattainable. So plan to live with IT diversity. As an aside, she pointed out that diversity is good in social situations.

Since Infosystems run your business, when your diverse systems do not work together then you have missed opportunities and security risks. Therefore we need interoperability.

What enables interoperability? Standards (she referred to WS-* specs as WS-Veritigo, "it makes your head spin"). But just because its "standard" does not mean it works. Therefore WS-I profiling. Better, but issues remain that can't be resolved with profiling (e.g., attachments), therefore new W3C standards (e.g., MTOM). And still more standards: composable Web Service Framework (e.g.,WS-RX, WS-AT, WS-Trust - the ones we are focusing on in our Sun/Microsoft interop work), competing standards (e.g., WSDM/WS-Management; WS-Notification/WS-Eventing; BPEL/WS-CDL; SAML/WS-Trust; Liberty ID-FF/WS-Federation) and unsubmitted "specs" (e.g., WS-Federation, WS-Policy, WS-MetadataExchange, WS-Eventing, WS-Transfer, WS-Enumeration).

Her conclusion: Interoperability is the goal. Standards are the solution. Standardization takes time. Vendors do the standardization and pursue their own agenda.

Web Services Interoperability Panel

This panel, moderated by Andy Daecher of Deloitte, featuring Edward Cobb of BEA, Nick Kassem of Sun and Weston W. Swenson of Forum Systems. Answering a question of web service adoption Nick pointed out that Java Web Services Developer Pack adoption has been very good. He pointed out that the next wave (e.g., WS-AT, WS-RM, WS-Security/Trust) will make web services enterprise class.

Ed said that even with the wire protocol standards to enable interop in place there is still a need for tools to build web services. Wes focused that statement by saying that his customers gravitate towards simpler standards and that the standards are way ahead of implementations.

This lead to a discussion of ease-of-use in general. Nick agreed that the next wave needs to be simpler to use. He pointed out that in our interop work, instead of introducing a bunch of JSRs/APIs we plan to use existing JAX-WS APIs enhanced with QoS introduced via policies set with graphic tools. Ed followed saying we need to do more with infrastructure and metadata and less with APIs. Everyone agreed that ease-of-use needs to be addressed to foster adoption.

On a different topic, Wes said none of his customers directly expose a web service endpoint. Instead, they intercept and firewall web services at the XML level. For example, his company does that now for that IRS - e.g., they scan a 6 GB submission from GM to the IRS - including scanning for *.exe attachments).

Responding to a question regarding scaling and performance when using QoS features (e.g., WS-Security, WS-RM) Nick said that in many case you can flow the XML infoset over multiple types of bindings (e.g., JMS, SMTP, Binary/TCP) besides over HTTP.

The panel concluded with Wes saying that his customer's are not waiting for perfection in standards - just adequate coverage.

Fireside Chat

This panel, moderated by Anne Thomas Manes, featured Graham Hamilton of Sun, Kelvin Lawrence of IBM, and Andrew Layman of Microsoft.

Andrew started out saying programmer's expect things to work. Within one language that is generally attainable. But it is hard to accomplish across languages. So we do not expose objects any longer - just data. Anne suggested that when writing web services that one should not think one is working in Java. Instead one should think one is working in XML. Andrew seemed to agree by saying one should focus on the schema. Anne noted the lack of tooling to indicate when violating "contracts."

Graham disagreed with this position, saying programmer's should not reach down into details of XML. Stay at language level and let infrastructure handle protocol details. Disagreeing with Graham, Andrew pointed out that EDI is celebrating its 30 year anniversary - they did it right: they defined a wire format. In response, Graham clarifies benefits of staying at the language level: do not bind too early - stay at high level of language types and let infrastructure negotiate protocols to use (e.g., fast infoset, TCP, etc). Graham regards it as a measure of success if the programmer does not need to know about "it." Andrew seemed to move closer to Graham's position when he said that one should get the application data types agreed upon (e.., schema) then let infrastructure use metadata to negotiate protocols.

Anne said we already have a minor form of that success in deployment descriptors that separate security from the program so that programmers without security expertise can still write business logic, letting the security be applied by administrators.

Anne directed the chat to a new question: where do you draw the line between what should be handle by infrastructure and what should be handled by middleware? Andrew said that vendors recognize patterns in applications and move into the middleware infrastructure. Graham said that middleware should make common cases simple (rather than cover everything via a multitude of options). Tools help, but cannot hide complexity. The platform must be simple too. Andrew said some things move into the middleware due to pressure from customers to automate the boundaries between their systems. Kelvin noted that customers want to talk in terms of their business (e.g., supply chain), not protocols. Tools should implement industry profiles. Graham said middleware should simplify programmer's job, even if it make the middleware implementation harder.

A member of the audience pointed out that Graham's last statement contradicted Dick Gabriel's "Worse is Better" thesis - that Multics attempted to do the right thing even if it made the implementation harder whereas Unix just gave up and returned an error code that the application must handle. Graham responded by noting balance of power has shifted since those days: programmer's are now far more expensive than computers, so let computers do the work, not the programmer.

Identity Management panel

This panel, moderated by Rena Mears of Deloitte, featuring Prateek Mishra or Oracle Karen Wendel of Identrus and Kim Cameron of Microsoft

Prateek started with a mini-tutorial. Your identity is stuck at your employer or bank (and identity provider) but needs to be used at other places (services). So you need to transmit your identity from your provider to the service via a protocol and token representation (e.g., SAML). You need to determine under what conditions you should let your identity travel: governance (e.g., liberty). And finally, how do "normal" people manage their identities.

Kim noted the Internet was built without an identity layer, so we have an immense variety of ad hoc solutions. To solve this chaos we need an identity metasystem above these solutions analogous the TCP over Ethernet. In other words, the other solutions are not replaced. Instead, an identity metasystem gives a common interface. He claims a simpler user experience leads to a more secure environment.

Kim also pointed out that we do not have one single identity. Our identity depends on our context. When we read the paper we use one identity, for filling out a tax return we use another. He gave an example of the Belgium national identity system. When he visited there he said city mayors were upset because they were required to sign documents with their single citizen identity rather than their previous "mayor stamp." Karen gave an analogy: VISA - simple interface to user but manages a complex relationship of credit, risk, trust.

Rena said that the area of security has different definitions for the same terms. Kim said assertions are identical to claims but that he likes the term 'claim' better. A claim is an assertion that is in doubt. And, in security, everything is in doubt.

Karen noted that identity is often confused with security. Identity enables you to sign things, to incur a liability, to enter into regulatory transactions. But if is hard to separate real identity from technologies that support it. Identity is not necessarily equivalent to security nor authentication, but some technologies blend identity and security (e.g., PKI).

etc

There were two more panels but I had to leave for other work.


Bookmark blog post: del.icio.us del.icio.us Digg Digg DZone DZone Furl Furl Reddit Reddit
Comments
Comments are listed in date ascending order (oldest first) | Post Comment

  • Kim also pointed out that we do not have one single identity. Our identity depends on our context. When we read the paper we use one identity, for filling out a tax return we use another. He gave an example of the Belgium national identity system. When he visited there he said city mayors were upset because they were required to sign documents with their single citizen identity rather than their previous "mayor stamp." Karen gave an analogy: VISA - simple interface to user but manages a complex relationship of credit, risk, trust.

    Rena said that the area of security has different definitions for the same terms. Kim said assertions are identical to claims but that he likes the term 'claim' better. A claim is an assertion that is in doubt. And, in security, everything is in doubt.


    antivirus gratuit
    chanson gratuit
    chansons gratuit
    chat gratuit
    clip gratuit
    cul gratuit
    divx gratuit
    ecran de veille gratuit
    emoticone gratuit
    emule gratuit
    film porno gratuit
    film x gratuit
    fond d ecran gratuit
    gay gratuit
    gratuit
    gratuit2
    gratuit3
    gratuit4
    gratuite
    gratuite2
    gratuite3
    gratuite4
    gros sein gratuit
    hentai gratuit
    horoscope gratuit
    jeu adulte gratuit
    jeu de voiture gratuit
    jeu gratuit cadeaux
    jeu gratuit pour enfant
    jeu gratuit
    jeu pc gratuit
    jeu video gratuit
    kazaa gratuit
    logiciel gratuit
    logiciels gratuit
    messenger gratuit
    mp3 gratuit
    msn gratuit
    music gratuite
    musique gratuite
    musiques gratuites
    nero gratuit
    parole gratuit
    paroles gratuit
    photo gay gratuit
    photo porno gratuit
    photo sex gratuit
    photo sexe gratuit
    porno gratuit
    sex gratuit beurette
    sex gratuit
    sexe amateur gratuit
    sexe gratuit
    sms gratuit
    sudoku gratuit
    tarot gratuit
    tout gratuit
    traducteur gratuit
    video gratuit
    video gratuit2
    video gratuit3
    video porno gratuit
    video sex gratuit
    video sexe gratuit
    video x gratuit
    xxx gratuit


    acrobat
    ad aware
    antivirus
    antivirus2
    ares
    avatar
    avatars
    clone
    divx
    divx2
    download
    edonkey
    emoticone
    emoticones
    emule
    firefox
    icq
    kazaa
    limewire
    logiciel

    logiciel2
    logiciels
    logiciels2
    messenger
    morpheus
    msn
    msn2
    nero
    real player
    shareaza.htm
    skype
    spybot
    vlc
    winamp
    winmx
    winrar
    winzip

    telechargement antivirus
    telechargement chanson
    telechargement chansons
    telechargement divx
    telechargement emule
    telechargement film gratuit
    telechargement gratuit
    telechargement gratuit2
    telechargement
    telechargement2

    telechargement kazaa
    telechargement logiciel gratuit
    telechargement logiciel
    telechargement logiciels
    telechargement messenger
    telechargement mp3
    telechargement msn
    telechargement music
    telechargement musique
    telechargement nero
    telechargement parole
    telechargement paroles


    telecharger antivirus
    telecharger antivirus2
    telecharger antivirus3
    telecharger chanson
    telecharger chansons
    telecharger divx
    telecharger emule
    telecharger gratuit
    telecharger
    telecharger2
    telecharger22
    telecharger23
    telecharger24
    telecharger3
    telecharger4

    telecharger gratuit2
    telecharger jeu gratuit
    telecharger kazaa
    telecharger logiciel
    telecharger logiciels
    telecharger messenger
    telecharger mp3
    telecharger msn
    telecharger music
    telecharger musique
    telecharger nero
    telecharger parole
    telecharger paroles


    adulte
    amateur
    amateur2
    amateur3
    amateur4
    amatrice
    anal
    anus
    asian
    asiatique
    ass
    baise
    beurette
    bikini
    bisexuel
    bite
    black
    black2
    black3
    blonde
    boob
    brune
    celebrite
    chaleur
    charme
    clitoris

    cochon
    coquin
    couille
    cul
    enculer
    erotique
    erotisme
    etudiante
    exhibitionniste
    fellation
    femme
    femme2
    femme3
    femme4
    fesse
    fetiche
    fetichisme
    film
    film2
    film3
    film4
    films
    films2
    films3
    films4
    gay

    gay2
    gay3
    gay4
    girl
    gratuite
    gratuite2
    gratuite3
    gratuite4
    gros
    grosse
    hard
    hard2
    hardcore
    histoire
    homosexuel
    hot
    image
    image2
    image3
    jeune
    jeune2
    latinas
    lesbian
    lesbienne
    lesbienne2
    manga


    mature
    mature2
    models
    movie
    mure
    noire
    nu
    nu2
    nude
    nudiste
    orgasme
    orgie
    penis
    photo
    photo2
    photo3
    photo4
    pied
    pipe
    poitrine
    porn
    porno
    porno2
    porno3
    porno4
    pornographie

    pussy
    rasee
    rousse
    sado
    salope
    salope2
    sex
    sex2
    sex3
    sex4
    sexe
    sexe2
    sexe3
    sexe4
    sexuelle
    sexy
    sexy2
    sodomie
    suce
    suceuse
    teen
    tit

    toon
    transsexuelle
    video
    video2
    video3
    video4
    videos
    videos2
    videos3
    videos4
    voyeur
    webcam
    webcam2
    x
    x2
    x3
    x4
    xxx
    xxx2

    astuce
    auto
    bebe
    blague
    blagues
    carte
    carte2
    carte3
    carte4
    cartes
    cartes2
    cartes3
    cartes4
    cheat
    cinema
    code jeu
    couple
    diaporama
    diaporamas
    ecran de veille
    ecrans de veille
    enfant
    enfant2
    erotique
    erotiques
    f1 rallye
    familiale
    famille
    fond d ecran
    fonds d ecran

    football
    golf
    histoire
    horoscope
    horoscopes
    humour
    humour2
    icone
    illusion
    image humour
    jeu
    jeu2
    jeu3
    jeu4
    jeux
    jeux2
    jeux3
    lingerie
    massage
    partition
    partitions
    pps ppt
    programme
    recette
    recette2
    recettes


    recettes2
    safari
    sexy
    soluce
    solution jeu
    spectacle
    sport
    sportive
    tarot
    tatouage
    tatouages
    tele
    television
    tennis
    tourisme
    touristique
    truc
    tuning
    tv
    vacances
    vacances2
    video comique
    videos comiques
    voiture
    voiture2
    voyage
    voyager
    wallpaper
    yoga


    Posted by: yukero on December 15, 2006 at 03:59 AM



Only logged in users may post comments. Login Here.


Powered by
Movable Type 3.01D
 Feed java.net RSS Feeds