Approaching Java from a Ruby perspective

Posted by Travis on Stack Overflow See other posts from Stack Overflow or by Travis
Published on 2010-05-10T16:32:12Z Indexed on 2010/05/10 19:04 UTC
Read the original article Hit count: 206

There are plenty of resources available to a Java developer for getting a jump-start into Ruby/Rails development. The reverse doesn't appear to be true.

What resources would you suggest for getting up-to-date on the current state of java technologies? How about learning how to approach DRY (don't repeat yourself) without the use of metaprogramming? Or how to approach various scenarios where a ruby developer is used to passing in a function (proc/lambda/block) as an argument (callbacks, etc)?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about java