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: 2 months ago
JSON representation
Beispiele für die Ausführung von Skriptsprachen aus Java 6 heraus.
- Host: GitHub
- URL: https://github.com/huluvu424242/script8.example
- Owner: Huluvu424242
- License: lgpl-3.0
- Created: 2015-04-12T17:20:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T12:54:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T23:43:23.924Z (11 months ago)
- Topics: example, java, javascript, nashorn, rhino, ruby, scripting, tckl
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# script8.example
Beispiele für die Ausführung von Skriptsprachen aus Java 8 heraus.
Build status: [](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)