advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Download the Code!
Sidebar 1. The Eclipse Rich Client Platform
Sidebar 2. Anatomy of an Eclipse Plug-in
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

Enhance Eclipse RCP with Scripting

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. 


advertisement
ava Specification Request (JSR) 223 defines a set of APIs and a related framework to integrate the Java platform with scripting languages. The APIs are part of the standard library that ships with Java SE 6, so you get free scripting support whenever you run applications on a SE 6 JVM. This also applies to applications built upon the Eclipse platform.

JSR-223 defines various kinds of interactions between scripting languages and the Java platform, including:

  • Embedding interpreted scripts into Java applications
  • Modifying and controlling Java objects from within a scripting context
  • Using the Java language to write and expose script interpreters

It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com.
Already a member?



advertisement