BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Infrastructure Content on InfoQ

  • Automatic Reference Counting in Objective-C

    A document has appeared on the Clang website describing requirements for Automatic Reference Counting in Objective-C. This provides a service, akin to C++'s auto, which allows objects to automatically take part in the retain/release/autorelease cycle without requiring the user to do anything explicitly about it.

  • C++ AMP Provides Massive Parallelism

    Microsoft wants to give C++ developers tools for writing parallel applications running on zillions of GPUs/cores locally or in the cloud.

  • On Building Evolvable Systems

    In a recent post Mike Amundsen writes about building evolvable systems where he expands on his presentation "Beyond REST : An approach for crafting stable, evolve-able Web applications". The question he hopes to answer in the presentation is "How can we design and implement distributed network solutions that remain stable and flexible over time?"

  • Appcelerator’s Titanium Studio Makes Its Debut

    Titanium Studio 1.0, an IDE for mobile, desktop and web development, is based on Aptana Studio and brings new features, such as: Android and iOS debugging, run-deploy-package mobile and desktop apps, Git support, integrated terminal, and others.

  • VMware Announces vFabric Cloud Application Platform 5, Simplifies Licensing and Deployment

    VMware has today announced that the next version of its vFabric cloud application platform, which it expects to ship later in the summer, will see a licensing change to a per VM model. The platform gains elastic memory for Java applications running in Spring tc Server, and a new performance monitoring tool for Spring applications running in production, based on Spring Insight.

  • Windows Azure AppFabric CTP - Queues and Topics

    The Azure team recently shipped a Community Preview (CTP) for AppFabric, with Service Bus Queues and Service Bus Topics, which can be leveraged in a whole new set of scenarios to build Occasionally Connected or Distributed Systems.

  • Layer 7 Releases a New Web API Management Portal

    Layer 7 Technologies released last week its Web API Management Portal that enables companies to manage the developers creating applications against their Web APIs. The portal expands Layer 7’s API management suite, which includes the API Proxy for enforcing API security and SLA policies, and the Enterprise Service Manager for governing the API lifecycle and tracking API performance.

  • Talend Releases a Cloud Version of its Unified Integration Platform

    Talend announced at the Cloud Computing Expo last week that it was releasing a Cloud-based version of its Enterprise Unified Integration Platform.

  • QCon San Francisco November 14-18 - tracks announced & registration open

    QCon San Francisco 2011, taking place November 14-18, is now open for registration ($700 savings until June 22nd). QCon is an enterprise software development conference for team leads, architects, and project managers covering architecture & design, Java, Mobile, functional programming, Lean and Kanban, Cloud Computing, Big Data & NoSQL, emerging languages, and other timely topics.

  • Yet More Trouble with REST APIs?

    George Reese, writing recently on his and Adrian Cole's experiences on using REST and SOAP APIs for developing Cloud applications, caused quite a stir in the community. What started as hints-and-tips has turned into a debate over whether there are real problems and misunderstandings around developing APIs with REST, irrespective of Cloud?

  • Will Machiel van der Bijl make manual Software Testing obsolete?

    Machiel van der Bijl from the University of Twente in the Netherlands recently introduced a Model-based testing approach which is supposed to automate software testing.

  • The Good, the Bad, and the Ugly of REST APIs

    A new blog post by George Reese provides a wealth of recommendations on best practices and common pitfalls of REST APIs implementation.

  • World IPv6 Day: Conclusions

    World IPv6 Day proved to be a success. Major service providers and websites are ready for IPv6, but some experience response times lower than when using IPv4. Experts draw attention to a possible security flaw in IPv6 implementations.

  • How To Think Like A Cloud

    At the Interop 2011 conference in Las Vegas, Alistair Croll of Bitcurrent delivered a talk titled “How to Think Like a Cloud.” This session pointed out the differences between a traditional application development approach and a utility computing mindset.

  • Visual Studio Database Development with SQL Server "Juneau"

    SQL Server Development Tools (SSDT), codenamed "Juneau", provide a new Visual Studio-based development environment for SQL Server. Some of its features are already available in Visual Studio 2010 Ultimate, but SSDT includes some key new additions such as the close integration of Database and Application Projects.

BT