The Artima Developer Community
Sponsored Link

Java Buzz Forum
Kyle Cordes: Scripting Your Java App

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
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Kyle Cordes: Scripting Your Java App Posted: Nov 10, 2006 12:02 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Kyle Cordes: Scripting Your Java App
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

This month's St. Louis JUG meeting featured Kyle Cordes talking about scripting Java applications

"I attended one of Edward Tufte's classes," started Kyle. I know right away that I won't be able to get the PowerPoint for the talk at the end. Kyle did the presentation in Eclipse and showed code.

Kyle handed out a one page summary that contained all the main points of the talk in complete sentences and paragraphs. Since it's not very creative to simply copy that sheet of paper into this blog, I'll summarize the talk into bullet points.

  • History of scripting
  • Bean Scripting Framework (BSF)
  • BeanShell (JSR 274)
  • Groovy (JSR 241)
  • Java 6 scripting (JSR 223)
  • Demos
  • Rhino (Mozilla's Java based JavaScript engine)
  • "You won't get into trouble by using the scripting language in the JDK"
  • We have been very happy using Rhino to scripting an enterprisey application
  • It's surprisingly easy to add scripting support
  • What's a scripting language
    • Dynamic typing
    • Interpreted execution
    • eval
  • Why script
    • Configuration
    • More important in commercial systems
    • "Alternate hard and soft layers"
    • modular & testable
    • Users will use scripting to create incredible values
  • Kinds of scripting APIs
    • Rules scripting
    • Plugin scripting
    • External scripting
  • Sandbox is very important (scripts shouldn't be able to see your app's internals)

Read: Kyle Cordes: Scripting Your Java App

Topic: AllConsuming.net: Consumed "The Business of Brands" Previous Topic   Next Topic Topic: Are you really Multi-Core?

Sponsored Links



Google
  Web Artima.com   

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