JSR 223: Scripting for the Java Platform

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Ajax programming with the Java Scripting API by Jeff Friesen   - [Clicks: 11]
    Discover the Java Scripting API and use it to develop a dynamic, Swing-based weather application, in this excerpt from Jeff Friesen's "Beginning Java SE 6 Platform".
    http://www.javaworld.com/javaworld/jw-11-2007/jw-11-jse6.html - Nov, 2007
  • Scripting on the Java platform by Gregor Roth   - [Clicks: 18]
    Learn what differentiates dynamic languages like Groovy, Jython, and JRuby from Java, then find out what happens under the hood when you start using scripting languages and techniques for faster programming on the Java platform.
    http://www.javaworld.com/javaworld/jw-11-2007/jw-11-jsr223.html - Nov, 2007
  • Scripting with Balance in Design and Performance by Dejan Bosanac   - [Clicks: 14]
    Java SE 6 introduces a new framework for integrating with scripting languages. But what's the right way to mix these languages with Java? Dejan Bosanac, author of Scripting in Java, looks at how an interface-driven approach allows you to maintain good design as you combine languages.
    [Includes sample code]
    http://today.java.net/pub/a/today/2007/09/20/scripting-balance-design-performance.html - Sep, 2007
  • Invoke dynamic languages dynamically, Part 2: Find, execute, and change scripts at run time by Tom McQueeney   - [Clicks: 13]
    The Java scripting API added in Java SE 6 and backward compatibility with Java SE 5 allows dozens of scripting languages to be called at run time from a Java application in a simple, unified way. Part 1 of this two-part article introduces the API's basic features. Part 2 exposes more of its power, demonstrating how external scripts written in Ruby, Groovy, and JavaScript can be executed and altered at run time to change business logic without stopping and restarting the application.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-javascripting2/index.html - Sep, 2007
  • Invoke dynamic languages dynamically, Part 1: Introducing the Java scripting API by Tom McQueeney   - [Clicks: 12]
    You don't need to compile dynamic languages into Java bytecode to use them with a Java application. Dozens of scripting languages can be called at run time from Java code in a simple, unified way using the scripting package added to Java Platform, Standard Edition 6 (Java SE) and backward compatible with Java SE 5. Part 1 of this two-part article introduces the Java scripting API's features. It uses a simple Hello World application to show how Java code can execute scripting code and how scripts can in turn execute Java code. Part 2 dives deeper into the power of the Java scripting API.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-javascripting1/ - Sep, 2007
  • Introduction to scripting in Java, Part 2 by Dejan Bosanac   - [Clicks: 15]
    You've nailed down the functional characteristics of scripting languages and seen how Python compares to Java for banging out fast code. Now look at the big picture: how does a non-native scripting language interact with the JVM and how will the strengths and weaknesses of scripting affect the runtime performance, robustness, and maintainability of your Java applications. Find out what else you need to know about scripting in this second half of the JavaWorld excerpt from Dejan Bosanac's Scripting in Java: Languages, Frameworks, and Patterns (Addison-Wesley Professional, August 2007).
    http://www.javaworld.com/javaworld/jw-08-2007/jw-08-awscripting2.html - Aug, 2007
  • Introduction to scripting in Java, Part 1 by Dejan Bosanac   - [Clicks: 17]
    Until recently only the hardcore were excited about scripting on the Java platform, but that was before Sun boosted the JRE's support for dynamically typed languages like Python, Ruby, and JavaScript. In this two-part excerpt from the forthcoming Scripting in Java: Languages, Frameworks, and Patterns (Addison Wesley Professional, August 2007) Dejan Bosanac narrows in on what differentiates most scripting languages from a programming language like Java, then explains why scripting is a time-worthy addition to your Java programming skillset.
    [Excerpt from Scripting in Java: Languages, Frameworks, and Patterns.]
    http://www.javaworld.com/javaworld/jw-07-2007/jw-07-awscripting1.html - Jul, 2007
  • Enhance Eclipse RCP with Scripting by Riccardo Govoni   - [Clicks: 45]
    JSR-223 defines various kinds of interactions between scripting languages and the Java platform. Learn how to enhance the Eclipse platform and its Rich Client Platform applications with JSR-223 scripting capabilities.
    [Includes sample code]
    http://www.devx.com/Java/Article/34545 - May, 2007
  • Embedding DSLs in Java using JRuby by Mario Aquino   - [Clicks: 85]
    This article will describe how to introduce a mini-language of commands for interacting with a program (rather than components like radio buttons and combo boxes) using Java, the new Java 6 Scripting API, and JRuby.
    http://www.ociweb.com/jnb/jnbJan2007.html - Jan, 2007

[Top]