BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Architecture Content on InfoQ

  • JNBridge Brings Distributed Transactions Across Java and .NET Code

    JNBridge is a technology that allows Java and .NET code to share objects without relying on cross-compilers. Under this scheme, the JVM and CLR may be running on the separate machines, separate processes on the same machine, or even in the same process. With JNBridge 5.0, these capabilities have been extended to also support each platforms native transaction support.

  • Is JAX-RS, or RESTeasy, un-RESTful?

    JAX-RS is the standard way in which to write RESTful applications in Java. However, recently Guilherme Silveira, the lead of the restfulie project which is not based on JAX-RS, questions whether or not RESTeasy and JAX-RS are RESTful at all.

  • 8.8.8.8, A DNS Number for Faster Browsing

    Google is offering two DNS servers for public use, namely 8.8.8.8 and 8.8.4.4, in an attempt to further speed up browsing.

  • Service Orientation Requires Data Orientation

    Any SOA implementation relies heavily on the enterprise data used by services. In a series of new posts, Ash Parikh, Informatica’s Real time products strategist, discusses the role data orientation plays in SOA and provides some practical recommendations on how to implement it.

  • Code Contracts are Making Slow Progress

    Code Contracts are making slow progress towards being ready for production use. While the technology still shows a lot of initial promise, it doesn’t take long to run into a road block or six that makes them unusable in their current form.

  • IBM WebSphere Embraces REST

    “Last Thursday I said I was struggling to sum up IBM’s Connect09 analyst conference. I still am.” says James Governor, an Industry Analyst with RedMonk, speaking of a session titled Federated Connectivity – Smarter Integration Across and Beyond The Enterprise hosted by AIM (Application Integration and Middleware) General Manager Craig Hayman at the Connect09 analyst conference.

  • Google Has Stopped Developing Gears

    Google seems to be no longer interested in further developing Gears, promoting HTML 5 instead.

  • Software Katas - Practice in Public Makes Perfect

    Thought leaders in the agile community are talking about software katas - where one practices specific exercises until they are memorized. Robert Martin has calls them "performance art". Lately there has been an increase in blog posts and sites devoted to katas. The latest addition: weekly screencasts at katas.softwarecraftsmanship.org.

  • Easily Accessing Azure Cloud Services with AppFabric

    Microsoft Windows Azure Platform AppFabric is a set of technologies helpful to connect on-premises applications with Azure cloud services and resources and eases interoperability between users belonging to different domains. The main components are the Service Bus and the Access Control Service.

  • System/Acceptance Testing with Time and Dates

    Unit Testing Time and Dates is an often talked about problem with relatively simple solutions. More difficult is the acceptance/system testing with Time. What strategies are used?

  • JDK 7 Milestone 5 Includes Concurrency and Performance Updates, But Is Not Feature Complete

    Sun's Java SE team recently released the Milestone 5 build of JDK 7. This was expected to be a feature complete release of Java 7 but is some way short of that. InfoQ takes a look at what has been added and some of the major features still missing.

  • IE and Firefox Will Be Using DirectX for Rendering

    Both IE and Mozilla teams are currently working on using DirectX/GPU for page rendering while Google is considering it.

  • A Reference Architecture Foundation for SOA Draft Was Submitted to Public Review

    A new OASIS Reference Architecture for SOA builds on the concepts and relationships defined in the OASIS Reference Model for Service Oriented Architecture and follows the recommended practice of describing an architecture in terms of models, views, and viewpoints. While it remains abstract in nature, it describes one possible template upon which an SOA concrete architecture can be built.

  • Evented I/O for Javascript with Google V8-based Node.js

    Node.js allows scalable ѕtandalone Javascript server programs by bundling Google's V8 with libraries for event-based I/O. InfoQ takes a look at what makes Node.js tick.

  • Refactor or Rewrite?

    The goal of refactoring and rewriting is to improve the sanity of the system by improving the code readability, structure and clarity. A clean code would be easier to maintain and enhance. However, on many occasions Agile teams have a tough time deciding between the two.

BT