Projects tagged ‘aop’, ‘hibernate’, and ‘spring’


Jump to tag:

Projects tagged ‘aop’, ‘hibernate’, and ‘spring’

Filtered by Project Tags aop hibernate spring

Refine results Project Tags java (7) ioc (5) j2ee (4) springframework (4) web (4) acegi (3) programming (3) library (3) technology (3) application (3) tools (3) framework (3)

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

2 Users
   

Spring-Annotation is a library that enables the use or annotations to configure your application using spring-framework as a backend. In the next versions it will enable the use of standard Java EE ... [More] annotations as an alternative way to configure your application, but without a need for a full Java EE 5 application server. [Less]
Created over 2 years ago.

2 Users
 

Tudu Lists is an on-line application for managing todo lists. With Tudu Lists, todo lists can be easily accessed, edited and shared on the Web. It is a simple but effective project management tool.
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

项目首页:http://www.jlue.org ... [More] 介绍:J2EE轻量级集成开发库,用于快速构建企业级Web应用系统。基于Struts1、Spring、Hibernate技术构建,提供Web系统开发常用的功能组件。只需简单配置即可解决Web开发过程中遇到的一般性问题。 功能:基于Struts1版本,提供Struts2的部分功能; 集成Struts1、Spring、Hibernate; 扩展Struts应用,实现Action处理业务的相关性(同一Action类实现多个相关的业务逻辑); 提供基于Aop联盟规范的Struts的Aop实现; 提供Dao操作模板类 ,减少开发工作量; 基于JAAS实现系统验证、授权模型; 系统配置处理机制; 集成系统分页、日志处理、异常机制、系统响应时间; 为系统访问跟踪、IP策略等提供支持; 1.1版本发布修复bug; 重构异常类,提供格式消息和资源文件消息支持; 修改UserPrincipal 为抽象类; Action提供获取模块标识方法,便于后期Aop中分类; Struts AOP 提供按类(Class)和URI匹配; SpringForHibernate3Dao add method: uniqueResult or fetch; JAAS provide JNDI; 日志框架切换为slf4j和LogBack; J2EE integrated development framework,for the rapid build enterprise applications.Based on Struts,Spring,Hibernate constructed to provide Web systems development functions commonly used components. Simply configure can be solved the general problems in the process of developing encountered. For example,already has built in login interface,user and role management,base AOP paging,logging feature and a lot more. It's a Java package, a class library for Java programmers. It's not an application for end-users in itself, but something that programmers can embed into their products. Features:Integration Struts, Spring, Hibernate; Expansion Struts applications, the realization of Action dealing with business-related; Aop Union-based norms of the Struts Aop realized; Dao provide templates of operation, reduce development workload; Based on JAAS achieve system authentication, authorization model; Construction of abnormal mechanisms; Integrated log; Paging system integration, system response time; Mechanisms for dealing with system configuration; Tracking system for the visit, IP strategies to provide support; Soon reales 1.1fix bugs. reconstructed Exception provide format message and resource bundle message. modify UserPrincipal to abstract. provided abstract method getModuleId for action. Struts AOP provide class or request URI matching. add constructor for BaseException increased to allow set original Exception. SpringForHibernate3Dao add method: uniqueResult or fetch. JAAS provide JNDI. Log framework switch to slf4j and LogBack. [Less]
Created 12 months ago.

0 Users

Utilize conventions, code generation, templates, and best frameworks to simplify the implementing process of the web application on the Java platform.
Created about 1 year ago.

0 Users

Synergy strives to bring the power of a real enterprise level framework to PHP. This is done by incorporating two design patterns seldom seen in PHP frameworks: Inversion of Control (IOC) and Aspect ... [More] Oriented Programming (AOP). As well as an incredibly powerful persistence model. Doing this will necessarily raise the bar on entry for this particular frameworks, as some of these concepts are more complex than simple MVC. However, by accepting this upfront cost we hope to provide the user the tools to create a powerful, loosely coupled, and scalable application. [Less]
Created 8 months ago.

0 Users

Technique Abstraction Factory for Enterprise
Created 12 months ago.

0 Users

This is the example code used in my various presentations on improving application design by using dependency injection, aspect-oriented programming and object-oriented design. It contains multiple ... [More] versions of the same sample application - a really simple "banking" application - that is incrementally transformed from tangled mess of procedural code to a nice object-oriented POJO design that leverages aspects and dependency injection. There are three sets of maven projects. The first group contains the example code for my rich domain model presentation. This code illustrates compares and contrasts a procedural design with one that uses a rich domain model. There are two projects: procedural-banking - the procedural version domain-model-banking - the domain model version Both projects uses Spring and Hibernate. There are a couple of different versions of this presentation. The Spring One version from June 2007 is available as both slides and a video. The Spring Experience version from December 2007 has the slides and an audio recording. The second set of maven projects contain the code for my presentation on simplifying code with dependency injection, aspect-oriented programming (Spring AOP) and Hibernate. There are the following projects: v0-non-pojo-banking - uses programmatic transaction management/security/etc and singletons and statics for inter-component references v1-non-pojo-banking-with-di - uses dependency injection for inter-component references v2-non-pojo-banking-with-di-aop - uses Spring AOP to handle transactions/security/etc v3-non-pojo-banking-with-di-aop-spring-txn - uses Spring's builtin transaction management aspect v4-non-pojo-banking-with-di-aop-spring-txn-jdbc - uses JDBC v5-non-pojo-banking-with-di-aop-spring-txn-hibernate - use Hibernates These projects progressively illustrate how using dependency injection, AOP and Hibernate simplify the code. You can find the slides for February 2008 version of the presentation here. An earlier version of this presentation was also given at the Colorado Software Summit 2007. Finally, there is also the spring-mvc-jpa-banking project. This version uses Spring 2.5 @MVC and JPA. [Less]
Created 12 months ago.

0 Users

struts,spring,hibernate,app
Created 12 months ago.