Documents tagged with jvm

Languages on the JVM - Groovy, Ruby, Scala, Clojure

A look at 4 languages running on JVM.
  • chuk-lee-3725 published this 11 / 29 / 2009
  • 113 reads
  • 0 comments

Programming from the Ground Up by Jonathan Bartlett

Review I highly recommend working through this book even if you'll never program assembly again... you'll be a vastly better programmer. -- Joel Spolsky, JoelOnSoftware.com Product Description...
  • uumumsumuamumam published this 09 / 28 / 2009
  • 198 reads
  • 0 comments

Pragmatic Real-World Scala

Jonas Bonér talks about Scala: using OO and the type system to create reusable components, using closures, high-order functions, immutability to create coherent and deterministic code, using Actors...
  • BestTechVideos published this 07 / 19 / 2009
  • 927 reads
  • 1 comment

Writing DSLs in Groovy

In this presentation recorded at QCon London 2009, after a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets o...
  • BestTechVideos published this 07 / 10 / 2009
  • 324 reads
  • 0 comments

Mule Framework Guideline

Mule is a lightweight Java-based messaging framework that allows you to quickly and easily connect your applications and enable them to exchange data. Mule uses a service-oriented architecture (SOA...
  • modipawan8126 published this 07 / 06 / 2009
  • 1,247 reads
  • 0 comments

Terracotta Load Balancing and Clustering

Terracotta is open source infrastructure software that makes it inexpensive and easy to scale a Java application to as many computers as needed, without the usual custom application code and databa...
  • modipawan8126 published this 07 / 06 / 2009
  • 949 reads
  • 0 comments

Java Application Development on Linux

By: Carl Albing, Michael Schwarz. *Linux as a development platform and deployment platform for Java applications has been largely ignored. This is despite the fact that the *nix platform (meani...
  • ksaver published this 05 / 27 / 2009
  • 288 reads
  • 0 comments

Evolving the Java Platform

In this presentation recorded at QCon London 2008, Ola Bini talks about the current status of the JVM regarding languages running on top of it and the need to evolve in order to support dynamic lan...
  • BestTechVideos published this 03 / 23 / 2009
  • 371 reads
  • 0 comments

Language Parity: Closures and the JVM

In this presentation from the JVM Languages Summit 2008, Neal Gafter discusses closures on the JVM. Topics covered include the JVM libraries, the challenges of running other languages on the JVM, l...
  • BestTechVideos published this 03 / 17 / 2009
  • 220 reads
  • 0 comments

Incremental Dynamic Code Generation with Trace Trees

Abstract The unit of compilation for traditional just-in-time compilers is the method. We have explored trace-based compilation, in which the unit of compilation is a loop, potentially spanning ...
  • Reader93 published this 03 / 06 / 2009
  • 353 reads
  • 0 comments

Java Memory Management Whitepaper - April 2006

Memory Management in the Java HotSpot™ Virtual Machine Sun Microsystems April 2006 2 Table of Contents Sun Microsystems, Inc. Table of Contents 1 Introduction . . . . . . . . . . . . . . . . ...
  • magic_nell published this 01 / 16 / 2009
  • 868 reads
  • 0 comments

A Comparison of Virtual Machines

Stacking them up: a Comparison of Virtual Machines K John Gough £ j.gough@qut.edu.au Abstract A popular trend in current software technology is to gain program portability by compiling programs to...
  • Computer Guru published this 09 / 27 / 2008
  • 768 reads
  • 0 comments

Comparison Between CLR and JVM

A Translation-Facilitated Comparison between the Common Language Runtime and the Java Virtual Machine Sam Shiel and Ian Bayley March 5, 2005 Abstract We describe how programs can be converted from ...
  • Computer Guru published this 09 / 27 / 2008
  • 1,657 reads
  • 0 comments