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


[9 total ]

620 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
 

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.

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.

1 Users

Spring Python is an offshoot of the Java-based SpringFramework and AcegiSecurityFramework, targeted for Python. Spring provides many useful features, and I wanted those same features available when ... [More] working with Python. Several key features include: * Inversion of control * Aspect oriented programming * DatabaseTemplate * Database transaction management * Distributed remoting * Security You can pick and choose which parts to use. Visit the web site for more details. The main library of Spring Python as well the sample applications are released under Apache License 2.0, making it a business friendly library. The SpringWiki sample application reuses a set of style sheets written for mediawiki that are GPL. [Less]
Created over 3 years ago.

1 Users

GWToolboxWelcome to the GWToolbox project. The GWToolbox project provides a collection of modules to help developers create robust web 2.0 / Ajax applications using the Google Web Toolkit (GWT). ... [More] Current modulesCurrently the following modules are provided: gwtoolbox-commons: A library with common utility classes which are used by other modules and can also be used by other GWT applications. This collection of utilities is largely based on common Java Open Source projects (e.g. Spring, apache commons, etc..) gwtoolbox-bean: A library that brings the power of Java bean programming to GWT applications. Constructs like PropertyDescriptor, BeanInfo, and PropertyChangeListeners can now be used and applied transparently on a simple GWT Java bean. This module also comes with bean binding and validation support. gwtoolbox-ioc: This module bring IoC to GWT applications. Heavily based on Spring, users can now define all object/widgets/components of their GWT application within Spring application context and wire them declaratively. This is now yet another Spring-like ioc container, but rather a container that can read actual Spring configuration files. This brings along many of the power tools Spring comes with: AspectJ-like AOP support, bean life-cycle management (including lazy/eager initialization), scopes (singleton/prototype), and even Spring namespaces. Users can now create proprietary namespaces for their GWT components. Modules in developmentThe following modules are currently in development: gwtoolbox-widget: A set of generic model based widget classes with concrete implementations of bean backed models. These widgets/models highly depend on the gwtoolbox-bean module. Getting startedTake a look at our Getting Started Guide to get started using GWToolbox to build better GWT applications. Quick StartTo quickly create a GWToolbox based project, you can use the following link. This will redirect you to a form which will help you create an initial maven2 project using a dedicated maven archetype: http://gwtoolboxarchetype.appspot.com [Less]
Created about 1 year ago.

0 Users

Java web framework for App engine based on Struts2, Spring, JPA, etc.
Created about 1 month ago.

0 Users

When you manage your calendars in iCal but want to replicate your events to Exchange while maintaining control over event filters, private setting and the frequency... ical2exchange is a simple ... [More] , clean alternative to full, often expensive, synchronization solutions. Simply point it to one or more Web-based (Url) or local (path) iCal files, configure your Exchange 2007 connection and let it rip. v 0.1The initial release is here. I tested the app in replication of my work and personal calendar to Exchange 2007 server at work. A couple limitations in this version that I plan addressing in the future. All Exchange events will be deleted and the Exchange calendar will be populated with iCal events. The mechanism to stamp each event in Exchange with the unique iCal event is already in place but I had not figured the update logic fully yet. All configuration values are stored in clear text at this time. In future I plan on allowing for optional encryption. Other than that, the app works as advertised. [Less]
Created 8 months 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 about 1 year ago.

0 Users

Various code samples and sub projects that enhance the utility or usability of open source software.
Created 11 months ago.