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

  • Microsoft releases Expression Web Beta 1

    Microsoft has released Expresson Web Beta 1, their professional web design product which is meant to fill the roll of FrontPage, which is being retired. Promised features include standards-based web sites, sophisticated CSS-based layouts, extensive CSS formatting and management. The style management features look particularly promising.

  • System.Data.SQLite to Support ADO.NET vNext

    SQLite is a lightweight database engine written in C. Designed to be cross-platform, it doesn't have any external dependencies and only takes about 250 KB of disk space. Though it doesn't support all of SQL92, it is suitable for smaller projects, especially ones that need cross-platform support. And to top it all off, the source code is in the public domain.

  • JRuby: What happens next? Will it affect Groovy/Grails?

    Since Sun's announcement of their hiring of JRuby committers Charles Nutter and Thomas Enebo, both as well as Tim Bray of Sun have both provided follow up answers to questions about what will happen next. The blogsphere has also began discussing the announcement in respect to other projects such as Groovy/Grails.

  • Development Tools for .NET Framework 3.0 August CTP

    On Sept 7, Microsoft released the "Microsoft Visual Studio Code Name 'Orcas' Community Technology Preview – Development Tools for .NET Framework 3.0". These tools are designed to add Visual Studio support for developers working on.NET Framework 3.0. The release has nothing to do with LINQ.

  • Adobe Releases Flex SDK for Ruby on Rails

    Adobe has released an SDK with four full examples for developing rich Internet applications using Rails and Adobe Flex technologies.

  • Interview: Florent Benoit on the EasyBeans EJB3 Container and OSGi Support

    The EasyBeans EJB3 container project recently announced support for deploying the container as a set of OSGi modules. InfoQ sat down with Florent Benoit of Bull R&D to discuss this new feature as well as how EasyBeans compares to other EJB3 implementations such as JBoss and Gernonimo.

  • SQL Server Everywhere: the Future of Lightweight Databases

    What is a developer who wants a light-weight, file-sharing based database to do? The answer is SQL Server Everywhere (SSEv). Like Jet, it is an in-process, file-sharing based engine. Though it lacks the functionality of SQL Server, it is suitable for small end-user applications that run on the desktop.

  • Glassbox - Automated monitoring and troubleshooting using AOP

    Glassbox is a production Java monitoring solution built around AspectJ, released under LGPL. Glassbox made it's first public announcement yesterday with the release of Glassbox Automated Troubleshooter beta 2. Glassbox deployes as a war file to your appserver and then uses AspectJ load time weaving and to monitor app code and other artifacts.

  • Microsoft releases XML Notepad - completely rewritten in C#

    XML Notepad was originally released in 1998, but was eventually pulled from MSDN because Microsoft was didn't have time to keep it updated with current XML standards. On September 1st, Microsoft released a new version of XML Notepad completely rewritten in C#.

  • Sun Officially Backs Ruby, Brings JRuby In-House

    Charles Nutter, one of the developers of the JRuby (Ruby on JVM) project, announces JRuby is being brought into the Sun Microsystems fold.

  • Progress Towards "Java Browser Edition"

    Earlier this year Ethan Nicholas proposed that Java needed a "Browser Edition" to compete with industry leading technologies such as Flash in the browser space. Ethan is back with a blog entry updating his progress on slimming down the install footprint of Java.

  • Presentation: AOP - Myths and Realities

    This talk goes beyond myths surrounding AOP and shows the real deal. It examines many practical applications implemented with and without aspects, providing a context for scrutinizing AOP. It also discusses ways to adopt AOP in pragmatic, risk-managed ways allowing developers to try AOP in their own system and gain understanding at the experiential level without exposing them to undue risk.

  • Presentation: JRuby - Bringing Ruby to the JVM

    In this InfoQ-exclusive presentation, JRuby leads Thomas Enebo and Charles Nutter show off the current state of the JRuby project, which has come a long way under their stewardship. The presentation shows compelling demonstrations of how the Ruby language and key Ruby applications can function well on the Java Virtual Machine.

  • Why the "X" button on a PocketPC doesn't close apps

    Mike Calligro from Microsoft's embedded product group expounds on why the "X" in the PPC OS does not actually close a PPC application.

  • A 30 Minute Flex Test Drive for Java Developers

    In response to comments from an earlier piece on how Flex can transform the user experience of the web, Christophe Coenraets, a Senior Technical Evangelist at Adobe, has written a 30 minute Flex test drive for Java developers.

BT