https://github.com/jruby/jruby-examples
A collection of examples to help you get the most out of JRuby
https://github.com/jruby/jruby-examples
Last synced: 8 months ago
JSON representation
A collection of examples to help you get the most out of JRuby
- Host: GitHub
- URL: https://github.com/jruby/jruby-examples
- Owner: jruby
- License: epl-1.0
- Created: 2015-08-24T14:19:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T18:39:18.000Z (about 4 years ago)
- Last Synced: 2025-04-15T06:15:57.339Z (8 months ago)
- Language: Java
- Size: 48.8 KB
- Stars: 5
- Watchers: 10
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JRuby Examples
==============
This repository contains examples and documentation for features specific to JRuby, like Java integration and Java-based extensions.
This repository is divided into a few areas:
* java-integration/ contains Ruby-based examples of calling Java from Ruby
* extensions/ contains examples of JRuby extensions written in Java (and other languages)
* integration/ holds example projects and builds for various types of applications, like WAR files, standalone jar files, etc.
* performance/ contains examples of how to get the best performance out of JRuby