RubyletEE

A Java servlet that loads JRuby and a Ruby object implementing the Java Servlet API to which requests are forwarded. This Ruby object will typically be Rubylet::Servlet, which again forwards to a Rack application.

License

License

Categories

Categories

Ruby Languages
GroupId

GroupId

com.commongroundpublishing
ArtifactId

ArtifactId

rubylet-ee
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

RubyletEE
A Java servlet that loads JRuby and a Ruby object implementing the Java Servlet API to which requests are forwarded. This Ruby object will typically be Rubylet::Servlet, which again forwards to a Rack application.

Download rubylet-ee

How to add to project

<!-- https://jarcasting.com/artifacts/com.commongroundpublishing/rubylet-ee/ -->
<dependency>
    <groupId>com.commongroundpublishing</groupId>
    <artifactId>rubylet-ee</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.commongroundpublishing/rubylet-ee/
implementation 'com.commongroundpublishing:rubylet-ee:1.0.0'
// https://jarcasting.com/artifacts/com.commongroundpublishing/rubylet-ee/
implementation ("com.commongroundpublishing:rubylet-ee:1.0.0")
'com.commongroundpublishing:rubylet-ee:jar:1.0.0'
<dependency org="com.commongroundpublishing" name="rubylet-ee" rev="1.0.0">
  <artifact name="rubylet-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commongroundpublishing', module='rubylet-ee', version='1.0.0')
)
libraryDependencies += "com.commongroundpublishing" % "rubylet-ee" % "1.0.0"
[com.commongroundpublishing/rubylet-ee "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.6

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1
org.jruby : jruby jar 1.7.1

test (6)

Group / Artifact Type Version
junit : junit jar 4.10
org.jruby : jruby-complete jar 1.7.1
commons-io : commons-io jar 2.3
junit-addons : junit-addons jar 1.4
org.eclipse.jetty : jetty-servlet jar 8.1.3.v20120416
net.sourceforge.htmlunit : htmlunit jar 2.9

Project Modules

There are no modules declared in this project.
com.commongroundpublishing

Common Ground

Versions

Version
1.0.0