JavaServer Pages (JSP) is a more flexible technology than servlets because it can respond to dynamic changes at runtime. Can you imagine a common Java class that has this dynamic capability too? It ...
Wikipedia may be the most high-profile example of a user-edited wiki site, but millions of people around the world are setting up wikis for knowledge-sharing on a smaller scale. In this article, ...
I needed a way to import java classes easily in Emacs. I also didn’t want a package that was tied to a particular tool like maven or gradle (especially a potentially long startup time tool). This adds ...
Compiler for MicroJava, a programming language that is a simplified version of Java 'invented' for the purpose of this project. It supports variables, global functions, arrays, loops (foreach, while), ...