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

  • CLR Hosting and Fibers

    The CLR can be hosted in a wide variety of environments. Out of the box these include Internet Explorer, IIS, and SQL Server 2005, and developers are free to create their own. Unfortunately, one thing they don't support is fibers.

  • ICEFaces Ajax/JSF Framework Open Sourced Under MPL

    ICEsoft Technologies, Inc. has announced that their ICEFaces Ajax Development Platform is now available under the Mozilla Public License. This release also includes tighter IDE integration and enhanced JBoss Seam support.

  • JNBridge 3.1: Embed SWT/Swing in .NET and Winforms in Java

    JNBridge 3.1 is a Java and .NET interoperability bridge tool that allows Java or .NET code to run in each others JVM or CLR in-process, with shared memory. Version 3.1 adds the ability to embed AWT/SWT and Swing widgets inside WinForms apps, or embed .NET WinForms controls into Java UIs. InfoQ spoke to JNBridge to hear more about the technical integration.

  • Serialization Optimization Pitfalls

    In a response to a recent JavaLobby thread, Tom Hawtin looks at optimization of serialization and decides that you shouldn't do it.

  • RubySSPI is Big News for Ruby Developers on Windows

    Are you behind an ISA proxy that authenticates all traffic? This library enables your ruby scripts to authenticate with the proxy as the current user seamlessly. After a few simple steps, you should be able to successfully install things like Ruby on Rails by simply typying gem install rails, exactly how non-Windows users get to do.

  • Mono 1.2 release with thoughts from Miguel de Icaza

    Last week Mono hit its 1.2 release. Novell uses Mono in server form for both ZenWorks and iFolder in its Suse Linux Enterprise 10 platform. This release was primarily focused on performance and scalability improvements. Enhancements can be found across the board in support for Windows Forms and System.Drawing, .NET 2.0 parity in C#, and debugger support for both X86 and X64.

  • Interview: David H. Hansson on the Future of Rails

    I had the pleasure of asking my friend David some hard-hitting questions about the future of Rails in the enterprise, profiting from his success and whether a vendor will fork Rails someday. He was very confident and relaxed, so there are tons of entertaining and priceless comments on Rails adoption, service-oriented architecture and scaling Rails applications...

  • Current Status of Java Static Analysis Tools

    Static analysis tools help developers locate potential problems in their code. Static analysis is an inspection of code without executing it, looking for problems as varied as misunderstood APIs to use of the wrong boolean operators. This post summarizes the six of the leading tools and discusses the current trends in static analysis tools.

  • Sun open sources Java SE, ME, and Glassfish under GPLv2

    Sun today announced that Java SE, Java ME, and Glassfish are being open source under the GNU General Public License version two (GPLv2) with Sun today releasing an early build of the Java SE 7 HotSpot JVM, the javac compiler, and JavaHelp. The fully buildable Java SE 7 JDK classlibraries will be available in Q1 2007. Plans for Java's governance model have not yet been announced.

  • Ben Robb on his MOSS 2007 experience

    Ben Robb from cScape has written an excellent article about Microsoft Office SharePoint Server 2007, MOSS 2007, to develop a full featured public facing website. cScape was able to do this because of the dramatic redesign of MOSS 2007. Using ASP.NET Master Pages, CSS, WebParts, and the Office SharePoint Designer, they created a maintainable Web Site branded to very specific requirements.

  • Tim Bray compares intrinsic qualities of Java, Rails, PHP

    A firestorm was set off on a TSS thread about a slide from Tim Bray's keynote at a PHP conference with a bar graph showing PHP more scalable than Java. Tim Bray put the slide in context in a thoughtful comparison of Java, Rails, and PHP on his blog, as well giving InfoQ his own personal take on it.

  • CodeSmith 4.0 released at Dev Connections

    CodeSmith 4.0 released this week at Dev Connections in Las Vegas on November 8th. CodeSmith is highly regarded within the .NET developer community for its code generation capabilities and familiar ASP.NET style syntax. With this new release, CodeSmith now integrates directly into Visual Studio providing the developer a consistent work environment.

  • Run Your Own Google Style Computing Cluster with Hadoop and Amazon EC2

    Amazon's EC2 Elastic Computing cloud allows developers to acquisition computing power a the rate of $0.10 per hour consumed. Work as been done to allow Hadoop an open source MapReduce implementation written in Java to run on EC2. This combination will allow developers to write scalable algorithms and then bring up large numbers of servers to use as computing power for them as needed.

  • Easy Auto-completion with ASP.NET and AJAX

    There is no doubt that AJAX is the future of web development. But can it be made easy enough for the average web developer. Brad Abrams demonstrates that is can.

  • Using OSGi as an Architectural Asset

    Piero Campanelli has written a blog post on the benefits of using OSGi as an architectural asset to promote component oriented software development in organizations. Among the benefits he details are secure development across teams, standard management of projects across a company, version tracking, and automated assistance in checking that dependencies are maintained correctly.

BT