My talk about what is jruby, how it works and why i find it very interesting.
Also it's about how you can try it today, what are the main advantages of using it and what difficulties you can face
4. JIT ALL THE THINGS (J.A.T.T ?)
JIT:JustInTimecompiler
5. HOW CAN I USE IT?
rvm installjruby
rbenvinstalljruby-X.Y.Z
$ruby-v
jruby1.7.11(1.9.3p392)2014-02-2486339bbon
JavaHotSpot(TM)64-BitServerVM1.8.0-b132+indy[darwin-x86_64]
$ruby-e"puts'hello'"
hello
6. HOW ABOUT WEBAPPS?
Embedded servers mostlybased on Jetty, Tomcat, JBoss and
Vertx (ex.: Puma, Trinidad, TourqueBox)
run with the server from the project
package in ajavaarchive (jar) and execute as ajavaapp
Standard javaservers like Jetty, Tomcat, JBoss, GlassFish,
WebLogic
Phusion Passenger (>=4.0) :)
Differentfeatures and performance butyou can easilyswitch
between them.