InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Open Source FlurineFx Integrates Flex and .Net

Posted by Moxie Zhang on Jan 22, 2008

Sections
Development
Topics
Java ,
Rich Internet Apps
Tags
Flex ,
.NET Compact Framework

While RIA technology is becoming mainstream application development solution, the needs for integrating RIA into the established technology platforms are rising.  The open source library FluorineFx is an example of a project attempting to fill this need with .NET. InfoQ spoke with FluorineFx project manager Zoltan Csibi to learn the details.

Answering the question of what is FluorineFx, Zoltan summarized:

FluorineFx provides an implementation of Flex/Flash Remoting, remote shared object support, Flex Data Services and real-time messaging functionality for the .NET framework. The last two are partial implementations currently (meaning not all the features you can find in a Flex<->Adobe LiveCycle Enterprise Suite application are supported). It will also support compatibility with Adobe's BlazeDS.

Zoltan continued:

The project started as an open source alternative to the old Macromedia .NET Remoting gateway (which was targeting .NET 1.1). Currently Adobe is not developing a .NET solution. FluorineFx supports NET 1.1, 2.0, 3.5 frameworks and Mono 1.2.4 (in Mono's case this means that testing were done only with this version).

Zoltan explained how this tools actually works:

The most feature complete part is the flash/flex remoting functionality, which is "just" another RPC using Adobe's AMF binary protocol (having as one of the advantage a very optimized binary data transfer between the client and the server). This part is also handling parameter marshalling (object serialization and deserialization) so ActionScript objects can be converted to .NET objects and vice versa. I always try to explain that it is a similar technology like Java RMI, .NET Remoting or other RPC, whichever is known for a developer. The "simplified view" is that the library will let you call from flash/flex your .NET server side code.

From Zoltan, InfoQ learned that FluorineFX was developed to allow Flex UI developers and .Net developers work together to build a integrated system. It's the reason that FluorineFx project also includes the features of Visual Studio integration, such as project templates (VS.NET2003, 2005, 2008) for quick startup, the service browser (testing the services without writing the client application) and the template based code generator. As Zoltan stated:

I would like to underline that in this area we are heading toward a more integrated solution, in the following weeks it is scheduled for release a Visual Studio package. For example (Flash/Flex) Remoting enabled application creation will be a "single-click" operation from Visual Studio (currently it is a 2 click operation :) as it is recommended to create a 2 project solution as described in the docs).

Talking about future, Zoltan mentioned there will be improvement over usability, better documentation, and :

Provide desktop service solutions for Adobe AIR applications (currently there is a Windows service that can be distributed with AIR applications and developers can deploy their .NET application to provide access to the Windows desktop.)

InfoQ will continue the coverage of new developments in the area of RIA integration tools like FluorineFx.

No comments

Watch Thread Reply

Educational Content

Jesper Boeg on Priming Kanban

In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.