Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/huluvu424242/script8.example
- Owner: Huluvu424242
- License: lgpl-3.0
- Created: 2015-04-12T17:20:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T23:16:42.000Z (almost 6 years ago)
- Last Synced: 2023-03-18T00:31:10.915Z (over 1 year ago)
- Topics: example, java, javascript, nashorn, rhino, ruby, scripting, tckl
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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: [![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)