The caching module already supports Tangosol Coherence. If you need support for Gemstone I'll suggest you create an issue in JIRA (http://opensource.atlassian.com/projects/spring/browse/MOD ) with a...
Type: Posts; User: alruiz15; Keyword(s):
The caching module already supports Tangosol Coherence. If you need support for Gemstone I'll suggest you create an issue in JIRA (http://opensource.atlassian.com/projects/spring/browse/MOD ) with a...
Hi Niklas,
I don't believe that synchronizing cache access in the CachingInterceptor is a viable solution. We would end up synchronizing an already synchronized access to a data structure. The...
There a lot of things that COULD happen. But it is impossible to go after all of them unless we have enough evidence that something is wrong: a failing test. If OSCache does not fit your needs, you...
First of all, thank you very much Costin for following up and for your help :)
Slowth, each cache provider provides its own synchronization mechanism (take a look at the OSCache source code.) The...
Patrick,
If you want, send me your code at alruiz15@yahoo.com and I'll take a look.
Alex.
Hello J,
Spring Modules is not related (AFAIK) to Java Plugin Framework or JSR 277. It is a collection of modules/components/add-ons built on top of Spring. The main goal of the project is to...
I would suggest you to use the caching module from Spring Modules. It is based on Wanghy-Cache and a has some bugs fixed. Plus, it has support for JDK 1.5 annotations (in CVS though, it will be part...
Hello Claus,
The caching module has been pushed to version 0.2 of SpringModules. You can take a look at JIRA...
Hello Claus,
I apologize for the late reply :(
I would like to thank you for your kind comments about Wanghy-Cache and for the javadoc fix :D
To enable 'flushBeforeExecution':
...
Dear Spring Community,
We are pleased to announce that Wanghy-Cache 1.0-RC3 has been released. Wanghy-Cache provides declarative caching services to the Spring Framework.
This is the last...
Hello Ben,
For the first release of Wanghy-Cache, we currently
support two popular and well-established, cluster-aware caching
implementations, OSCache and JCS. Future releases
will undoubtedly...
Dear Spring Community,
We are pleased to announce that Wanghy-Cache 1.0-RC1 has been released. Wanghy-Cache provides declarative caching services to the Spring Framework.
Main Features:
...
Dear Spring Community,
I'm please to announce that Wanghy-Cache 0.3 has been released. It is a Java-based framework that uses Spring AOP and metadata annotations.
Functionality:
Stores in the...
Thank you very much Yan!! Your post is very helpful and I'm going to follow your approach.
Best regards,
Alex.
Dear Spring Community,
I'm please to announce that Wanghy-Cache 0.3 has been released. It is a Java-based framework that uses Spring AOP and metadata annotations.
Functionality:
Stores in...
Hello everyone,
Are there any plans to add support for scripting languages for the configuration file of the Spring container? For example, use Jython instead of XML to write the configuration file....
Thanks Colin, I'll give it a try :)
Regards,
Alex.
Hello everyone,
Probably this question does not make sense, but, is there a way to imitate the functionality of the JDK 1.5 java.lang.instrumentation package using the Spring container? I would...
I'm pleased to announce version 0.2 of Wanghy-Cache.
Wanghy-Cache is a AOP/Annotations Caching framework that:
Uses Spring AOP for transparent caching.
Uses annotations/attributes to...
Dear Spring Community,
I'm pleased to announce that there is a little caching framework that uses Spring AOP and Attributes (Jakarta Commons Attributes for now) for caching the return value of...
Dear Spring Community,
I'm pleased to announce that there is a little caching framework that uses Spring AOP and Attributes (Jakarta Commons Attributes for now) for caching the return value of...
Thank you very much guys! :)
Best regards,
--Alex.
Hello everyone,
I've been using Spring IoC container with Struts for some time now. I'm switching to Spring Web (dumping Struts). I'm new to Servlet 2.4/JSP 2.0 and would like to use them in my...