Home > SimpleScript > SimpleScript – Use Java as Scripts

SimpleScript – Use Java as Scripts

Java is a compile language. When you write a Java program, you need to compile it before you can run it. Also, you need to write a class and a main method to have a code in it. These are no big deal most of the time as many IDE takes care of all that for you. Sometime, however, you just want to quickly try a few things without tampered your package structure with new temporary classes OR your working environment does not always have the luxury of auto-compilation.

And, how about this … You have a small size or medium sized program in Java and you want to distribute it but Java is a compile language, you need to distribute .class or .jar program and some people may not trust you enough to run your code. Given them .java means that they have to compile it themselves and that is very inconvenient.

And, how about this … You want to allows your client you customize their employment environment but INI or XML does not seems to be powerful enough. Your client have someone with some Java skills enough can do some hacking and setting in Java.

With some or all above excuses, SimpleScript is want you are looking for!!!

Read more about SimpleScript here.


Copyright 2010: Nawapunth Manusitthipol
Categories: SimpleScript Tags:
  1. No comments yet.
  1. No trackbacks yet.