Mozilla Labs has rolled out a major update to Bespin, an open source text editing engine that is built with standards-based Web technologies. The project has undergone a "reboot" with the aim of improving the ease with which it can be used and enhanced.
Bespin 0.6, codenamed Ash, reflects the significant effort that went into the architectural overhaul. The code is more modular and is designed so that virtually all of the core functionality is implemented in plugins. The developers have also made it considerably easier to embed Bespin in webpages, an improvement that will lower the barriers to adoption.
Mozilla Labs launched the Bespin project last February in an attempt to create an integrated development environment (IDE) for the cloud. It uses emerging Web standards, such as the HTML 5 canvas element, to provide a rich interface with support for advanced text editing features like syntax highlighting. The goal was to build a tool for collaborative software development in the cloud that would leverage the portability and ease of use of the Web to improve the traditional concept of command-driven programmable text editors.
During its early stages, the project was driven by JavaScript gurus Ben Galbraith and Dion Almaer. They left Mozilla last year to join Palm, where they have continued to be supportive of the Bespin project, though in a less central role. Palm recently unveiled its own experimental Web-based mobile development tool called Ares that couples an interactive form layout tool with the Bespin editor to provide a complete cloud-based rapid application development platform.
Bespin was originally designed as a holistic Web application with front-end and back-end components that can be deployed on a server to create a Web-accessible programming environment, but the developers behind the project are increasingly focused on producing a stand-alone text editing component that can be used anywhere on the Web. In November, they released an early preview of a new embeddable version designed to be easy to integrate into existing Web applications.