or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
NetBeans(TM) Ruby and Rails IDE with JRuby (Firstpress)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

NetBeans(TM) Ruby and Rails IDE with JRuby (Firstpress) [Paperback]

Chris Kutler (Author), Brian Leonard (Author)
3.5 out of 5 stars  See all reviews (4 customer reviews)

Price: $19.99 & eligible for FREE Super Saver Shipping on orders over $25. Details
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Thursday, February 2? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more


Book Description

1430216360 978-1430216360 December 16, 2008 1

Ruby and Rails continues to grow and more and more jobs are coming online that require you to effectively develop Ruby and Rails in the Web tier. Beyond the Rails Framework, there are still very few proven tools and IDEs (Integrated Development Environments) to get the job done, at least until now.

The NetBeans Ruby and Rails IDE, according to some, is by far the best and proven IDE in Ruby and Rails. Who would’ve thought a Java IDE could do Ruby and Rails?

This first to market and officially endorsed NetBeans project book is for Ruby and Rails programmers who want to take advantage of the NetBeans IDE to facilitate their Ruby and/or Rails Web application development.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

NetBeans(TM) Ruby and Rails IDE with JRuby (Firstpress) + JRuby Cookbook + Practical JRuby on Rails Web 2.0 Projects: Bringing Ruby on Rails to the Java Platform (Expert's Voice in Java)
Price For All Three: $68.93

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • JRuby Cookbook $26.59

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Practical JRuby on Rails Web 2.0 Projects: Bringing Ruby on Rails to the Java Platform (Expert's Voice in Java) $22.35

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details



Editorial Reviews

About the Author

Brian Leonard is a Technology Evangelist for Sun Microsystems. Brian has over 18 years of software development experience evolving from the terminal, to the desktop, to the web (and back to the desktop). In his current role, Brian works to create and foster the community around NetBeans and related technologies. NetBeans is a 100% open-source integrated development environment for Java, C/C++, Ruby, JavaScript?, HTML (and rapidly expanding list of languages). Most of Brian's experience is with Java application servers, working on Java EE servers before there was a standard. Today, as a technology evangelist, Brian relies heavily on his past experiences and has the enviable job of getting to discuss the ever evolving technology landscape with developers around the world.

Chris Kutler, one of the Tutorial Divas at blogs.sun.com/divas, writes about Ruby, Ajax, jMaki, and JavaServer Faces. Before becoming a technical writer, Chris worked for ten years as a computer engineer, which helps her understand the technical audience to which she writes. Chris is also passionate about building customer communities and has responded to thousands of customer postings on the Sun forums and the various NetBeans users aliases


Product Details

  • Paperback: 184 pages
  • Publisher: Apress; 1 edition (December 16, 2008)
  • Language: English
  • ISBN-10: 1430216360
  • ISBN-13: 978-1430216360
  • Product Dimensions: 9.1 x 7.4 x 0.6 inches
  • Shipping Weight: 11.2 ounces (View shipping rates and policies)
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #1,546,332 in Books (See Top 100 in Books)

 

Customer Reviews

4 Reviews
5 star:    (0)
4 star:
 (2)
3 star:
 (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

1 of 1 people found the following review helpful:
4.0 out of 5 stars Great Book to Learn JRuby on NetBeans, February 25, 2010
This review is from: NetBeans(TM) Ruby and Rails IDE with JRuby (Firstpress) (Paperback)
I decided to write a quick review on the NetBeans Ruby and Rails IDE with JRuby book from Apress. The book is focused on NetBeans 6.5 and JRuby development. This is not a limitation on the book however. The book is really an introduction to how to use NetBeans to do Ruby development. The latest version of NetBeans (6.8) has a number of additional features (enhancements) over the version detailed in this book. Perhaps the authors can do an up-to-date version of the book to cover the latest enhancements. If not, perhaps I will consider taking up the mantle.

I really loved the book. I would give it 4/5 stars which if you have read my reviews is a brutal rating to get.

I performed a baseline install of NetBeans 6.5 including the plugins required for doing JRuby/Ruby development as noted in the book. The book follows along perfectly with the installer and IDE. I guess you could call this book the reference to the IDE for JRuby/Ruby development.

The first chapter details the installation and configuration of the IDE. The explanation is spot on, but NetBeans is also really to install and configure.

The second chapter covers your basic "Hello World" from both a basic JRuby project and from JRuby on Rails (JRoR).

The third chapter covers configuration of JRuby using the NetBeans gem manager, setting up servers, and configuring databases for use with the development environment. The section on gems with native extensions, and replacements is very helpful.

Chapters four and five cover Ruby and Rails projects in more detail. It demonstrates a number of the capabilities that the IDE. I really like the Rails Console and example of how to use it.

Chapter six covers editing files and the capabilities that the IDE provides including code completion. This was the first real mainstream IDE to provide JRuby/Ruby code completion. It does it beautifully.

Chapter seven covers debugging and testing. The authors do a great job of explaining why NetBeans should be your choice of IDE for doing Ruby development.

JRuby itself is the topic of chapter eight. There is an example of how to use JRuby in Java projects. This is really cool. However, it should be noted that you need to make some changes for it to work on JSE5. This is noted on Page 136, but the code needs a slight modification to use JRubyScriptEngineManager instead of ScriptEngineManager.

Chapter nine covers Ruby on Rails (RoR) deployments using warbler. I have found warbler to be a great tool and use it extensively to deploy applications to GlassFish v 2.x.

Chapter ten is all about the IDE. It shows the user a number of customizations available to make NetBeans customized to your style. This is no small accomplishment. The NetBeans team have made a really great IDE and made it extremely flexible. This flexibility did not sacrifice simplicity. Eclipse is flexible too, but a a severe penalty to ease.

In summary, if you are thinking of trying JRuby, or Ruby development, and you want to give NetBeans a try, this is the book to buy 4/5 stars.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars Decent rundown of NetBeans for Ruby, January 21, 2009
By 
J. Pease (Odessa, TX United States) - See all my reviews
(REAL NAME)   
This review is from: NetBeans(TM) Ruby and Rails IDE with JRuby (Firstpress) (Paperback)
First, what the book is not.

As the other reviewer stated this is not a book to teach you Ruby, nor Ruby on Rails. Thus, you should either already be familiar with those topics, or have another book that covers them.

Also, while the title includes "with JRuby", the book is not limited to JRuby. The book explains how you can use other runtimes as well. The JRuby specific information in particular is Chapter 8 about integration with Java, and Chapter 9 which describe deploying to Glassfish or Tomcat.

Second, what the book is.

The book is a more-or-less tutorial style tour of NetBeans features for developing Ruby applications. I'm not sufficiently familiar with NetBeans to identify whether the coverage of features was exhaustive, but it seems that many of the key areas of development were covered: db connections, code completion, refactoring tools, running tests, and debugging.

If you have decided to use NetBeans for your Ruby work, then this book will provide you with a short & easy read with plenty of screen shots to get help you get up to speed on how to use the IDE.

Although 6.5 is the current stable version, I went through the book using NetBeans 7.0M1, and generally found everything to work as described in print.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3.0 out of 5 stars Missing manual, March 19, 2010
By 
coffee_fan (Seattle, WA United States) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: NetBeans(TM) Ruby and Rails IDE with JRuby (Firstpress) (Paperback)
The book, as a manual, can get dated fast, however it does a good job on getting you started using NetBeans and JRuby fast. It's usefulness will be a couple of evenings and eventually a few revisits down the line. It does just what it's meant for.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews


Only search this product's reviews



Inside This Book (learn more)
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
project properties, active record, install rails, quick search text box, gem repository, yml file, gem tool, local history feature, default license, gem command, native extensions, code completion, controller name, code templates, template location
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Quick Search, New Project, Database Configuration, Ruby Platform, Debug Rake Task, Rails Generator, Source Files, Ruby Gems Manager, Ruby Class, Local History, Add Rake Targets, Ruby Test Results, Support App Server Deployment, Files Services, New Ruby, File Name, Projects Window Projects, Test Files, Select Ruby, Run File, Rails Console, Apache Tomcat, Database Migrations, Task List, Rake Arguments
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Surprise Me!
Search Inside This Book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(5)
(3)
(2)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject