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


Jump to tag:

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

Filtered by Project Tags java mvc spring

Refine results Project Tags web (13) j2ee (9) framework (8) hibernate (8) ajax (7) development (4) javascript (4) jpa (3) aop (3) struts (3) apache (3) servlet (3)

[29 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.

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

This project will represent an online "university" in which individual's can create courses including content, quizzes and other material. It will implement social networking concepts like groups ... [More] , "microblogging" and real time chat. Users can be students, course creators "profs" or both. [Less]
Created 3 months ago.

0 Users

Updating small parts of an html page is a time consuming development effort for a Java web application. While Ruby on Rails handles this effortlessly, the standard Java solutions (Tiles and DWR) ... [More] require new Xml configuration for each html page, and the results are still somewhat unsatisfying. The obvious solution is for a webapp to create a JSON object packed with the contents of several rendered jsps. Each rendering corresponds to the Rails notion of a partial. JavaScript waits on the browser to place the n partials into n divs whose ids are represented by the JSON object's property names. To add flexibility, some property names are treated as special. For example 'popup', 'redirect', and 'customJavaScript' generate the obvious actions. This is the idea behind the jp4j (JSON partials for java) project. We focus on the Java part of the equation, and currently implement the necessary tricks in Spring MVC. (We may consider a Struts implementation in the future.) Although Java is our focus, we also propose a jQuery implementation of the client-side code, using Dojo widgets for popups. [Less]
Created 4 months ago.

0 Users

一个类似struts的有我一个人开发mvc框架 1.1version帮助文件
Created 2 months 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

DynamicMVC focus on the model creation, model bind, model validation, view resolve and the dispatch of controller to handle the request. The framework leave the choice of view technology to you. The ... [More] original idea is coming from Tapestry 5 to generate web controller and view layer code in runtime. Thanks for the innovative work from Howard M. Lewis Ship. NOTICEDynamicMVC is released to public and ready for experimental use. Please visit the dedicated project home page http://dynamicmvc.duguo.org/ for more information. [Less]
Created 11 months ago.