My favorites | Sign in
Google
Projects on Google Code Results 1 - 9 of 9
This project represents the implementation of the interceptor design pattern in an OSGI (equinox) environment. The service uses interceptors to handle the render tasks which are issued via HTTP GET parameter such as http://127.0.0.1:8080/renderer?width=400&height=200&bgr=255&bga=100&message=hallo%20...
This is an annotation based cookie interceptor for struts. It works bidirectionally by setting an action's property with a cookie value on interception, and on return from action, previous to result rendering, setting the cookie value, based on the action's property value.
==<font color="red">This project is <u>Deprecated</u>!</font>== (21 may 2009) ===Visit the new [http://cwiki.apache.org/S2PLUGINS/full-hibernate-plugin.html Full Hibernate Plugin] for Struts 2 Homepage=== <br/><br/> <hr/> <br/><br/> * *1.5c Version Released!* _Bugs Fix + Multiple XML ...
the MeSDK provides a light and small object implementation for core developing it includes the MeObjects, MeRTTI, and MeAOP etc. The MeAOP Library is Aspect Oriented Programming for delphi. IMO, the aspect is the general feature in fact. It's a helper for object-oriented programming to re-use ...
This project contains additional configuration, interceptors, and other code used to improve the security of struts 2 applications. Instructions for using the security addons are provided in the following files: /WEB-INF/classes/ * example.xml * example-auth.xml * struts-securityaddon...
O proprósito do projeto *Belerofonte* é desenvolver um framework MVC como *WebWork* e *VRaptor* com suporte a interfaces RIA. <br> <br> Na sua primeira versão ele trará os seguintes recursos: <br> <li>Configuração por anotação ou por arquivo XML, ambos coexistindo para mais flexibilidade; ...
Spring的日渐臃肿让我慢慢产生厌恶, Guice的亲切让我决定使用它作为项目的核心。 WebWork的优雅让我拜读了一次他的源码 无数的Dao让我想方设法的把它舍去 warp结合Guice以及Annotation时让我无比着迷 guice-side的诞生源于以上条件,彻底的抛弃了Spring这位纵横江湖多年的大佬,接替他的者是更为年轻但是比较专一的Guice,由于WebWork与Guice的结合不能让我们满意,所以保存了WebWork的亮点,彻底的MVC了一把。Dao的舍去,让我们把精力更多放在了Service上,Annotation的查询方式与Hibernate结合恰到好处...
This component was designed to intercept the sql execution invoked by an application over jdbc. Author : Fabrício Silva Epaminondas (fabricioepa@gmail.com)
I was doing quite a bit of web 2.0 development that included the generation of XML to and from domain objects within my application. This was an incredibly tedious task to write custom generation and parsing off so then I decided to make use of JAXB. From the first few examples I created using JAXB ...