BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Development Content on InfoQ

  • Silverlight to Not Support ArrayList

    In an effort to reduce the size of the Silverlight runtime, most of the non-generic collection types will be removed. These include types once considered essential to .NET programming including ArrayList, Hashtable, and Comparer.

  • Profiles & Extensibility Major Refactorings in Proposed Java EE 6

    The Java EE 6 (JSR 316) proposal was published today. Two major themes for release are extensibility and profiles. Interface 21 CEO Rod Johnson has written a lengthy commentary on the proposal going so far as to declare his support for the JSR.

  • Mono Adds Support For Type Inference in C#

    Marek Safar has announced that the C# 3.0 compiler for Mono now supports implicitly typed local variables and implicitly typed arrays using a technique known as type inference.

  • Article: Intro to .NET 3.0 for Architects

    Mohammad Akif introduces the concepts behind .NET 3.0 that architects need to understand. Mohammad walks through the basics of Windows Communication Foundation, Windows Presentation Foundation, Workflow Foundation and Windows Card Spaces.

  • XQuery Java API JSR 225 Available for Public Review

    The first public review draft of JSR 225: XQuery API for Java has been posted for review. The spec (being led by Oracle) aims to provide ubiquitous programmatic access for XQuery implementations in Java.

  • New Concurrency Features for Java SE 7

    Although the contents of Java SE 7 are still in flux, early candidates of concurrency features for inclusion are are already taking shape: a fork/join framework and a transfer queue. InfoQ spoke with Doug Lea about these features and concurrency in Java SE 7.

  • Sun CTO Bob Brewin on Eclipse 3.3 and the Future of Netbeans

    InfoQ recently sat down with Sun CTO Bob Brewin to discuss the Eclipse Europa release and the future direction of Sun's Netbeans IDE.

  • Interview: Spring Web Flow with Keith Donald

    Spring Web Flow (SWF) is a framework for modelling and controlling the execution of multi-step work flows in web applications. Flows often execute across HTTP requests, have state, exhibit transactional characteristics, and may be dynamic and/or long-running in nature. In this interview, SWF co-lead Keith Donald talks about how Spring Web Flow works.

  • XACML finally ready for prime time?

    XACML, the eXtensible Access Control Markup Language, an Oasis standard approved more than 2 years ago, has been demonstrated to work cross vendor platforms on Burton's Catalyst Conference last week.

  • VB 9 Features – What Made the Cut

    With VB 9 getting closer to release, Microsoft had to make some hard decisions about what features were going to make the cut. While most of the important features made it in, there were some notable exceptions. Paul Vic has the rundown.

  • QCon San Francisco Enterprise Software Development Conference Nov 7-9

    The QCon is coming to San Francsico Nov 7-9; registration is now open (save $600 by July 15th). Our first conf in London this year featured the architectures of eBay, Amazon, Yahoo! and many leading technologists speaking such as Martin Fowler, Amazon CTO Werner Vogels, Spring founder Rod Johnson, Scrum co-founder Jeff Sutherland, Hibernate creator Gavin King, Dave Thomas, and many more.

  • XWiki 1.0: Extensible Java-based wiki/application platform

    XWiki is an open source wiki and an application platform written in Java and released under LGPL license. Its development platform features allow creating collaborative web applications and also provide packaged applications built on top of the platform (second generation wiki). XWiki 1.0 launched last month, but there have been almost 10,000 deployments to date.

  • Eclipse Releases New Versions of 21 Open Source Projects

    The Eclipse Foundation has released its annual coordinated project release, named Europa for 2007. Europa features 21 projects including new versions of the core Eclipse IDE, BIRT, EMF, and the Web Tools Platform.

  • JMX the Ruby way with jmx4r

    Monitoring JVMs just became easier with jmx4r, a library that allows to easily access JMX MBeans with JRuby. If used from jirb, the interactive Ruby shell, this even allows to automate bulk changes or queries.

  • ColdFusion Steals Microsoft's Update Panel

    According to Vince Bonfanti, the developers of BlueDragon have developed a Cold Fusion version of the Update Panel by leveraging Microsoft's AJAX client-side library. Like the ASP.NET version, developers simply need to wrap part of their code in special tags to enable partial page rendering.

BT