InfoQ

Presentation

Recorded at:
Recorded at

Running PHP on the JVM with P8

Posted by Rob Nicholson on Oct 31, 2008 04:00 AM

Community
Java
Topics
Dynamic Languages ,
Web Frameworks
Tags
JVM ,
JSR 292 ,
JVM Language Summit ,
PHP ,
P8
Summary
In this presentation from the JVM Languages Summit 2008, Robert Nicholson discusses P8, an implementation of PHP on the JVM. Topics covered include the reasons for bringing PHP to the JVM, an overview of PHP and P8, PHP characteristics, the JVM method length limit, how PHP functions are compiled, InvokeDynamic (JSR 292) and PHP Functions, PHP values and Unicode strings in PHP.

Bio
Rob Nicholson works in the Language Runtime group at IBM Hursley in the UK. Rob leads the development of the PHP runtime used in IBM WebSphere sMash and Project Zero.

About the conference
The 2008 JVM Language Summit is an open technical collaboration among language designers, compiler writers, tool builders, runtime engineers, and VM architects. The talks inform the audience, in detail, about the state of the art of language design and implementation on the JVM, and the present and future capabilities of the JVM itself.

1 comment

Reply

How to find out more about IBM's PHP on Java by Robert Nicholson Posted Dec 17, 2008 2:50 AM
  1. Back to top

    How to find out more about IBM's PHP on Java

    Dec 17, 2008 2:50 AM by Robert Nicholson

    This presentation was intended for the group of deep language technologists who assembled for the JVM languages summit. I covered very little on HOW you get and use this technology and why you would want to use it.

    P8 is not a standalone project. IBM makes it available in IBM WebSphere sMash which is an platform for developing agile web applications using scripting languages an Web 2.0 technology such as REST and Ajax. As well as being a commercial offering sMash is available for download and use without payment for limited deployments. So you can download it and try it. sMash is developed in the open so you can download the binaries, see our roadmap and bugtracker, and even look at the source. To find out more go to www.projectzero.org/.

    My Personal blog is nicholsr.blogspot.com

Educational Content

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library access, library challenges and future plans.

Performance Anti-Patterns in Database-Driven Applications

Alois Reitbauer specifies several architectural anti-patterns that one should stay away from and which can downgrade an application’s performance.

Making TDD Stick: Problems and Solutions for Adopters

Teams in large organizations still struggle to adopt TDD. In this article Mark Levison shares problems he uncovered when he surveyed teams, and his own strategy to introduce TDD into an organization.

Testing is Overrated

In this talk from RubyFringe, Luke Francl asks: is developer-driven testing really the best way to find software defects? Or is the emphasis on testing and test coverage barking up the wrong tree?

VM Optimizations for Language Designers

John Pampuch discusses the HotSpot compiler, the history of Java performance, HotSpot development philosophies and challenges, optimization, JVM library improvements, and tips for better performance.

Keith Braithwaite, an Agile Skeptic

In this interview, Keith Braithwaite, an Agile developer, consultant and trainer, says that we should show a good deal of skepticism towards today’s Agile practice.

Workflow Orchestration Using Spring AOP and AspectJ

This article demonstrates how to build and orchestrate highly configurable and extensible yet light-weight embedded process flow using AOP techniques with Spring AOP and Aspect J.

Embrace Uncertainty

Jeff Patton explains why one needs to embrace uncertainty in order to succeed with his/her Agile project and how to avoid some of the common mistakes leading to project failure.