BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Web Services Content on InfoQ

  • GET Details On Upcoming .Net Access Control Service

    The .net services team, released details on future plans for the .net services offering, that is part of the Azure services platform. .NET Services includes access control to help create secure connections between your applications and services, as well as a service bus for communicating across network and organizational boundaries.

  • Building Scalable Web Services

    Tom Killalea, Vice President of technology with responsibility for infrastructure and distributed systems engineering at Amazon.com wrote an article on ACM queue on building scalable web services. He outlines guiding principles to building scalable web services with a lot of real-world examples, the core theme of which is “build only what you need”.

  • Instant Notifications Using Google’s PubSubHubbub Protocol

    PubSubHubbub is an “open, server-to-server web-hook-based publish/subscribe protocol as an extension to Atom (and RSS)”. This protocol allows interested parties to get instant notifications when a feed is updated. The protocol was developed by Google and it can be found under the Google Code project with the same name.

  • Web Services as an Alternative to Copy-Protected Software

    Microsoft has released an API for generating Tags, their new barcode technology. But unlike most commercial libraries, there are no attempts at copy-protection. Instead, the library is only available as a web service.

  • Handling Asynchronous REST Operations

    In his new post, Tim Bray discusses the case for asynchronous REST operations and some of the approaches for supporting asynchronous invocations using REST.

  • SOAP Over Java Messaging Service

    W3C has just released Candidate Recommendation SOAP over Java Message Service 1.0, defining how SOAP should bind to a messaging system that supports the Java Message Service (JMS).

  • CRISPY, a New Remoting Framework

    With the multiplicity of existing remoting mechanisms it is often necessary to build clients in a way that allows to swap/introduce new protocols with no/minimal impact to the client’s implementation. A new framework – CRISPY - provides support for such implementations.

  • Is SOA Still Dead?

    Anne Thomas Manes continues blogging about SOA being dead, citing slowing software spends and SOA software infrastructure sales while other specialists blame the economy and people’s approach to SOA.

  • Presentation: Building a Large Scale SaaS Application

    Dan Hanley, of Magus, discusses design principles, architectures and infrastructure of the SaaS frameworks used by Magus to rapidly develop and deploy large-scale, web-based, applications for clients. Along the way he discusses the components of their technology stack and the evolution of their methodology.

  • REST – The Good, the Bad and the Ugly

    There are endless debates in the industry and among developers on merits and drawbacks of REST. A new post by Arnon Rotem-Gal-Oz provides some thoughts on both REST’s “goodness” and “badness”.

  • Dynamic Endpoint Discovery for WCF 4.0

    In a disaster and recovery scenario, you don’t want to waste time with your client applications trying to get them to hooked up to the backup server. You just want them to find the active server and just use it. With WCF 4.0 and dynamic endpoint discovery, that becomes possible.

  • Best Practices for RESTful JSON Web Services

    Edwin Khodabakchian, ex-Collaxa and BPEL guru, has written up his team's experiences of using JSON+REST as an alternative to XML+SOAP. He covers 7 different phases so far and gives a very practical guide on the do's and don'ts.

  • New Version Of Microsoft Managed Services Engine Released

    Microsoft Released the May 2009 CTP of the Managed Services Engine (MSE) with source code that is available at Codeplex. The CTP is minor update to the February Beta release.

  • Presentation: Mark Nottingham's HTTP Status Report

    HTTP is one of the most successful protocols in the world, and more and more developers are using it to do more than drive HTML UIs. In this presentation, recorded at QCon San Francisco 2008, HTTPbis WG chair Mark Nottingham gives an update on the current status of the HTTP protocol in the wild, and the ongoing work to clarify the HTTP specification.

  • ServiceLayer for Point-and-click Web Services

    With ServiceLayer, adding SOAP and REST web service to your Java applications is as easy as point-and-click... and it can all be done at runtime. By using the graphical user interface, you explore an application, select classes and methods to deploy as services, and your done. Coding is no longer required.

BT