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


Jump to tag:

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

Filtered by Project Tags framework mvc spring

Refine results Project Tags web (9) java (8) j2ee (7) development (5) jsf (4) hibernate (3) springframework (3) application (3) tools (3) ajax (3) library (3) programming (3)

[12 total ]

614 Users
   

Spring is a lightweight Java/J2EE application framework based on code published in "Expert One-on-One J2EE Design and Development" by Rod Johnson. It includes powerful JavaBeans-based configuration ... [More] management applying Inversion-of-Control principles, a generic abstraction layer for transaction management allowing for pluggable transaction managers, a JDBC abstraction layer, integration with Hibernate, JDO, Apache OJB, and iBATIS SQL Maps, AOP functionality, and a flexible MVC Web application framework with multiple view technologies. There is also a .NET port available. [Less]
Created over 3 years ago.

40 Users
   

Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development. Cocoon is "web glue for your web application development needs". ... [More] It is a glue that keeps concerns separate and allows parallel evolution of all aspects of a web application, improving development pace and reducing the chance of conflicts. [Less]
Created over 3 years ago.

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.

1 Users

Inspired and influenced by the Java based Spring richclient project this projects goal is to help leveraging Springs power in desktop applications. Unlike the Java version, which uses a frame based ... [More] attempt to provide views for different application aspects (just like web applications), one of the main goals of Spring.NET RichClient is to retain and further improve Windows Forms design-time capabilities. It provides dependency injection into forms and user controls as well as input validation based on the Spring.NET Validation Framework. [Less]
Created over 2 years ago.

0 Users

A minimalistic framework that helps you in converting your Spring beans into HTTP-accessible controllers using one servlet and a few additional lines in your XML application context. This framework ... [More] uses Extensible XML authoring feature available in Spring and allows you to expose the bean using just one additional XML attribute on your bean. This framework has been created to accompany my master's thesis on MVC. Check out the tutorial [Less]
Created 4 months ago.

0 Users

Small web application with Spring 2.5, using its newest annotation and component scanning capability. How to build from scratch `Download *.tar.bz2 file` Extract cd into extracted folder ... [More] Execute ant build-winstone How to deploy: Download `*.war` file Deploy in your favorite application server How to run without application server Download `*.jar` file Execute java -jar .jar in command line This application needs MySQL database to run properly, with the following configuration: database host : localhost database name : belajar database user : belajar database pass : java And table T_PERSON with the following field: id INT PRIMARY KEY AUTO_INCREMENT name VARCHAR(255) email VARCHAR(255) [Less]
Created 12 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.

0 Users

Paoding Rose是面向使用Java开发的同仁们的。Rose ... [More] 提供的各种特性和约束惯例,目的就是为了使您在能够轻松地开发web程序。如果您觉得Grails的想法很好,您不必转向它,Rose可以给您这种感觉,同时基于您对Java的熟悉,您又能更好地控制Rose。 Rose有这样的想法:Don't make me busy! 我们希望Rose对各种技术的整合和规范,能使您摆脱犹豫,摆脱选择的困难,规避没有经验带来的开发风险。Rose不仅整合技术,同时还强调最佳实践,甚至包括名称规范。我们不仅仅只是提供技术,我们还会引导您应该如何使用好技术。 Rose规范了对Spring的使用,虽然大部分时间之内,您可能只是使用 @Autowired 即可,大多数时候的确这样也就够了。但 Rose 也允许您放置applicationContext-xxx.xml文件来扩展Rose。 不熟悉Spring的人,不用去重温Spring的知识也能够开始,并书写漂亮的程序!对熟悉Spring的人,则你们可以看到更多。 线上互联网应用 人人网公共主页: http://page.renren.com 人人网光良主页: http://page.renren.com/600002233 第一支程序,5分钟! 第一支程序 5分钟之后,一切就已经顺利。您可以开始围观一些别人写的代码 控制器类代码 [Less]
Created 2 months ago.

0 Users

Fast JSP custom-tags compatible with Spring Web MVC
Created 4 months ago.