News

Adobe Goes Open Source With BlazeDS

Adobe Systems is planning to release the source code for the remoting and messaging technologies within its LiveCycle Data Services suite as a separately branded product called BlazeDS. A beta of the product is available now on the Adobe Labs developer portal.

"Essentially, we're taking a subset of the LiveCycle technology and making it and the related protocols available to the open source community," said Tom Barclay, Adobe's senior product marketing manager.

Adobe's LiveCycle (formerly Flex Data Services) is server-based software used by Flex developers to gain high-performance access to server-side business logic. Flex is the developer framework for Adobe's Dreamweaver authoring tools used to build Flash Web animations.

The LiveCycle remoting capability is designed to allow developers to natively access existing business logic in Java on the servers, without having to deal with any marshaling code. Data are transferred over the wire in a compressed, binary data format. It's known as the Action Message Format (AMF), a proprietary protocol originally created by Macromedia and acquired by Adobe when it bought that company. The AMF is supported in the Flash Player, Adobe's nearly universally implemented client runtime. The company published the AMF specification on the Adobe Labs site, along with the BlazeDS beta.

Underlying this remoting capability is a publish-and-subscribe messaging infrastructure. Among other things, the messaging code supports true data push. It allows applications to maintain a persistent connection between the client and the server and push events in real time without the need for client requests.

Together, these two components comprise the new BlazeDS product. BlazeDS (the DS stands for "data services") is designed to allow rich Internet application (RIA) developers to add data connectivity to their Flex and AIR apps. Adobe Integrated Runtime (AIR) is Adobe's cross-operating system runtime for building and deploying RIAs. BlazeDS will help developers to add real-time collaboration and true data-push capabilities to their applications, Barclay said.

"If you think about it, when you create a rich Internet application, part of the reason it's so rich is that you have a cache of data on the client," Barclay said. "It's data that the application can update, manipulate, change, filter and do interesting things with as though it were a desktop or client-server application. But you need to keep that data in sync with your back end."

As part of this announcement, Adobe is promoting the community edition of its LiveCycle Data Services suite. It's offering a subscription that includes access to trusted, certified builds, patches, as well as enterprise support. The express edition of LiveCycle Data Services comes bundled with Adobe's ColdFusion development environment.

BlazeDS will be licensed under the Lesser General Public License (LGPL) v3. Builds and licensing will be hosted by Adobe, the company says, and it will also provide "an open planning process that includes the publication of specifications for review and comment by the community." Adobe plans to encourage contribution to BlazeDS initially through the public bug database, which will include a place for feature requests and a community voting system. Eventually, the company expects to promote external contributors to "committer" status, which would allow them to contribute code to the source tree.

Adobe released its Flex framework as open source in April under the same license. New beta releases of Flex 3 and Adobe AIR are also now available on the Adobe Labs site.

BlazeDS is likely to go to general availability in early 2008 under the LGPL v3 license, Barclay said. That release will include the Tomcat server and sample code, he added.

About the Author

John K. Waters is the editor in chief of a number of Converge360.com sites, with a focus on high-end development, AI and future tech. He's been writing about cutting-edge technologies and culture of Silicon Valley for more than two decades, and he's written more than a dozen books. He also co-scripted the documentary film Silicon Valley: A 100 Year Renaissance, which aired on PBS.  He can be reached at [email protected].

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events