InfoQ

News

Article: An Introduction to BlazeDS

Posted by Scott Delap on Jun 06, 2008 09:27 AM

Community
Java
Topics
Data Access ,
Rich Internet Apps
Tags
Flex ,
BlazeDS ,
Adobe Integrated Runtime
In December of last year Adobe continued their open source movement by releasing a large portion of what had been known as Lifecycle Data Services as the BlazeDS project.  Since that time a large number of developers have began to experiment with the product which provides messaging and remoting services.  InfoQ has covered integrations with Scala as well as Spring.  We now present a feature article by James Ward and Shashank Tiwari providing a more detailed introduction to the technology:
...Over the past few years numerous open source projects emerged to provide AMF implementations similar to an old Macromedia product called Flash Remoting. These projects allowed developers using PHP, Java, and other technologies to use AMF in their applications. When Flex 1.0 was released it also included AMF capabilities. When Flex 2 was released it included XML and AMF capabilities, but the server-side AMF capabilities were moved into a new product called Flex Data Services. Flex Data Services became LiveCycle Data Services ES when it joined the Live Cycle product suite. While LiveCycle Data Services ES Express has been free for a single CPU server, the pricing for servers with more than a single CPU discouraged some developers from using AMF or caused them to choose other non-standard AMF implementations.

In December 2007, Adobe made two significant announcements which allow everyone to begin taking advantage of AMF. The first announcement is that the specification for AMF is now publicly available. Publishing the specification allows other projects to implement AMF based on the specification rather than reverse engineering the protocol. No matter what back-end technology developers use - Java, ColdFusion, PHP, .Net, Ruby, etc. - the implementation of AMF can be spec-compliant. The second significant announcement was that a portion of the LiveCycle Data Services ES technology was being open sourced as a project called BlazeDS...

Continue Reading Building Web and Desktop Applications with BlazeDS and AMF

3 comments

Reply

What about OSGI? by Christopher Brind Posted Jun 6, 2008 10:17 AM
Re: What about OSGI? by Jens Halm Posted Jun 6, 2008 12:32 PM
OSGI by Kabriel Robichaux Posted Jun 7, 2008 8:06 PM
  1. Back to top

    What about OSGI?

    Jun 6, 2008 10:17 AM by Christopher Brind

    Fantastic! Now make it deployable as an OSGi bundle allowing dynamic creation of Remote Object (i.e. exposing OSGi services). :)<p/>

    We've kind of done this with Solstice but Solstice is effectively a web application that contains BlazeDS, an OSGi container and some bridging code that exposes OSGi services as Remote Objects using BlazeDS for remoting. <p/>

    Our roadmap is to remove the web application/J2EE aspect of Solstice in order to make it pure OSGi, but if we were to do that right now we would more likely to choose something like Cinnamon to do remoting than BlazeDS in the long term, mainly because of Cinnamon already has an affinity with OSGi.<p/>

  2. Back to top

    Re: What about OSGI?

    Jun 6, 2008 12:32 PM by Jens Halm

    I'm not intending to hijack a BlazeDS thread. I just want to correct a statement from the previous poster: Cinnamon currently has no special integration with OSGi and we never claimed to have one. I think the misconception stems from an article by Peter Kriens that described difficulties in deploying Hibernate, Cinnamon and the core Spring framework in an OSGi environment.

  3. Back to top

    OSGI

    Jun 7, 2008 8:06 PM by Kabriel Robichaux

    I would love to see examples of BlazeDS, Solstice, or Cinnamon running on the SpringSource Application Platform with some examples and/or tutorials. I want to use Flex messaging and remoting and i want to use S2AP as it provides what i feel is the first viable production usable OSGi Application Platform. If any of the developers involved with these projects can point me to any integration examples/tutorials they have created that would be awesome.

Exclusive Content

Clojure

Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.

Composite Oriented Programming with Qi4j

We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

Principles and Practices of Lean-Agile Software Development

Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.