Projects tagged ‘jsf’, ‘mvc’, and ‘spring’


Jump to tag:

Projects tagged ‘jsf’, ‘mvc’, and ‘spring’

Filtered by Project Tags jsf mvc spring

Refine results Project Tags framework (4) j2ee (4) java (3) ibatis (2) ajax (2) hibernate (2) maven (2) web (2) portal (1) reference (1) java5 (1) jsr-168 (1)

[5 total ]

14 Users
   

AppFuse is an open source project and application that uses open source tools built on the Java platform to help you develop Web applications quickly and efficiently. It was originally developed to ... [More] eliminate the ramp-up time found when building new web applications for customers. At its core, AppFuse is a project skeleton, similar to the one that's created by your IDE when you click through a wizard to create a new web project. AppFuse 1.x uses Ant to create your project, as well as build/test/deploy it. AppFuse 2.x uses Maven 2 to create your project as well as build/test/deploy it. IDE support is much better in 2.x because you can generate the IDE project files with Maven plugins. AppFuse 1.x uses XDoclet and JDK 1.4+. AppFuse 2.x uses annotations and JDK 5+. [Less]
Created over 3 years ago.

6 Users
   

Jetspeed is an Open Source implementation of an Enterprise Information Portal, written in Java and XML. Within a Jetspeed portal, individual portlets can be aggregated to create a page. Each portlet ... [More] is an independent application with Jetspeed acting as the central hub making information from multiple sources available in an easy to use manner. [Less]
Created over 3 years ago.

0 Users

Sistema de gestão municipal para municipios de ate 100 mil habitantes. desenvolvido com J2EE/JSF/SPRING/HIBERNATE/MVC Base de dados mySQL
Created 3 months ago.

0 Users

An MVC J2EE framework heavily based on JSF, Spring, iBATIS, Java5 annotations, XDoclet and the likes... It is split into three layers: org.awful.common org.awful.business org.awful.web with the ... [More] latter two (org.awful.business and org.awful.web) depending on the former (org.awful.common). This way, a project modeled according to the MVC paradigm and built on top of the awful framework, will be split into three analogous layers accordingly, each referring to the corresponding org.awful layer. No other dependencies are currently (and hopefully won't ever) be enforced among the framework (and developed projects) layers. [Less]
Created 9 months ago.

0 Users

CRUD FrameworkCRUD Framework allows develop J2EE applications based on CRUD pattern easily and quickly. FeaturesCompile and deploy with Maven 2 JavaServer Faces views Uses Hibernate persistence ... [More] system JPA interface Methodology RAD. Automatic view generation GlosaryCRUD: Create, read, update and delete (CRUD) are the four basic functions of persistent storage. Sometimes CRUD is expanded with the words retrieve instead of read or destroy instead of delete. It is also sometimes used to describe user interface conventions that facilitate viewing, searching, and changing information; often using computer-based forms and reports. JPA: The Java Persistence API, sometimes referred to as JPA, is a Java programming language framework that allows developers to manage relational data in applications using Java Platform, Standard Edition and Java Platform, Enterprise Edition. RAD: Rapid Application Development (RAD) refers to a type of software development methodology that uses minimal planning in favor of rapid prototyping. The "planning" of software developed using RAD is interleaved with writing the software itself. The lack of extensive pre-planning generally allows software to be written much faster, and makes it easier to change requirements. [Less]
Created 17 days ago.