Goldspike

Goldspike · jruby/jruby Wiki

» JRuby Project Wiki Home Page     » JRuby on Rails]

GoldSpike


'''Note: GoldSpike is being discontinued. Use
Warbler instead of GoldSpike for packaging JRuby on Rails applications into WAR files.'''

Java web applications are typically packaged as WAR files in preparation for distribution and deployment to Java EE servers. It is useful to be able to package Ruby on Rails applications in a similar form, to enable seamless deployment to Java servers. This is what GoldSpike does.

__TOC__

== Creating a WAR of a Rails application ==

=== Warbler ===
See Warbler for our currently recommended way to package your Rails applications as a .war file for deployment to a Java app server.

See also [[Jruby on Rails on Tomcat (Warbler related info).

Note this section will be expanded in the near future.

原文地址:https://www.cnblogs.com/lexus/p/2397110.html