The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
ErlAmf Initial Checkin

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Matt Bauer

Posts: 48
Nickname: bauer
Registered: Apr, 2007

Matt Bauer owns Mosquito Mole Multiworks - a Rails Hosting and Consulting Company
ErlAmf Initial Checkin Posted: Dec 11, 2007 4:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Matt Bauer.
Original Post: ErlAmf Initial Checkin
Feed Title: blogmmmultiworks
Feed URL: http://blog.mmmultiworks.com/feed/rss.xml
Feed Description: Thoughts on Ruby, hosting and more
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Matt Bauer
Latest Posts From blogmmmultiworks

Advertisement

I'm happy to announce the initial checkin of ErlAmf. You can find it at code.mmmultiworks.com. You can also get it from the Mercurial repository with this command:

hg clone http://code.mmmultiworks.com/hgweb/erlamf

I've included in this initial checkin a ServiceBrowser which you can use to test out services. To do so just follow these steps.

  • hg clone http://code.mmmultiworks.com/hgweb/erlamf
  • cd erlamf
  • make all test
  • erl -pa ebin -s test_erlamf start_httpd
  • Open a browser and hit http://localhost:8888

Right now I'm encoding the erlang terms to AMF using tagged tuples like:

{string, "myString"}  = AMF String
{object, {class, "MyClass"}, 
         {first_name, {string, "Matt"}}, {last_name, {string, "Bauer "}}} = AMF Object
[1, 2, 3, 4, 5] = AMF Array
This will change in the future resulting in tagged tuples not being necessary but for now that is how it works. There's much work yet to be done. I need to test all the encoding and decoding of AMF types, include support for headers, better error reporting and general code cleanup. That said, it is a very solid start to build on and gladly welcome suggestions. If you're interested in working on this project please let me know too.

Read: ErlAmf Initial Checkin

Topic: Ruby In Steel for Visual Studio 2008 Released Previous Topic   Next Topic Topic: ¿Es Rails 2.0 sólo “syntatic sugar”

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use