Deploying with JRuby - Cover

Deploying with JRuby

Deliver Scalable Web Apps Using the JVM - The Pragmatic Programmers

27,00 €
(inkl. MwSt.)
In den Warenkorb

Nicht lieferbar

Bibliografische Daten
ISBN/EAN: 9781934356975
Sprache: Englisch
Umfang: XX, 200 S.
Format (T/L/B): 1.8 x 23 x 19.2 cm
Auflage: 1. Auflage 2012
Einband: kartoniertes Buch

Beschreibung

Deploy using the JVM's high performance while building your apps in the language you love. JRuby is a fast, scalable, and powerful JVM language with all the benefits of a traditional Ruby environment. See how to consolidate the many moving parts of an MRI-based Ruby deployment onto a single JVM process. You'll learn how to port a Rails application to JRuby, get it into production, and keep it running. JRuby deployments have fewer moving parts and consume less memory than traditional Ruby deployments, but to deploy your apps on the JVM, you need to learn some new approaches. This book introduces you to three JRuby deployment strategies that will give you the performance and scalability you need while letting you use the language you love. You'll start by porting an existing application to JRuby, preparing the app to take advantage of the JVM platform. Then you'll use Vagrant and Puppet to build a virtual production environment so you have a stable, reproducible place to explore JRuby deployment. With your environment in place, you'll experiment with simple JRuby deployment with Warbler as you package your Ruby web application into a single file you can deploy to a Java application server. Next you'll set up the lightweight Trinidad web server to create a more flexible, modular deployment that fits more complex situations but still feels friendly and familiar to Ruby developers. You'll switch to powering your app with TorqueBox, an all-in-one JRuby environment that includes built-in support for messaging, scheduling, and daemons--perfect for handling the "big jobs." Then, you'll set up a continuous integration environment with Jenkins so you can deploy like the pros. Deploying with JRuby is the missing link between enjoying JRuby and using it in the real world to build high-performance, scalable applications. What You Need: To run the examples in this book, you'll need a computer that can run the Java Virtual Machine.

Autorenportrait

Joe Kutner has been a programmer for over a decade and he's spent many of those years researching the health issues that relate to his sedentary job. He's also a former college athlete and Army Reserve physical fitness trainer. Through his research and personal experience, he's learned that small changes can make big differences in peoples' health. Now he wants to help other programmers improve their lifestyles.