BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News

  • HATEOAS as an engine for domain specific protocol-description

    Explaining HATEOAS is notoriously tricky, In an effort to make it easier, Nick Gall explores the idea of describing it as an engine for domain specific protocol-description.

  • Interview: Eric Nelson on VS 2010 and .NET 4.0

    In this interview Eric Nelson talks about what’s coming in VS 2010, the C# – VB.NET convergence, the introduction of Parallel as a library, and Azure cloud computing.

  • Presentation: AtomServer: The Power of Publishing for Data Distribution

    In this session recorded at QCon SF 2008, Chris Berry & Bryon Jacob presented the Atom Syndication Format, the Atom Publishing Protocol, the Atom Categories, the Atom Stores, the AtomServer and how they can be used by giving a concrete example.

  • Presentation: Eclipse, Mylyn and the TFI

    Mik Kersten offers a two-part presentation on productivity enhancement using Mylyn's task management features including offline editing, background synchronizations and change notifications with demos of how these work for Bugzilla and JIRA. Part two looks at how Mylyn's frameworks can be extended for IDE, desktop, and server-side applications.

  • Presentation: Kent Beck on Responsive Design

    Purpose and intent are just as important as skill in effective software development. Skill allows you to deliver value in difficult technical circumstances. Clear purpose and positive intent allow you to deliver value in difficult social and business circumstances. Kent Beck shares his design technique which involves both intent and a small set of strategies he uses when designing.

  • IBM Announces the WebSphere CloudBurst Appliance

    BM recently announced its WebSphere CloudBurst Appliance a device that facilitates the creation, deployment, and administration of private WebSphere cloud environments. The appliance offers virtual image from which complete WebSphere Application Server topologies can be constructed to create patterns as representations of fully functional WebSphere Application Server environments.

  • CLR 4 Has a "Background" Garbage Collector

    Maoni Stephens, Dev Owner of the CLR GC, and Andrew Pardoe, PM of the CLR GC, explain in a Channel 9 interview the introduction of the Background GC in CLR 4 which basically allows the start of yet another GC while the first is running, improving the efficiency of the garbage collection process.

  • The Many Types of Null in F#

    F# was supposed to free us of the tyranny of the unchecked null. Alas not only does the compiler lack null checking, it introduces several more kinds of null.

  • JavaOne: JavaFX Gets Oracle's Backing as Sun Releases Update, and Demos Authoring Tool and TV App

    As Oracle CEO Larry Ellison publicly backs JavaFX, Sun launches JavaFX 1.2 with a new charting API, beta support for Linux and Solaris, and a number of significant language changes to JavaFX Script. Sun has also given a public demonstration of its JavaFX authoring tool and JavaFX TV at JavaOne, and the Eclipse plug-in is receiving some attention.

  • 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.

  • Top Ten Reasons to Love Agile Testing

    What are the top ten reasons that Tester's love Agile Testing? Kay Johansen recently asked this question and got responses from many of the leading testers.

  • Wrapping Stored Procedures in .NET Languages

    Creating wrapper functions for pre-existing stored procedures is surprisingly difficult in .NET. Stored procedures have certain calling conventions that aren’t generally used in the .NET Framework and many of them are not supported at all. For example, C# doesn’t support optional parameters and neither .NET language supports optional parameters on nullable types.

  • Towards Generics Support for OSGi

    OSGi's APIs are based on Java 1.1 support to allow it to run in VM-constrained devices such as J2ME mobile phones. However, with Java 1.4's end-of-life, all development systems are capable of handling generics and language features like for-each. Peter Kriens and BJ Hargrave present the results of some experimental investigation of how the OSGi APIs might end up being able to support generics.

  • QCon San Francisco Nov 18-20 Tracks and Conference Announced

    The tracks for the third annual QCon San Francisco (Nov 18-20) have been published and QCon is now open for early registration. Last year's QCon SF survived the downturn in November with over 450 attendees, this year we have reduced the price and are offering special early registration with savings of $800 until June 17th.

  • Google Guice 2.0: Enhanced Capabilities, Less Boilerplate

    Guice, a lightweight Java dependency injection framework created by Google, recently released version 2.0. InfoQ spoke with Google Developer Team member Jesse Wilson to learn more about this release and what capabilities it adds to Guice.

BT