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.

Rhodes 1.0 Coming up, RhoHub beta

Posted by Werner Schuster on Mar 19, 2009

Sections
Development
Topics
Rich Client / Desktop ,
Ruby ,
.NET ,
Runtimes ,
Java
Tags
Android ,
iPhone ,
XRuby ,
Symbian

Rhodes allows to program using Ruby on a list of smartphones. Rhomobile, the company behind Rhodes, is working on the 1.0 release. We talked to Adam Blum of Rhomobile to see what's new and what other services Rhomobile offers.
Developers can sign up for a beta run of Rhomobile's new RhoHub service. Adam explains what RhoHub does:

We have a site called RhoHub that we will release soon. RhoHub allows developers to generate, edit and build their mobile apps from a hosted web page (similar to the idea of Heroku). We also host the sync server used to connect to their backend applications. Finally we give them a provisioning server that allows them to provide a single URL to users to download their mobile app via their mobile device browser.

All of this enables developers to successfully develop, build and host their mobile apps without installing any software or SDKs from us or third parties. People seem pretty excited about it. They can register for the private beta at http://rhohub.com

For Java-based smartphones like the BlackBerry and Android, Rhomobile uses a Ruby built on XRuby, which, unlike the other Ruby versions Rhomobile uses, is not based on 1.9:

Well its really no longer Xruby - its our own thing. It is based on 1.8. [..]We wouldn't support things like Fibers as it doesn't really fit the intent of our framework.
We're excited about [the Android support]. But the development model is no different for Android than for other phones.

Rhodes uses a application model rather similar to the Palm Pre's; we asked Adam how the two platforms compare:

From the standpoint of using the web development paradigm to build native apps we see the Palm Pre and Nokia's web runtime as validation of our basic approach. Our framework is more full MVC and has many other capabilities. But I look at both of those developments as very good things that will help pique interest in our approach to native mobile app development.

Finally, when asked about real world applications using Rhomobile, Adam points out TrailGuide as one of a few examples. Another upcoming application is a port of Hampton Catlin's Wikipedia iPhone application.

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.