| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books | Tutorials |
- Introducing Raven: An Elegant Build for Java by Matthieu Riou - [Clicks: 29]
Build processes in Java haven't evolved much since the introduction of Ant or Maven. With the ability to use scripting languages like Groovy and JRuby on the JVM, the power of a full language can be brought to bear on the build process. This article discusses Raven, a build system for Java that uses JRuby.
http://www.oreillynet.com/pub/a/onjava/2007/12/05/introducing-raven-an-elegant-build-for-java.html - Dec, 2007 - JRuby on Rails with Nine Lives: Running a JRuby on Rails Application on Tomcat by Dominic Da Silva - [Clicks: 94]
See how easy it is to get your Rails application running on Tomcat with JRuby!
http://www.developer.com/db/article.php/3691716 - Jul, 2007 - JRuby and the Java Platform by Monica Pawlan - [Clicks: 121]
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/jruby/ - Jun, 2007 - JRuby by R. Mark Volkmann - [Clicks: 144]
This article provides an introduction to JRuby, an implementation of Ruby on the Java Virtual Machine (JVM).
http://www.ociweb.com/jnb/jnbApr2007.html - Apr, 2007 - Running Your First Rails Application on JRuby by Dominic Da Silva - [Clicks: 99]
Work step-by-step to install Rails into your JRuby installation and get a simple Rails application up and running.
http://www.developer.com/open/article.php/3662031 - Feb, 2007 - JRuby on Rails: The power of Java, the simplicity of Ruby on Rails by Joshua Fox - [Clicks: 125]
Java developers have been moving from the full Java Platform, Enterprise Edition to lightweight frameworks, yet not even the lightest has the simplicity of Ruby on Rails. Now, the JRuby interpreter can tie Rails together with the power, breadth, and industry acceptance of the JVM, Java libraries, and application servers.
[Includes source code]
http://www.javaworld.com/javaworld/jw-02-2007/jw-02-jruby.html - Feb, 2007 - Embedding DSLs in Java using JRuby by Mario Aquino - [Clicks: 91]
This article will describe how to introduce a mini-language of commands for interacting with a program (rather than components like radio buttons and combo boxes) using Java, the new Java 6 Scripting API, and JRuby.
http://www.ociweb.com/jnb/jnbJan2007.html - Jan, 2007
- Practical JRuby on Rails Web 2.0 Projects: Bringing Ruby on Rails to Java by Ola Bini - [Clicks: 59]
Discover how JRuby on Rails can be used to create web applications faster and more efficiently while still taking advantage of the vast power of the Java platform. Ruby on Rails is proving itself to be one of the most efficient and powerful agile web development application frameworks available and has had a profound influence on the Java community. The JRuby project offers Java developers the best of two worlds: the flexibility of Ruby on Rails coupled with the enterprise-level power and maturity of the Java platform. JRuby core developer Ola Bini covers everything you need to know to take full advantage of what JRuby has to offer, including: * Full coverage on how to use JRuby to create web applications faster and more efficiently, while continuing to take advantage of the vast power of the Java platform; * Several real-world projects that illustrate the crucial specifics you need to know about the interaction of Java and Ruby; * Helpful, practical instruction and discussion on how web applications can be deployed using a variety of popular servers such as Apache and Mongrel.
http://www.apress.com/book/bookDisplay.html?bID=10344 - Oct, 2007
- Two ways to build Apache Derby database applications in JRuby by Robert Thornton - [Clicks: 116]
JRuby is an implementation of the Ruby programming language that runs in the Java Virtual Machine (JVM). This tutorial demonstrates how to install and configure JRuby to connect to the Apache Derby database. As Ruby and Ruby on Rails become more popular, JRuby becomes an interesting technology to leverage the portability, security, and class libraries of the JVM while using Ruby features like simple syntax and closures. If you're writing a small application that needs a relational database, or you want to be able to ship a database with your product, then the Derby database is an excellent choice for a persistence mechanism. This tutorial shows you two methods of connecting to and building Derby database applications from JRuby.
[Formats: html, pdf]
http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-jruby.html - Jan, 2007