SlideShare une entreprise Scribd logo
1  sur  17
Jruby and Rails Why on earth…? Chris McCann
Necessity is the a mother… Wanted to build a prototype Rails application that could interact with complicated Excel spreadsheets Store “input” data in plain old AR models Pass that data to the spreadsheets  Recalculate and extract the values of complicated formulas Allow user to download a “live” spreadsheet filled with their data
The Easy Way…not Use the ruby spreadsheet gem! “Reading is easy!” “Writing is easy!” “You should be able to fill in Data to be evaluated by predefined Formulas” Yes, yes I should…but alas, I cannot “A ‘To Do’ in source code != functionality!”
Whoa…spreadscript? Need to manipulate or dynamically generate Excel spreadsheet files? YES! Need to perform complex spreadsheet calculations on data stored in a database? YES!! Tired of being restricted to providing users with CSV files when you really want formulas, formatting, and multiple sheets in a workbook? YES!!  YES!!  YES!! Want your Perl, Python, or Tcl scripts to have access to the power…?  WTF?  Perl, Python, Tcl?  NOOOOOOOOO!
A different angle Build a formula calculation engine in Ruby Pass the model inputs to the engine Calculate the formula values Populate a spreadsheet with the value… …and while I’m at it write the next Googlebook
Desperation sets in… Use Microsoft Excel Web Services API in Sharepoint to expose a web service that allows me to programmatically access and interact with Excel 2010 spreadsheets stored in a Sharepoint document repository Microsoft? Sharepoint? Web service?
Ask people smarter than me Pragmatic Programmer’s “Rails Studio” Alumni mailing list “Why not use JRuby – there’s probably a really nice Excel spreadsheet library out there in Java” Hmmm…I know Java, corporations love Java, and corporations love Excel…maybe he’s on to something!
JRuby - What? jruby.org - “100% Pure-Java implementation of…Ruby” Instead of the C-based Ruby we all know and love
Why?
And the Google says… Search for “java excel spreadsheet”
Does JRuby do Rails? https://github.com/jruby/jruby/wiki/JRubyOnRails You can use JRuby with Ruby on Rails. JRuby gives Rails the power and functionality of the Java Platform, providing it with: Excellent garbage collection for endless uptimes Hotspot profiled dynamic optimizations for great performance Access to the Java ecosphere for additional technology options Deployment to Java application servers for ubiquity
How to get it? rvm install jruby By default it loads as ruby 1.8.7 To get ruby 1.9: export JRUBY_OPTS="--1.9” add an after_use hook (see rvm docs)
One gotcha Mac OS X 10.5.8 – has java 1.5, wasn’t working Download Java 1.6 update from Apple Still not working, java –version = 1.5.0_26 Applications > Utilities > Java Preferences Move Java SE 6 to the top of “Java application versions”  Reloads the new version automagically (1.6.0_22 in my case)
Cheat like a boss!
Key features for using Java include Java                          # provides bridge to JVM                                       # and shortcut for core classes require 'poi-3.7-20101029.jar’        # bring in the JARs require 'poi-ooxml-3.7-20101029.jar’ class AnalysisAdapter include_classjava.io.FileInputStream  # to use core Java classes include_classjava.io.FileOutputStream include_classJava::org.apache.poi.xssf.usermodel.XSSFWorkbook # to explicitly use classes from JARs
Ruby syntax translation Use Ruby syntax on Java objects: wb_path= Rails.root.join('public', 'spreadsheets', sheet_name) fis= FileInputStream.new(wb_path.to_s);     workbook = XSSFWorkbook.new(fis) Instead of the Java style: FileInputStreamfis= new FileInputStream(wb_path.to_s);     XSSFWorkbookworkbook = new XSSFWorkbook(fis)
A quick demo

Contenu connexe

Similaire à Jruby

EuRuKo JRuby Talk 2008
EuRuKo JRuby Talk 2008EuRuKo JRuby Talk 2008
EuRuKo JRuby Talk 2008geraldbauer
 
Java Programming for Designers
Java Programming for DesignersJava Programming for Designers
Java Programming for DesignersR. Sosa
 
Extending Oracle E-Business Suite with Ruby on Rails
Extending Oracle E-Business Suite with Ruby on RailsExtending Oracle E-Business Suite with Ruby on Rails
Extending Oracle E-Business Suite with Ruby on RailsRaimonds Simanovskis
 
Solid and Sustainable Development in Scala
Solid and Sustainable Development in ScalaSolid and Sustainable Development in Scala
Solid and Sustainable Development in Scalascalaconfjp
 
Alive and Well with Java 8
Alive and Well with Java 8Alive and Well with Java 8
Alive and Well with Java 8Adam Pelsoczi
 
Solid And Sustainable Development in Scala
Solid And Sustainable Development in ScalaSolid And Sustainable Development in Scala
Solid And Sustainable Development in ScalaKazuhiro Sera
 
Follow these reasons to know java’s importance
Follow these reasons to know java’s importanceFollow these reasons to know java’s importance
Follow these reasons to know java’s importancenishajj
 
Example Of Import Java
Example Of Import JavaExample Of Import Java
Example Of Import JavaMelody Rios
 
159747608 a-training-report-on
159747608 a-training-report-on159747608 a-training-report-on
159747608 a-training-report-onhomeworkping7
 
BDX 2016 - Tzach zohar @ kenshoo
BDX 2016 - Tzach zohar  @ kenshooBDX 2016 - Tzach zohar  @ kenshoo
BDX 2016 - Tzach zohar @ kenshooIdo Shilon
 
WebNet Conference 2012 - Designing complex applications using html5 and knock...
WebNet Conference 2012 - Designing complex applications using html5 and knock...WebNet Conference 2012 - Designing complex applications using html5 and knock...
WebNet Conference 2012 - Designing complex applications using html5 and knock...Fabio Franzini
 
Abstract #236765 advanced essbase java api tips and tricks
Abstract #236765 advanced essbase java api tips and tricksAbstract #236765 advanced essbase java api tips and tricks
Abstract #236765 advanced essbase java api tips and trickstimtow
 

Similaire à Jruby (20)

Introduction to Java
Introduction to JavaIntroduction to Java
Introduction to Java
 
EuRuKo JRuby Talk 2008
EuRuKo JRuby Talk 2008EuRuKo JRuby Talk 2008
EuRuKo JRuby Talk 2008
 
Java Programming for Designers
Java Programming for DesignersJava Programming for Designers
Java Programming for Designers
 
Introduction to Java
Introduction to JavaIntroduction to Java
Introduction to Java
 
Extending Oracle E-Business Suite with Ruby on Rails
Extending Oracle E-Business Suite with Ruby on RailsExtending Oracle E-Business Suite with Ruby on Rails
Extending Oracle E-Business Suite with Ruby on Rails
 
Java 8 Overview
Java 8 OverviewJava 8 Overview
Java 8 Overview
 
Solid and Sustainable Development in Scala
Solid and Sustainable Development in ScalaSolid and Sustainable Development in Scala
Solid and Sustainable Development in Scala
 
Alive and Well with Java 8
Alive and Well with Java 8Alive and Well with Java 8
Alive and Well with Java 8
 
java slides
java slidesjava slides
java slides
 
Solid And Sustainable Development in Scala
Solid And Sustainable Development in ScalaSolid And Sustainable Development in Scala
Solid And Sustainable Development in Scala
 
Follow these reasons to know java’s importance
Follow these reasons to know java’s importanceFollow these reasons to know java’s importance
Follow these reasons to know java’s importance
 
Example Of Import Java
Example Of Import JavaExample Of Import Java
Example Of Import Java
 
Jsp Comparison
 Jsp Comparison Jsp Comparison
Jsp Comparison
 
159747608 a-training-report-on
159747608 a-training-report-on159747608 a-training-report-on
159747608 a-training-report-on
 
BDX 2016 - Tzach zohar @ kenshoo
BDX 2016 - Tzach zohar  @ kenshooBDX 2016 - Tzach zohar  @ kenshoo
BDX 2016 - Tzach zohar @ kenshoo
 
WebNet Conference 2012 - Designing complex applications using html5 and knock...
WebNet Conference 2012 - Designing complex applications using html5 and knock...WebNet Conference 2012 - Designing complex applications using html5 and knock...
WebNet Conference 2012 - Designing complex applications using html5 and knock...
 
Java server pages
Java server pagesJava server pages
Java server pages
 
Abstract #236765 advanced essbase java api tips and tricks
Abstract #236765 advanced essbase java api tips and tricksAbstract #236765 advanced essbase java api tips and tricks
Abstract #236765 advanced essbase java api tips and tricks
 
Java. converted (2)
Java. converted (2)Java. converted (2)
Java. converted (2)
 
Spatial approximate string search Doc
Spatial approximate string search DocSpatial approximate string search Doc
Spatial approximate string search Doc
 

Dernier

Call Girls in Inderpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Inderpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Inderpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Inderpuri Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls in Janakpuri ↫8447779280↫Short 1500 Night 6000-Escorts Service In ...
Call Girls in Janakpuri ↫8447779280↫Short 1500 Night 6000-Escorts Service In ...Call Girls in Janakpuri ↫8447779280↫Short 1500 Night 6000-Escorts Service In ...
Call Girls in Janakpuri ↫8447779280↫Short 1500 Night 6000-Escorts Service In ...asmaqueen5
 
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...delhimodel235
 
Call Girls in Khan Market 9654467111 ESCORTS SERVICE
Call Girls in Khan Market 9654467111 ESCORTS SERVICECall Girls in Khan Market 9654467111 ESCORTS SERVICE
Call Girls in Khan Market 9654467111 ESCORTS SERVICESapana Sha
 
Low Rate Call Girls In Madipur Slum Quarter +91)8447779280Low Rate 2 short 2...
Low Rate Call Girls In Madipur Slum Quarter  +91)8447779280Low Rate 2 short 2...Low Rate Call Girls In Madipur Slum Quarter  +91)8447779280Low Rate 2 short 2...
Low Rate Call Girls In Madipur Slum Quarter +91)8447779280Low Rate 2 short 2...asmaqueen5
 
Telibagh & Call Girls Lucknow - 450+ Call Girl Cash Payment 🎂 8923113531 🎪 Ne...
Telibagh & Call Girls Lucknow - 450+ Call Girl Cash Payment 🎂 8923113531 🎪 Ne...Telibagh & Call Girls Lucknow - 450+ Call Girl Cash Payment 🎂 8923113531 🎪 Ne...
Telibagh & Call Girls Lucknow - 450+ Call Girl Cash Payment 🎂 8923113531 🎪 Ne...gurkirankumar98700
 
9990771857 Call Girls in Noida Sector 06 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 06 Noida (Call Girls) Delhi9990771857 Call Girls in Noida Sector 06 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 06 Noida (Call Girls) Delhidelhimodel235
 
8 Key Elements for Comfortable Farmland Living
8 Key Elements for Comfortable Farmland Living 8 Key Elements for Comfortable Farmland Living
8 Key Elements for Comfortable Farmland Living Farmland Bazaar
 
Low Rate Call Girls in Tughlakabad Delhi Call 9990771857
Low Rate Call Girls in Tughlakabad Delhi Call 9990771857Low Rate Call Girls in Tughlakabad Delhi Call 9990771857
Low Rate Call Girls in Tughlakabad Delhi Call 9990771857delhimodel235
 
Omaxe Dwarka In Delhi E Brochure Pdf
Omaxe Dwarka In Delhi E Brochure     PdfOmaxe Dwarka In Delhi E Brochure     Pdf
Omaxe Dwarka In Delhi E Brochure Pdfashiyadav24
 
9990771857 Call Girls in Noida Sector 11 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 11 Noida (Call Girls) Delhi9990771857 Call Girls in Noida Sector 11 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 11 Noida (Call Girls) Delhidelhimodel235
 
9990771857 Call Girls in Noida Sector 10 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 10 Noida (Call Girls) Delhi9990771857 Call Girls in Noida Sector 10 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 10 Noida (Call Girls) Delhidelhimodel235
 
How to Build Multifamily and Laneway Suites in Toronto!! (feat. Expert Archi...
How to Build Multifamily and Laneway Suites  in Toronto!! (feat. Expert Archi...How to Build Multifamily and Laneway Suites  in Toronto!! (feat. Expert Archi...
How to Build Multifamily and Laneway Suites in Toronto!! (feat. Expert Archi...Volition Properties
 
Low Rate Call Girls in Triveni Complex Delhi Call 9990771857
Low Rate Call Girls in Triveni Complex Delhi Call 9990771857Low Rate Call Girls in Triveni Complex Delhi Call 9990771857
Low Rate Call Girls in Triveni Complex Delhi Call 9990771857delhimodel235
 
The Omaxe State Dwarka Delhi-broucher.pdf.pdf
The Omaxe State Dwarka Delhi-broucher.pdf.pdfThe Omaxe State Dwarka Delhi-broucher.pdf.pdf
The Omaxe State Dwarka Delhi-broucher.pdf.pdfkratirudram
 
Call Girls in shastri nagar Delhi 8264348440 ✅ call girls ❤️
Call Girls in shastri nagar Delhi 8264348440 ✅ call girls ❤️Call Girls in shastri nagar Delhi 8264348440 ✅ call girls ❤️
Call Girls in shastri nagar Delhi 8264348440 ✅ call girls ❤️soniya singh
 
SSPL The Strand Abodes Kharadi Pune Brochure.pdf
SSPL The Strand Abodes Kharadi Pune Brochure.pdfSSPL The Strand Abodes Kharadi Pune Brochure.pdf
SSPL The Strand Abodes Kharadi Pune Brochure.pdfabbu831446
 
Call Girls In Mundka Industrial Metro@꧂8447779280 ↬Enjoy ꧂Escort Service in ...
Call Girls In Mundka Industrial Metro@꧂8447779280 ↬Enjoy ꧂Escort Service in  ...Call Girls In Mundka Industrial Metro@꧂8447779280 ↬Enjoy ꧂Escort Service in  ...
Call Girls In Mundka Industrial Metro@꧂8447779280 ↬Enjoy ꧂Escort Service in ...asmaqueen5
 

Dernier (20)

Call Girls in Inderpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Inderpuri Delhi 💯Call Us 🔝8264348440🔝Call Girls in Inderpuri Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Inderpuri Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls in Janakpuri ↫8447779280↫Short 1500 Night 6000-Escorts Service In ...
Call Girls in Janakpuri ↫8447779280↫Short 1500 Night 6000-Escorts Service In ...Call Girls in Janakpuri ↫8447779280↫Short 1500 Night 6000-Escorts Service In ...
Call Girls in Janakpuri ↫8447779280↫Short 1500 Night 6000-Escorts Service In ...
 
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
Call Girls in Noida Sector 11 Noida 💯Call Us 🔝 9582086666 🔝 South Delhi Escor...
 
Call Girls in Khan Market 9654467111 ESCORTS SERVICE
Call Girls in Khan Market 9654467111 ESCORTS SERVICECall Girls in Khan Market 9654467111 ESCORTS SERVICE
Call Girls in Khan Market 9654467111 ESCORTS SERVICE
 
Low Rate Call Girls In Madipur Slum Quarter +91)8447779280Low Rate 2 short 2...
Low Rate Call Girls In Madipur Slum Quarter  +91)8447779280Low Rate 2 short 2...Low Rate Call Girls In Madipur Slum Quarter  +91)8447779280Low Rate 2 short 2...
Low Rate Call Girls In Madipur Slum Quarter +91)8447779280Low Rate 2 short 2...
 
Telibagh & Call Girls Lucknow - 450+ Call Girl Cash Payment 🎂 8923113531 🎪 Ne...
Telibagh & Call Girls Lucknow - 450+ Call Girl Cash Payment 🎂 8923113531 🎪 Ne...Telibagh & Call Girls Lucknow - 450+ Call Girl Cash Payment 🎂 8923113531 🎪 Ne...
Telibagh & Call Girls Lucknow - 450+ Call Girl Cash Payment 🎂 8923113531 🎪 Ne...
 
9990771857 Call Girls in Noida Sector 06 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 06 Noida (Call Girls) Delhi9990771857 Call Girls in Noida Sector 06 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 06 Noida (Call Girls) Delhi
 
8 Key Elements for Comfortable Farmland Living
8 Key Elements for Comfortable Farmland Living 8 Key Elements for Comfortable Farmland Living
8 Key Elements for Comfortable Farmland Living
 
Low Rate Call Girls in Tughlakabad Delhi Call 9990771857
Low Rate Call Girls in Tughlakabad Delhi Call 9990771857Low Rate Call Girls in Tughlakabad Delhi Call 9990771857
Low Rate Call Girls in Tughlakabad Delhi Call 9990771857
 
Omaxe Dwarka In Delhi E Brochure Pdf
Omaxe Dwarka In Delhi E Brochure     PdfOmaxe Dwarka In Delhi E Brochure     Pdf
Omaxe Dwarka In Delhi E Brochure Pdf
 
9990771857 Call Girls in Noida Sector 11 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 11 Noida (Call Girls) Delhi9990771857 Call Girls in Noida Sector 11 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 11 Noida (Call Girls) Delhi
 
9990771857 Call Girls in Noida Sector 10 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 10 Noida (Call Girls) Delhi9990771857 Call Girls in Noida Sector 10 Noida (Call Girls) Delhi
9990771857 Call Girls in Noida Sector 10 Noida (Call Girls) Delhi
 
How to Build Multifamily and Laneway Suites in Toronto!! (feat. Expert Archi...
How to Build Multifamily and Laneway Suites  in Toronto!! (feat. Expert Archi...How to Build Multifamily and Laneway Suites  in Toronto!! (feat. Expert Archi...
How to Build Multifamily and Laneway Suites in Toronto!! (feat. Expert Archi...
 
Low Rate Call Girls in Triveni Complex Delhi Call 9990771857
Low Rate Call Girls in Triveni Complex Delhi Call 9990771857Low Rate Call Girls in Triveni Complex Delhi Call 9990771857
Low Rate Call Girls in Triveni Complex Delhi Call 9990771857
 
The Omaxe State Dwarka Delhi-broucher.pdf.pdf
The Omaxe State Dwarka Delhi-broucher.pdf.pdfThe Omaxe State Dwarka Delhi-broucher.pdf.pdf
The Omaxe State Dwarka Delhi-broucher.pdf.pdf
 
Call Girls in Mahavir Nagar whatsaap call US +919953056974
Call Girls in Mahavir Nagar  whatsaap call US  +919953056974Call Girls in Mahavir Nagar  whatsaap call US  +919953056974
Call Girls in Mahavir Nagar whatsaap call US +919953056974
 
Call Girls in shastri nagar Delhi 8264348440 ✅ call girls ❤️
Call Girls in shastri nagar Delhi 8264348440 ✅ call girls ❤️Call Girls in shastri nagar Delhi 8264348440 ✅ call girls ❤️
Call Girls in shastri nagar Delhi 8264348440 ✅ call girls ❤️
 
SSPL The Strand Abodes Kharadi Pune Brochure.pdf
SSPL The Strand Abodes Kharadi Pune Brochure.pdfSSPL The Strand Abodes Kharadi Pune Brochure.pdf
SSPL The Strand Abodes Kharadi Pune Brochure.pdf
 
Hot call girls in Moti Bagh🔝 9953056974 🔝 escort Service
Hot call girls in Moti Bagh🔝 9953056974 🔝 escort ServiceHot call girls in Moti Bagh🔝 9953056974 🔝 escort Service
Hot call girls in Moti Bagh🔝 9953056974 🔝 escort Service
 
Call Girls In Mundka Industrial Metro@꧂8447779280 ↬Enjoy ꧂Escort Service in ...
Call Girls In Mundka Industrial Metro@꧂8447779280 ↬Enjoy ꧂Escort Service in  ...Call Girls In Mundka Industrial Metro@꧂8447779280 ↬Enjoy ꧂Escort Service in  ...
Call Girls In Mundka Industrial Metro@꧂8447779280 ↬Enjoy ꧂Escort Service in ...
 

Jruby

  • 1. Jruby and Rails Why on earth…? Chris McCann
  • 2. Necessity is the a mother… Wanted to build a prototype Rails application that could interact with complicated Excel spreadsheets Store “input” data in plain old AR models Pass that data to the spreadsheets Recalculate and extract the values of complicated formulas Allow user to download a “live” spreadsheet filled with their data
  • 3. The Easy Way…not Use the ruby spreadsheet gem! “Reading is easy!” “Writing is easy!” “You should be able to fill in Data to be evaluated by predefined Formulas” Yes, yes I should…but alas, I cannot “A ‘To Do’ in source code != functionality!”
  • 4. Whoa…spreadscript? Need to manipulate or dynamically generate Excel spreadsheet files? YES! Need to perform complex spreadsheet calculations on data stored in a database? YES!! Tired of being restricted to providing users with CSV files when you really want formulas, formatting, and multiple sheets in a workbook? YES!! YES!! YES!! Want your Perl, Python, or Tcl scripts to have access to the power…? WTF? Perl, Python, Tcl? NOOOOOOOOO!
  • 5. A different angle Build a formula calculation engine in Ruby Pass the model inputs to the engine Calculate the formula values Populate a spreadsheet with the value… …and while I’m at it write the next Googlebook
  • 6. Desperation sets in… Use Microsoft Excel Web Services API in Sharepoint to expose a web service that allows me to programmatically access and interact with Excel 2010 spreadsheets stored in a Sharepoint document repository Microsoft? Sharepoint? Web service?
  • 7. Ask people smarter than me Pragmatic Programmer’s “Rails Studio” Alumni mailing list “Why not use JRuby – there’s probably a really nice Excel spreadsheet library out there in Java” Hmmm…I know Java, corporations love Java, and corporations love Excel…maybe he’s on to something!
  • 8. JRuby - What? jruby.org - “100% Pure-Java implementation of…Ruby” Instead of the C-based Ruby we all know and love
  • 10. And the Google says… Search for “java excel spreadsheet”
  • 11. Does JRuby do Rails? https://github.com/jruby/jruby/wiki/JRubyOnRails You can use JRuby with Ruby on Rails. JRuby gives Rails the power and functionality of the Java Platform, providing it with: Excellent garbage collection for endless uptimes Hotspot profiled dynamic optimizations for great performance Access to the Java ecosphere for additional technology options Deployment to Java application servers for ubiquity
  • 12. How to get it? rvm install jruby By default it loads as ruby 1.8.7 To get ruby 1.9: export JRUBY_OPTS="--1.9” add an after_use hook (see rvm docs)
  • 13. One gotcha Mac OS X 10.5.8 – has java 1.5, wasn’t working Download Java 1.6 update from Apple Still not working, java –version = 1.5.0_26 Applications > Utilities > Java Preferences Move Java SE 6 to the top of “Java application versions” Reloads the new version automagically (1.6.0_22 in my case)
  • 14. Cheat like a boss!
  • 15. Key features for using Java include Java # provides bridge to JVM # and shortcut for core classes require 'poi-3.7-20101029.jar’ # bring in the JARs require 'poi-ooxml-3.7-20101029.jar’ class AnalysisAdapter include_classjava.io.FileInputStream # to use core Java classes include_classjava.io.FileOutputStream include_classJava::org.apache.poi.xssf.usermodel.XSSFWorkbook # to explicitly use classes from JARs
  • 16. Ruby syntax translation Use Ruby syntax on Java objects: wb_path= Rails.root.join('public', 'spreadsheets', sheet_name) fis= FileInputStream.new(wb_path.to_s); workbook = XSSFWorkbook.new(fis) Instead of the Java style: FileInputStreamfis= new FileInputStream(wb_path.to_s); XSSFWorkbookworkbook = new XSSFWorkbook(fis)