Projects tagged ‘ioc’ and ‘spring’


[12 total ]
363

Spring Framework

   
Primary Language: Java Licensed as: Apache License 2.0

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 management applying Inversion-of-Control principles ... [More] , 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]

Metrics updated 24 Aug 08

29

Spring Modules

   
Primary Language: Java Licensed as: Apache License 2.0

A collection of modules, add-ons and integration tools for the Spring Framework.

Metrics updated about 14 hours ago

3

Reverspring

 
Primary Language: Java Licensed as: Apache License 2.0

Reverspring is a Java library that allows you to create Spring IoC XML files from POJO at runtime, with detailed configuration about what to add in the descriptor and how to write it.

Metrics updated 12 Oct 08

2

Prana

 
Primary Language: ActionScript Licensed as: New BSD License

Prana is an Inversion of Control (IoC) Container for ActionScript 3.0, and more specifically the Flex framework. It enables you to configure objects and components in a non-intrusive way by describing them in an external xml document and having them ... [More] loaded at runtime. At its core is a Spring-ish application context and IoC container. The xml dialect for the application context is aimed to be Spring compliant. Further, the framework also contains utility classes for configuring and extending Cairngorm and PureMVC applications, a Reflection API and general utilities. In the future we’ll be looking into adding AOP support and Mock objects for FlexUnit, and we’re always open for suggestions. [Less]

Metrics updated 11 Oct 08

2

Spring-Annotations

   
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

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 annotations as an alternative way to configure your application, but without a need for a full Java EE 5 application server.

Metrics updated 07 Oct 08

1

Spring.NET RichClient

 
Primary Language: C# Licensed as: Apache License 2.0

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 attempt to provide views for different ... [More] 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]

Metrics updated 10 Oct 08

1

Spring Python

 
Primary Language: XSL Transformation Licensed as: Apache License 2.0,GNU General Public License 2.0,GNU General Public License 3.0 or later

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 working with Python. Several key features ... [More] 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]

Metrics updated 07 Oct 08

0

gwt-ent

 
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

There are too much things we must learn in this world.Thanks gwt, we don't need to learn javascript by using it. But when I used it in our project, I found there are still somethings need to do to suit our project. This project aims to make easier ... [More] to do what you want to do with GWT, now, the fllowing things have contain in our project: gwt reflection(class, filed, method, annotation) gwt ui generator(WhyUIGenerator HowToUseUIGenerator) gwt acegi integration(IntegrationGWTWithAcegi) Please note that, all source code available at: http://code.google.com/p/gwt-ent/source Change History20080920 gwtent-0.2 now available for download Reflection now support Annotation Click Here See the Test Class Full reflection test now available Click Here 20080906 GWTENT has been divided into three package(gwtent, gwtent-acegi, gwtent-ext) A sample project created gwtent-0.1 now available for download SVN Updated 20080406 UI generator gwt-ext editors 20080204 UI generator framework 1.0.0 RC1 20071228 finish Reflection Support 20071221 Add source Generator treelog support 20071218 gwt acegi integration [Less]

Metrics updated about 21 hours ago

0

aridpojos

 
Licensed as: Apache License 2.0

Arid POJOs is a framework for simplifying POJO application development. Automatic Spring Bean GenerationArid POJOs provides a custom Spring/XML namespace that scans a package hierarchy and generate bean definitions for the classes or interfaces ... [More] that it finds. The classes and interfaces can be filtered by an AspectJ type pattern, which supports various criteria including name matching, annotations, and subtypes. The generated beans use autowiring. Here is a simple example. ... ... The generated bean definitions can also instantiate an entirely different class. The original interface/class is passed as a constructor argument. This is used, for example, with the dynamic Generic DAO feature. Dynamic Generic DAOsArid POJOs can also generate DAO implementations from an interface using a Grails GORM/Rails Active Record like mechanism. Here is an example interface: public interface CustomerRepository extends GenericDao { Customer findByCustomerId(String customerId); Customer findUsingSomeStrangeNamedQuery(String firstName, String lastName); }Arid POJOs will generate a proxy, which implements this interface. The findByCustomerId() method is turned into Criteria Query, which searches on the customerId property, and the findUsingSomeStrangeNamedQuery() method ends up calling a named query. This is accomplished using the following bean definitions: ... ... [Less]

0

springrail

 
Primary Language: C#

Extension to Monorail for using Spring.NET for the IoC container.

Metrics updated about 18 hours ago