[x]
Create

Here is what users have to say about Jruby

useravatar
Entry added by CWAnswers Join us and contribute your knowledge as well.
Comment
Share this
Share with a friend: jruby
Your name
Your email
Recipient Email

JRuby is a Java implementation of the Ruby programming language, being developed by the JRuby team.

Welcome to CWAnswers

CWAnswers is your guide to the sprawling world wide web. The directory aims to provide a useful guide made by users. You can share your knowledge as well - simply sign up and edit your first entry. For questions just contact the team at support - at - cwanswers.com.

Weblinks for Jruby

Top 10 for Jruby

Things about Jruby you find nowhere else.

Select content modules

Comments about Jruby

Please leave your comment using the comment button above the article
Share with a friend: jruby
Your name
Your email
Recipient Email

Images found for Jruby

Jruby 1Jruby 2Jruby 3
Jruby 4Jruby 5Jruby 6
Jruby 7Jruby 8Jruby 9

Blogs for Jruby

JRuby - Wikipedia, the free encyclopedia

http://blog.nicksieger.com/articles/2007/10/25/jruby-on ... JRubyonRails.de: JRuby on Rails Blog (german) Joshua Fox, "Ruby for the Java world", JavaWorld ...en.wikipedia.org/wiki/JRuby

Headius

Perhaps it's time I finally moved my blog off Blogger and on to a JRuby-hosted server, eh? ... post blog entries with every experimental branch of JRuby I've ...blog.headius.com/

JRuby: Caffeinated Ruby | RubyLearning Blog

Recently, JRuby has been gaining more and more attention in the Java and Ruby communities. ... Blog. Ruby helps programmers have more fun! JRuby: Caffeinated ...rubylearning.com/blog/2007/04/27/jruby-caffeinated-ruby/

Jruby — Blogs, Pictures, and more on WordPress

JRuby/Rails and the Google App Engine ... ActiveRecord Oracle enhanced adapter also on JRuby and Ruby 1.9 — 5 comments ... jruby e jni — 1 comment ...en.wordpress.com/tag/jruby/

Miles to go ...: Screencast #Web6: First JRuby app in GlassFish

JRuby and JavaDB configuration is explained at: http://blogs.sun.com/arungupta ... ajax ajaxworld blogs brazil conf eclipse fitness gem glassfish hyderabad india ...blogs.sun.com/arungupta/entry/screencast_web6_first_jruby_ap...

Wikipedia About Jruby

JRuby is a Java implementation of the Ruby programming language, being developed by the JRuby team.

JRuby is free software released under a three-way CPL/GPL/LGPL license.

JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (compare Jython for the Python language).

JRuby's lead developers are Charles Nutter 1, Thomas Enebo 2 Ola Bini 3 and Nick Sieger 4. In September 2006, Sun Microsystems hired Enebo and Nutter to work on JRuby full time. In June 2007, ThoughtWorks hired Ola Bini to work on Ruby and JRuby.

History

JRuby was originally created by Jan Arne Petersen, in 2001. At that time and for several years following, the code was a direct port of the Ruby 1.6 C code. With the release of Ruby 1.8.6, an effort began to update JRuby to 1.8.6 features and semantics. Since 2001, several contributors have assisted the project, leading to the current (2008) core team of four members.

The Netbeans Ruby Pack, available since NetBeans 6.0, allows IDE development with Ruby and JRuby, as well as Ruby on Rails for the two implementations of Ruby 5 6.

JRuby 1.1 added Just-in-time compilation and Ahead-of-time compilation modes to JRuby and was already faster in most cases than the current Ruby 1.8.7 reference implementation .

JRuby 1.1.1 is stated to be packaged in Fedora 9.

Since version 1.1.1, the JRuby team began to issue point releases often to quickly address issues that are brought up by users.

JRuby support Ruby MRI 1.8.6, and work is ongoing to add a Ruby 1.9 support, but as Ruby 1.8.7 is mainly a transitional version to 1.9, it will not be supported.

Rails

JRuby supports Ruby on Rails since version 0.9 (May 2006) , with the ability to execute RubyGems and WEBrick. Since the hiring of the two lead developers by Sun, Rails compatibility and speed have improved greatly. JRuby version 1.0 successfully passed nearly all of Rails' own test cases. Since then, developers have begun to use JRuby for Rails applications in production environments .

Multiple Virtual Machine Collaboration

On February 27, 2008, Sun Microsystems and the University of Tokyo announced a joint-research project to implement a Virtual Machine capable of executing more than one Ruby or JRuby application on one interpreter.

Dynamic Invocation on Java Virtual Machines

JSR 292 (Supporting Dynamically Typed Languages on the JavaTM Platform) propose to:

Search results for Jruby

JRubyHub.com - JRuby and JRuby on Rails Hub - Web Links

JRubyHub.com, created and maintained by Slim Baltagi, is the hub for all resources related to JRuby and JRuby on Rails (JRoR)jrubyhub.com/index.php?option=com_weblinks&catid=32&...

Feature Story: Learn about JRuby

tory: Learn about JRuby ... JRuby was a labor of love until last month, when Sun hired Nutter and Enebo to ... Sun and work on JRuby, with the potential to ...www.sun.com/2006-1010/jruby/

JRuby - Java Integration

_your description goes here_ ... Main content. JRuby. Java powered Ruby ... JRuby has a new interface for loading and using Java classes as of version 0.5.2. ...jruby.codehaus.org/Java+Integration

alt.lang.jre: Take a shine to JRuby

JRuby combines the object-oriented strength of Smalltalk, the expressiveness of ... JRuby is an alternate language for the Java platform. ...www.ibm.com/developerworks/java/library/j-alj09084/

JRubyHub.com - JRuby and JRuby on Rails Hub - HOME

JRubyHub.com, created and maintained by Slim Baltagi, is the hub for all resources related to JRuby and JRuby on Rails (JRoR)jrubyhub.com/

Images found for Jruby

Jruby 1Jruby 2Jruby 3
Jruby 4Jruby 5Jruby 6
Jruby 7Jruby 8Jruby 9

News about Jruby

JRuby to live on after Sun-Oracle merger, engineer says

InfoWorld via Yahoo! NewsJRuby, a Sun Microsystems-driven implementation of the Ruby language for the Java Virtual Machine, is being used in a range of applications including one to battle infectious diseases. But like other Sun technologies, it remains to be seen how Oracle, which plans to buy Sun, will deal with it.http://news.yahoo.com/s/infoworld/20090506/tc_infoworld/7449...

Clojure: Challenge your Java assumptions

Java WorldClojure's immutable datatypes, lockless concurrency, and simple abstractions make parallel programming for multicore hardware simpler and more robust than in Java. Joshua Fox takes you on a tour of this exciting new language for the JVM, which was just recently released in v1.0.http://www.javaworld.com/javaworld/jw-05-2009/jw-05-clojure....

Rails 3 Gets Supersized With Merb

Linux TodayInternetNews: "The Ruby on Rails (RoR) open source framework is about to get more modular and faster -- thanks to some benefits of its recent merger with Ruby rival Merb."http://linuxtoday.com/news_story.php3?ltsn=2009-05-07-022-35...

News about Jruby

Sun Serves Up Some Java EE 6 in GlassFish

InternetNews.comOne of the languages highlighted by Hinz is Ruby, which is supported on Glassfish as JRuby. Hintz noted that to date, Sun has seen demand for running Ruby applications on a Java app server with some demand for users that want to run the Ruby on ... http://www.internetnews.com/software/article.php/3783236/Sun...

Voting Opens for India's Premier Awards for Software Development ...

PR Inside ... Lead", "T-SQL: Tips and Tricks Sharing Fest! 2009 Edition", '21st Century RIAs: Using HTML 5 Communication', 'Guerrilla SOA', 'Building RESTful Applications with Ruby on Rails', 'Cracking the Tough SOA Nuts', as well as real-world workshops on "JRuby ... http://www.pr-inside.com/voting-opens-for-india-s-premier-aw...

IBM links Web 2.0, CRM

InfoworldI think PHP and Java make good friends," he said. Sun also has been accommodating scripting languages in the Java platform, offering JRuby, for example, which provides a version of the Ruby language on top of the Java Virtual Machinehttp://www.infoworld.com/article/09/02/04/IBM-links-Web-20-C...

Why 2008 was another great year in Web technology

Zd Net Asia.comOther ancillary languages like JRuby and Jython experienced rapid growth. For me, one of the more surprising developments of 2008 was the rise of the Python language. This rise was greatly aided by Google and the shift of its focus from Java to Python ... http://www.zdnetasia.com/techguide/webdev/0,39044903,6205028...

Open source trading platform could be a win for Wall Street

Ars TechnicaIt provides APIs and a JRuby scripting engine for extending it with additional functionality and specialized behaviors. The developers say that fairly complex trading strategies can be implemented with only a few lines of Ruby. Financial applications ... http://arstechnica.com/business/news/2009/01/open-source-tra...

Search results for Jruby

JRuby Content on InfoQ

InfoQ.com (Information Queue) is an independent online community focused on change and innovation in enterprise software development, targeted primarily at the technical architect ... http://www.infoq.com/jruby/

SourceForge.net: JRuby

Get JRuby at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. JRuby is the effort to recreate the Ruby interpreter ... http://sourceforge.net/projects/jruby/

JRuby and the Java Platform

This introductory article shows you how to set up JRuby on the Java platform and explains the basics of using JRuby scripts with Java applications and the NetBeans IDE.http://java.sun.com/developer/technicalArticles/scripting/jr...

JRuby Cookbook - JRubyWiki

JRuby DateTime. In (J)Ruby, a specific time on a certain day can be represented, differently, using either DateTime or Time. To convert between instances of these two (J)Ruby ... http://wiki.jruby.org/wiki/JRuby_Cookbook

JRuby - JVMLangSummit

JRuby Inside Out . Charlie Nutter - Sun Project www.jruby.org Abstract Talk Abstract This talk will discuss the internals of JRuby and how it has become one of the highest ... http://wiki.jvmlangsummit.com/JRuby

Wikipedia results for Jruby

JRuby - Wikipedia, the free encyclopedia

JRuby is a Java implementation of the Ruby programming language, being developed by the JRuby team. JRuby is free software released under a three-way CPL / GPL / LGPL license.http://en.wikipedia.org/wiki/JRuby

Mingle - Wikipedia, the free encyclopedia

Mingle is a proprietary project management and collaboration tool that is built by ThoughtWorks Studios to help manage Agile programming projects. It was introduced at JavaOne as ... http://en.wikipedia.org/wiki/Mingle

Bean Scripting Framework - Wikipedia, the free encyclopedia

Some examples of languages that can be used in combination with BSF and Java include Python, Jython, Tcl, as well as JRuby, and Groovy using their own libraries.http://en.wikipedia.org/wiki/Bean_Scripting_Framework

Da Vinci Machine - Wikipedia, the free encyclopedia

The code is already in JRuby's trunk, and will ship with JRuby 1.1.5 (though it obviously will be disabled on JVMs without InvokeDynamic). " ^ Rose, John (2009-04-22).http://en.wikipedia.org/wiki/Da_Vinci_Machine

RubyMine - Wikipedia, the free encyclopedia

Plugin provides similar functionality with RubyMine but also supports development with JRuby. See also. Comparison of integrated development environmentshttp://en.wikipedia.org/wiki/RubyMine
  • Recent
  • Mine
  • Watched
  • Commented
You must be logged in to perform this operation
You must be logged in to perform this operation

Search this site

Videos found for Jruby

JavaPolis 2006 The Belgian Experien...

JavaPolis 2006 The Belgian ExperienceVideo footage of the JavaPolis 2006 conference with clips of various sessions and other "mismash". Featuring: Charles Oliver Nutter and Thomas Enebo, The JRuby Guys Brian Goetz,...Flash - Video

JRuby: The power of Java and Ruby

JRuby: The power of Java and RubyGoogle Tech Talks February, 28 2008 Speaker: Ola Bini I work for ThoughtWorks Studios, and recently published the book Practical JRuby on Rails at APress. I'm very interested in...Flash - Video

Nick Sieger @ Gotham Ruby Conferenc...

Nick Sieger @ Gotham Ruby Conference 2007Nick Sieger's talk "JRuby: Ready for Prime Time", delivered at the Gotham Ruby Conference on April 21, 2007, at Google's offices in New York City.Flash - Video

JRuby: The power of Java and Ruby

JRuby: The power of Java and RubyGoogle Tech TalksFebruary, 28 2008Speaker: Ola BiniI work for ThoughtWorks Studios, and recently published the book Practical JRuby on Rails at APress. I'm v...Flash - Video

Puppets do JRuby

Puppets do JRubyBruce Eckel and Jeremy Meyer introduce the basics of JRuby as puppets.Flash - Video

Answers for Jruby

JoeyWhat is the JRUBY platform?JoeyA multipurpose language that focuses on simplicity and productivity, it combines the best features of many compiled and interpreted languages, such as easy development of large programs, rapid prototy...
Contact Us[X]
Your name
Email
Subject
Your comment
[X]