The Artima Developer Community
Sponsored Link

Java Buzz Forum
Embedding APIs of Java-Based Scripting Engines

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Toyokazu Tomatsu

Posts: 66
Nickname: tomatsu
Registered: Jul, 2003

Toyokazu Tomatsu is a developer of Pnuts.
Embedding APIs of Java-Based Scripting Engines Posted: Apr 9, 2004 8:21 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Toyokazu Tomatsu.
Original Post: Embedding APIs of Java-Based Scripting Engines
Feed Title: Pnuts Addict
Feed URL: http://pnuts.org/~tomatsu/jroller-rss.xml
Feed Description: Toyokazu Tomatsu's Weblog
Latest Java Buzz Posts
Latest Java Buzz Posts by Toyokazu Tomatsu
Latest Posts From Pnuts Addict

Advertisement

Most of the discussions on scripting languages tend to be focused on the syntax, or sometimes the performance comparison. However, it is also important to know how scripting engines are integrated into applications.

This document investigates embedding APIs of selected scripting engines, focusing on how the following common tasks are implemented.

  1. Evaluate an expression reading from a string
  2. Execute a script reading from stream
  3. Catch an exception thrown by a script
  4. Set/get a variable without parsing
  5. Call a function/method without parsing scripts
  6. Parse a script without executing
  7. Compile a script without executing

Read: Embedding APIs of Java-Based Scripting Engines

Topic: James Strachan on recent Groovystuff Previous Topic   Next Topic Topic: Don Box: WS-CoatHangers

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use