Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

application customization

  • submit to reddit

Dynamic subtyping in Java

Subtyping Issues in JavaBehavior customization is a common requirement for large software systems. A software product cannot fully satisfy requirements of all customers; there are always differences that must be implemented, which are specific to each...

4 replies - 2442 views - 10/20/11 by Alex Antonau in Articles

Abacus Formula Compiler compiles spreadsheet computations to Java byte code

The Abacus Formula Compiler (AFC) compiles computations defined in spreadsheet files directly to Java byte code. Users can thus customize an application using Excel or OpenOffice. AFC compiles against your own Java interfaces to obtain input values and...

1 replies - 3397 views - 03/08/08 by Peter Arrenbrecht in Announcements