| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Frameworks | Projects |
- How Java Plays With Scripting Languages by Carol Zhang - [Clicks: 6]
Instead of hot debate, this article provides a comprehensive picture of how Java plays with scripting languages to leverage the advantages of both technologies.
http://java.sun.com/developer/technicalArticles/scripting/languages/ - Jun, 2008
- scripting - [Clicks: 18]
Java SE 6 will contain JSR 223: Scripting for the Java Platform API classes. This Framework can be used to host Script Engines in Java Applications. Sun's implementation of Java SE 6 includes a Script Engine based on Rhino: JavaScript for Java version 1.6R2
https://scripting.dev.java.net/
- Project Phobos - [Clicks: 12]
Project Phobos is a lightweight, scripting-friendly, web application environment running on the Java platform, aimed at addressing emerging developer requirements. Scripting and dynamic languages are growing in popularity among developers, especially for building Web applications. These developers place special value on rapid application development and deployment. The goal of Project Phobos is to show that Java is an excellent platform for server-side scripting, allowing dynamic-language developers to leverage the power of Java SE and EE. The initial focus for Project Phobos is JavaScript, but the design supports the use of other dynamic languages as well.
https://phobos.dev.java.net/