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

  • Experiences Versioning a RESTful Service

    Use server driven content negotiation, but enhance the response with links to alternate versions and formats of the representation, thus letting the client choose which URIs to follow due to its needs Howard Dierking recently wrote when comparing his newly gained experiences working with designing the next major revision of the NuGet API, V3, with his thoughts almost a year ago.

  • RESTful Web Services Framework Jersey 2.0 Released, Implementing JAX-RS 2.0 Specification

    Final version of the RESTful Web Services Framework Jersey 2.0 was recently released. New features includes a Client API, Hypermedia support, Filters and interceptors, and support for asynchronous Clients and Services. Jersey 2.0 is a reference implementation of the JAX-RS 2.0 API Specification, (JSR 339), released late May.

  • WSO2 API Manager 1.4.0 Introduces Multi-Tenancy

    The latest WSO2 API Manager adds native multi-tenancy, automatic generation of API documentation, and SAML-based SSO, running both on servers or in the cloud.

  • What Are The Drawbacks Of REST?

    A recent posting on a REST Architects list has prompted Ganesh Prasad to outline some problems that he sees with REST (over HTTP) in terms of more dynamic peer-to-peer environments and how they could be addressed. He suggests some lessons could be learned from Web Services and mentions an Internet Draft specification which he has been working on.

  • Layer 7 to be Merged with SiteMinder

    Layer 7 Technologies has just been acquired by CA Technologies for the purpose of augmenting CA SiteMinder with Layer 7’s API Management & Security Suite. Layer 7 specializes in adding “access, security, SLA and management features” to existing service APIs.

  • ServiceStack Crosses 100 Contributors

    ServiceStack is an Open Source .NET and Mono Framework that provides a strong alternative to WCF, MVC and Web API for building Web Services and Applications. The project team recently announced that they crossed 100 contributors milestone. We take this opportunity to dig further.

  • Microsoft-Led Consortium Submits OData Protocol to OASIS for Standardization

    Microsoft, along with a set of other software industry leaders, is attempting to make its data query protocol OData an industry standard. A proposal has been submitted to the Organization for the Advancement of Structured Information Standards (OASIS) with the hope of generating wider adoption of this framework.

  • Use IAPIExplorer To List Your ASP.NET Web APIs

    IApiExplorer is a new abstraction layer that allows you to obtain a description of the structure of your ASP.NET Web APIs. This interface also comes with a default implementation - APIExplorer.

  • WCF 5.0 – Vocabularies, Actions And Improved Spatial Support

    Microsoft recently announced RTM release of WCF Data Services 5.0 – this includes several new features to support OData v3 such as Vocabularies, Actions, new Spatial Primitives and several updates to OData libraries.

  • Lighter Configuration Files and Better ASP.NET Support with WCF 4.5

    Ido Flatow has been posting a series on the upcoming changes to WCF in .NET 4.5. Most of these changes revolve around making configuration files lighter and easier to work with in both stand-alone and IIS hosted modes.

  • The Diary of a REST “Convert”

    In his new article ZapThink’s Ronald Schmelzer tries to explain why REST is a better option for implementing SOA.

  • SoapUI and LoadUI Join the SmartBear Product Portfolio

    SmartBear Software, a prominent ALM and monitoring tool vendor acquired Eviware, creators of popular open source web services testing tools soapui and loadui, last week.

  • Microsoft Releases Java-Friendly Interop Bindings for WCF Services

    In June, Microsoft released a set of open-source configurations to accelerate interoperability between Microsoft’s WCF platform and leading Java-based web service stacks. WCF bindings, which define transport details for invoking or consuming WCF services, are now available for Oracle WebLogic, Oracle Metro, IBM WebSphere and Apache Axis2.

  • Janova and EdgeCase build Testing Tool in seven Months

    The experts of the software company EdgeCase have recently assisted the Enterprise Architecture Company Janova from Ohio in building a Web-based, automated testing tool. The tool is provided as a Cloud-based application that enables users to define the test scripts used for Batch Processing in plain English. For its implementation the developers leveraged the programming language Ruby.

  • Differing Opinions: DTOs vs Domain Objects

    Since the introduction of NHibernate and WCF, .NET developers have been moving closer and closer to the concept of unified entity-models. The end game here is that the same class can be act as your ORM entity, your WCF DTO, and your model for a MVC, MVP, or MVVM framework. Mark Seemann, author of Dependency Injection in .NET, argues this isn’t necessarily a good thing.

BT