Showing 94 open source projects for "mvc java"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1
    Simplest Ever REST Framework for Java
    SerfJ means Simplest Ever REST Framework for Java (http://serfj.sourceforge.net). Provides a lightweight MVC for Java web apps which can interpret REST URLs and dispatch it to a controller and then show the appropriated view or serialized object
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Mandragora would be a framework that helps implementing Business Delegate and DAO patterns. The idea is let the controller of an MVC application deal just with value objects, without having any idea of how they are managed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Mvc Infraestructure

    Serializable Data Transfer Object/Generic Dao for J2EE

    Dto.java and others classes - for data transmission from/to view (with EL - Expression Language" ) layer to/from business and persistence layer in J2EE application. Dto extends from HashMap class of Java API for encapsulate any type of information by key type:key_i.key_ij.key_ijk....: Any component in any J2EE functional chain can access to DTO if they know the key key_i.key_ij.key_ijk.... for object access. This project helps to decouple the data, business logic and persistence logic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    acapulco
    Java OSGI-based framework for building modular Swing applications. It provides a clear separation of concerns based on MVC pattern. This is not another OSGI implementation, but rather an attempt to build on OSGi provided functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Original Buy Center Software. Icon
    The Original Buy Center Software.

    Never Go To The Auction Again.

    VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
    Learn More
  • 5

    swingframework

    MVC Framework for Writing Swing Client.

    Writing modular Swing code is hard and this simple framework helps with implementing MVC in Swing.,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    krest

    krest

    A Java Framework for the creation of online REST services

    A Java framework for the creation of REST services. Krest is built upon Spring MVC and offers an enterprise scale solution for REST services. Please visit http://javakrest.sourceforge.net/ to find the demo app, or download the core library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    j4gl

    j4gl Java framework, richclient, application server and persistence

    A an MVC Java framework. The View is defined in XML, the Controler is written in a Java-like language and the database Model is generated from database meta data. A J4GL application is similar to an HTML+Servlet application but a can run in HTML, Java Richclient (with app server), or Java Fatclient (without app server).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AssemblerFramework是一个基于JAVAEE的框架。提供MVC、IOC容器、国际化、plugin机制等功能,框架自身采用松散结构,除了入口的Servlet,其他部件提供了可替换和扩展点。提供了注解和xml2种配置。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GWTApp provides several features like: HTML templating and messaging at runtime without application recompiling, MetaField to auto bind and simulate annotation of RPC data fields, Strong typing in MVC, Modular structure in Maven.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 10
    The ServeBox Foundry is an ActionScript 3 / Java framework designed for Flex 3 / Flex 4 applications development. For flex4 use the new version 3.0.0-beta. Its design is based on several design patterns, and includes tools built to resolve some of th
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mentawai is a Java MVC web framework, focused in simplicity, with no XML-based configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Freejack is a MVC framework for quickly building dynamic websites using Freemarker as the template engine and Python for the controllers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The BlazeFramework is a Java like Framework which provides a nice API for developers. It offers developers a real OOP feeling in PHP like in Java. It's an event-based MVC web framework which uses XML for view definitions and the navigationsystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ferret4J aims to be a lightweight MVC framework for Java applications. It is based on a Model-centric architecture and strives to be as little intrusive as possible. You can find out more in my blog at http://blackship.eu/category/my-projects/jferret/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jPersist is an object-relational persistence API with automatic mapping, and based on the ActiveRecord and DataMapper patterns. jWebApp is an MVC web application framework. Both are configuration and annotation free and can be learned in minutes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a template application that implements a "conversational" extended persistence context: with Spring and Maven: - Annotation-driven Hibernate mappings - Configuration of the AOP-based service layer - A unit- and integration-test framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Write Spring MVC controllers in JavaScript! Continuations-based multipage webflows work if the user goes back with the browser's back button or even splits the flow in two using File->New Window with no effort on your part. State persistence available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Service Oriented Container (SOC) focused on creating and managing Services using annotations. Implements lighweight SOA using JEE, JAVA and Ruby. More than 20 services are included (ESB (Mule), jBPM, Jetty, JMS, GWT, DB, Rules, JMX, Spring support..)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    VRaptor 2 is a mvc controller based on Java 5 annotations with support for Inversion of Control and Dependency Injection, and many other features in order to make it easier to write web apps by not messing around with other programming layers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Annotation based Java MVC framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AIBench (Artificial Intelligence workBENCH) is a lightweight, non-intrusive, MVC-based Java application framework intended to fast develop desktop-based applications, specially focused in the scientific domain. See more on: http://www.aibench.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The XX framework is an XML-centric implementation of the MVC development paradigm and includes full automation functionality, where HTML form fields can be mapped directly to database fields for display or update without additional coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GWTruts is a GWT MVC framework. It uses an easy XML config file to configure the views and controllers and their properties. It is written completely in GWT and has no extra dependencies, therefore it should work fine with any GWT plugins/GWT extensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AbstractMVC developed to be J2ME mobile application framework under limitation of programming language and mobile device environment. AbstractMVC Framework develops by using concept of MVC but we try to improve them compatible with mobile application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A J2EE Web Dev Framework, Struts style MVC, Event Driven like JSF and Ajax-enabled Client Scripting like YUI, Fine grained event binding, access to server variables in JavaScript & Webpages, Easy integration with Struts, No custom tags & No complex API.
    Downloads: 0 This Week
    Last Update:
    See Project