BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Merapi Project : A Bridge Between AIR and Java

Merapi Project : A Bridge Between AIR and Java

This item in japanese

Bookmarks

Adobe Flex and AIR have strong ties to Java in their history, including an Eclipse based IDE, and full feature data services products built in Java to run in Servlet containers.  However, even with the strong ties to the Java Platform, Adobe AIR has no native way to use Java on the client.  In addition, AIR applications have fairly limited access to local resources when compared with other desktop platforms.  

Generally speaking, Adobe has avoided adding native operating system features and local access for philosophical reasons – not technical.  Adobe’s main apprehension is that such additions would make portability across operating systems more cumbersome.  Although Adobe’s concerns are reasonable for a platform vendor, the community has responded by offering its own solution in the Merapi Project.  

The Merapi’s Project website describes the bridge this way:

Merapi is a Java™ application, intended to run on a user's (client) computer. Merapi connects other Java™ applications on the user's computer to Adobe AIR™ applications that the user has installed.

It isn't magic. You have to develop your Adobe AIR™ application in a way that allows it to connect to Merapi. Merapi acts as a "middle man", passing objects between your AIR™ application and your Java™ application.

Using Merapi, Adobe AIR™ applications can "talk" to other software that the user has installed on their computer. In addition, Merapi allows AIR™ applications to serve as a user interface to just about anything that a Java™ application can do on a user's computer.

Another great summary of the project:

Using Merapi, Adobe AIR™ applications can "talk" to other software that the user has installed on their computer. In addition, Merapi allows AIR™ applications to serve as a user interface to just about anything that a Java™ application can do on a user's computer.

Merapi is another great example of the community filling the gap where vendors are unable to offer features desired by developers. To learn more about Merapi, check out this Step-by-Step guide and the following overview.  In addition, here is a blog post from one of the contributors, Adam Flater, in early 2008 introducing the project.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Sounds good ...

    by Mark N,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    But why not just use JavaFx and/or Java Webstart then?

    I do plan to take a look at it though. :)

  • Interesting but..

    by norf grond,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Neat project but I would imagine as AIR gets more use, Adobe will begin to address lacking features in the runtime. Until then this project will likely serve people's needs to extend to more complex desktop functionality, but I agree with the previous poster. If you have to do more complex things than AIR provides why not just create a 100% Java app or JavaFx app?

    The big issue I see with this project is that AIR apps are simple to install, now your installation process becomes more complex because now you have to bundle both a Java app and AIR app together, Java app likely wrapping the AIR app because the AIR platform does not currently support executing anything locally (other than launch through a browser)

  • Interesting Project

    by Jose Pena,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    I'm looking for a project to connect Java and AIR in the same machine I think them have a very good idea, go a head guys ..!

  • Re: Interesting but..

    by Nate Ross,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    The biggest reason for the development agency I work for to use AIR is that it is so quick and simple to develop Flex applications. Plus, Flex interacts extremely well with Adobe design products like Flash, Photoshop, Illustrator, etc. With just a couple plugins, your designers can create skins and Flex components with no development knowledge. Ultimately some additional time bundling Java and AIR together is worth it for the development gains that Flex provides.

    I wrote the Step-by-step guide referenced in the article for bundling the two applications together and have experience creating Windows and Mac installers that use Merapi. If you have any questions, feel free to let me know. I would love to help :)

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT