Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otaviojava/java_dinamico
Project to compile the Java Code dynamically.
https://github.com/otaviojava/java_dinamico
Last synced: 8 days ago
JSON representation
Project to compile the Java Code dynamically.
- Host: GitHub
- URL: https://github.com/otaviojava/java_dinamico
- Owner: otaviojava
- License: apache-2.0
- Created: 2014-01-19T18:09:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-20T09:34:52.000Z (almost 11 years ago)
- Last Synced: 2023-03-12T06:39:26.770Z (over 1 year ago)
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
java_dinamico
=============Project to compile the Java Code dynamically.
To see how it works, run the test, on the src/test/resources there are four txt's files that contains the classes that will compile.
To show this functionality: do change of formula on run time, to be easy and get focus on demonstration, we will use the four simple operations (add, multiply, subtract and divide) and to simulate the database, will have the txt file with Java's source inside. How cannot reference a class that was not created yet, we will make a interface to all classes on our “data bases” will implement it.