Skip to main content

Scripting

ADempiere...Less than 1 minuteCommunityWikiDeveloper's Guide

You can write custom business logic using Adempiere to extend adempiere function.

It supports beanshellopen in new window based scripting, JSR 223open in new window scriptiing and Groovyopen in new window based scripting

Java SE 6 will contain JSR 223: Scripting for the JavaTM Platform API classes. This Framework can be used to host Script Engines in Java Applications.

Goorvy is an agile and dynamic language for the Java Virtual Machine which makes modern programming features available to Java developers with almost-zero learning curve. It supports Domain-Specific Languages and other compact syntax so your code becomes easy to read and maintain. In Adempiere, it seamlessly integrates with all existing Java classes and libraries and compiles straight to Java bytecode so you can use it anywhere you can use Java

BeanShellopen in new window is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.

See Also

JSR 223open in new windowBeanShellopen in new windowGroovyopen in new window

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.8