Showing 234 open source projects for "java mvc"

View related business solutions
  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Google Web Toolkit Application Framework. An Application Framework build on top of gwt and gwt-ext. It brings MVC and other patterns to simplify the construction of complex browser based applications. gwt-af let the free choise of serverside persistence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Charon Housing

    Open Source Housing System for UK RSLs

    Charon Housing is an Open Source Housing system was written to work as an application under the Charon Environment and is aimed at UK RSLs (LA/HA/ALMO). The Charon Housing System makes use of the Charon Application Environment which is covered elsewhere. Charon Housing's two key features are: It is designed to be ultra-scalable, so can handle thousands of concurrent users and that it is a fully multi-authority system. This second feature is required by organizations that manage the housing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Dynamic Presentation Generator

    DPG is a web CMS developed by the JAFU-Project

    Dynamic Presentation Generator (DPG) is a web CMS developed by the JAFU project at the University of Bergen, Department of Informatics. DPG is built around the concept of presentation patterns. DPG follows the Model-View-Controller (MVC) software architecture pattern. This pattern isolates domain logic from the presentation, supporting modularity and separation of concerns of the components. DPG is built on Spring framework components, such as Spring MVC and Spring Security. Some features...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Access Road

    Access Road

    Simulator of access controls

    The Access Road software is a universal simulator of access controls that is intended to improve design and auditing of IT security. Access Road offers the out-of-the-box simulations of GNU/Linux Ubuntu® (components and rights on the file system), MySQL Server®, and a generic Role-Based-Access-Control application to adapt to your needs. It is designed for database, system, and application administrators, IT architects and developers, auditors. Access Road provides a full simulation of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 5
    The Maestro Web Application Framework takes another stab web application architectures. The MVC pattern in use by most application frameworks is inadequate and makes it nearly impossible to refrain from mixing layers. Maestro tries to fix that.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pizza-shop

    pizza-shop

    eine Fingerübung in JavaEE

    Pizza-Shop ist eine einfache (und nicht ganz realitätsnahe) JavaEE Anwendung zu Übungszwecken. MVC, Server Faces und Java Persistence mit Annotationen sind die hauptsächlich eingesetzten Techniken. Nicht ganz realitätsnah heisst: - Kunden sollten über einen eigenen Account auf ihre Daten zugreifen können, anstatt einfach über eine Telefonnummer. - Der interne Bereich ist nicht auf befugte User beschränkt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Generic Java framework to build Java applications. Include tools, swing extension, business object, gui managed by pattern MVC, and more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Java Framework providing various reusable API's including POJO Services API, Java Collections based persistence(JDBC and LDAP) API's and an MVC Web API. Also provides tools to aid in the use of Apache Ant, XML configs and Docbook XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Elements for web application, designed from the application programmer's point of view. Keywords: Java, Javascript, AJAX, MVC. The core component is a very flexible table implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    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
  • 11
    A set of Java classes to enhance and speed development with Oracle Applications Framework, Oracle's MVC Framework for web application development for Oracle E-Business Suite R11 and R12. To be kept up-to-date with any changes to the Toolkit please either subscribe to the Notifications below or join the Maillist
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    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 allowing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14

    HTTP check portlet for Liferay

    Small portlet for websites checking.

    Small Liferay portlet for easy and basic checking if a website is running. In portlet is used Spring MVC and i18n. Portlet has configuration page. You can study this or use for oversee systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    DBnavgate

    Dbnavgate shows the nodes and details of a database instance

    As part of the lecture java programming we had to program a database navigator. This navigator shows the nodes of all relations in a database instance and the details of the selected node. I used the Model-View-Controller-Pattern (MVC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DB Web Admin Provides access to your databases through a web interface. It gives users visibility into their SQL Server database instances. DBWA shows users Currently running SQL Queries, Historic Queries, and Fragmented Indexes. DBWA also allows users to kill currently running queries or run their own SQL queries. DBWA is implemented in ASP.NET MVC using C#. Previous Versions supported Oracle(PL/SQL and JSP), MS SQLServer (ASP), and MySQL/ODBC (C#.NET) versions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    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
  • 18

    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
  • 19
    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
  • 20
    Traditional Chinese board game (not the solo mode). New version of http://openmahjong.sourceforge.net/ with the following using a different coding pattern : Model-View-Controller (MVC). Now with Chow :-D
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    FileRefresh

    FileRefresh Utility: upload, download and restore files on a Server!

    Using Servlets and JSP, MVC Framework and Commons-io packages it is a Java EE application which lets user do the following: a) Upload a file from the Client to Server (after selecting a directory on server) b) Download a file or a folder (recursively Zip) from the server c) Restore an earlier version of a particular file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    iPFaces

    iPFaces

    mobile framework

    iPFaces is a framework for easier development of applications for mobile devices, such as iPhone or Android. All mainstream server platforms are supported, such as Java, PHP and ASP.NET. Here you can download server packages for free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    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
  • 24
    Swing-based image widget implemented in MVC fashion. Includes basic classes to implement loading single & multi-page images & compositing via ImageIO, JAI, and AWT Image objects. The widget controls zooming, brightness, contrast, rotation, and inversion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A collection of utilities and support classes for the Spring MVC Framework
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.