This simple framework allows the implementation of the paradigm MVC (Model-View-Controller) for the development of any Java Standalone Desktop application just by using only one Java annotation.
It was called "just simple" because the developer has just to define 3 separated and independent classes, a model, a view and a controller... and all the work of putting together is made by the the framework that discovers the annotations (specified in each class) and mix all together their functionalities.
Features
- MVC paradigm fully implemented only with Java annotations definied by the user
- this framework just uses interfaces, no need to extend, add or create other classes
Categories
Software DevelopmentFollow justsimple
You Might Also Like
Red Hat Ansible Automation Platform on Microsoft Azure
Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of justsimple!