Blocks is a Java framework allowing you to design professional database desktop GUI applications in a minute.
The core component of the new professional edition is the Block object, a MVC pattern design, having a model and optional a Block view.
The framework is an OOP design having an open architecture, allowing to be extended with other features. It is recommended to use the framework on NetBeans IDE as components for Matisse GUI builder.
This software is especially suitable to be used on trading platforms as well as on banking applications.
Here are some key features of "Blocks":
· Navigation.
· In memory operations over a set of records.
· JDBC dataset blocks.
· XML dataset blocks.
· RMI dataset blocks.
· Web Services dataset blocks.
· JPA dataset blocks.
· Spreadsheet blocks.
· Allow insert, edit/cancel, delete/restore operations.
· Allow commit/rollback of the block to a persistent storage.
· Define master/detail block relations.
· Export to Excel on the fly.
· Export/Import as XML file.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Code review.