jar

net.sf.mvc-prototype : mvc-prototype

Maven & Gradle

Apr 15, 2011

MVC-Prototype · MVC-Prototype is a lightwight prototype framework for the MVC-Pattern. It helps to easily create a clean application that follows the MVC pattern. MVC-Prototype makes excessive use of Java Generics to bring maximum flexibility.

Table Of Contents

Latest Version

Download net.sf.mvc-prototype : mvc-prototype JAR file - Latest Versions:

All Versions

Download net.sf.mvc-prototype : mvc-prototype JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mvc-prototype-0.2.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.mvc.prototype.model

├─ net.sf.mvc.prototype.model.AbstractModel.class - [JAR]

├─ net.sf.mvc.prototype.model.Model.class - [JAR]

net.sf.mvc.prototype

├─ net.sf.mvc.prototype.ExceptionGroup.class - [JAR]

├─ net.sf.mvc.prototype.MVC.class - [JAR]

├─ net.sf.mvc.prototype.SwingUtils.class - [JAR]

net.sf.mvc.prototype.example.swing

├─ net.sf.mvc.prototype.example.swing.MyController.class - [JAR]

├─ net.sf.mvc.prototype.example.swing.MyModel.class - [JAR]

├─ net.sf.mvc.prototype.example.swing.MyView.class - [JAR]

net.sf.mvc.prototype.view

├─ net.sf.mvc.prototype.view.AbstractInputOutputView.class - [JAR]

├─ net.sf.mvc.prototype.view.AbstractInputView.class - [JAR]

├─ net.sf.mvc.prototype.view.AbstractOutputView.class - [JAR]

├─ net.sf.mvc.prototype.view.AbstractSwingView.class - [JAR]

├─ net.sf.mvc.prototype.view.InputOutputView.class - [JAR]

├─ net.sf.mvc.prototype.view.InputView.class - [JAR]

├─ net.sf.mvc.prototype.view.OutputView.class - [JAR]

├─ net.sf.mvc.prototype.view.View.class - [JAR]

net.sf.mvc.prototype.controller

├─ net.sf.mvc.prototype.controller.AbstractInputController.class - [JAR]

├─ net.sf.mvc.prototype.controller.AbstractInputOutputController.class - [JAR]

├─ net.sf.mvc.prototype.controller.AbstractOutputController.class - [JAR]

├─ net.sf.mvc.prototype.controller.AbstractSwingController.class - [JAR]

├─ net.sf.mvc.prototype.controller.Controller.class - [JAR]

├─ net.sf.mvc.prototype.controller.InputController.class - [JAR]

├─ net.sf.mvc.prototype.controller.InputOutputController.class - [JAR]

├─ net.sf.mvc.prototype.controller.OutputController.class - [JAR]