Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.