Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huluvu424242/script8.example

Beispiele für die Ausführung von Skriptsprachen aus Java 6 heraus.
https://github.com/huluvu424242/script8.example

example java javascript nashorn rhino ruby scripting tckl

Last synced: 27 days ago
JSON representation

Beispiele für die Ausführung von Skriptsprachen aus Java 6 heraus.

Awesome Lists containing this project

README

        

# script8.example
Beispiele für die Ausführung von Skriptsprachen aus Java 8 heraus.

Build status: [![Build Status](https://travis-ci.org/FunThomas424242/script8.example.svg?branch=master)](https://travis-ci.org/FunThomas424242/script8.example)

## Quellen im Neuland

* https://publikation.msg.group/publikationsarchiv/sonstiges/601-scripting-in-java-8/file (PDF Artikel)
* https://www.safaribooksonline.com/library/view/scripting-in-javatm/9780321321930/ (Standardwerk von Dejan Bosanac)
* https://www.javaworld.com/article/2077748/mobile-java/introduction-to-scripting-in-java--part-1.html (Tutorial von Dejan Bosanac)
* http://java-source.net/open-source/scripting-languages (Scriptsprachen Supportliste für Java)
* http://java-source.net/open-source/scripting-languages/bean-scripting-framework (Bean Scripting Framework)
* http://quercus.caucho.com/
* https://developer.mozilla.org/de/docs/Rhino (Rhino = Javascript)
* http://tcljava.sourceforge.net/docs/website/index.html (Tc/Tk Integration)