Search:

Type: Posts; User: alruiz15; Keyword(s):

Search: Search took 0.02 seconds.

  1. The caching module already supports Tangosol...

    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...
  2. Hi Niklas, I don't believe that synchronizing...

    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...
  3. There a lot of things that COULD happen. But it...

    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...
  4. First of all, thank you very much Costin for...

    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...
  5. Replies
    4
    Views
    4,725

    Patrick, If you want, send me your code at...

    Patrick,

    If you want, send me your code at alruiz15@yahoo.com and I'll take a look.

    Alex.
  6. Replies
    1
    Views
    3,701

    Hello J, Spring Modules is not related (AFAIK)...

    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...
  7. Thread: Wanghy Cache

    by alruiz15
    Replies
    8
    Views
    3,075

    I would suggest you to use the caching module...

    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...
  8. Thread: Wanghy Cache

    by alruiz15
    Replies
    8
    Views
    3,075

    Hello Claus, The caching module has been...

    Hello Claus,

    The caching module has been pushed to version 0.2 of SpringModules. You can take a look at JIRA...
  9. Thread: Wanghy Cache

    by alruiz15
    Replies
    8
    Views
    3,075

    Hello Claus, I apologize for the late reply :( ...

    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':


    ...
  10. Wanghy-Cache 1.0-RC3 released (Caching Services for Spring)

    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...
  11. Hello Ben, For the first release of...

    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...
  12. Wanghy-Cache 1.0-RC1 released (AOP Caching for Spring).

    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:

    ...
  13. Replies
    1
    Views
    1,829

    Wanghy-Cache 0.4 released (AOP Caching)

    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...
  14. Replies
    4
    Views
    1,917

    Thank you very much Yan!! Your post is very...

    Thank you very much Yan!! Your post is very helpful and I'm going to follow your approach.

    Best regards,
    Alex.
  15. Replies
    0
    Views
    1,876

    Wanghy-Cache 0.3 released.

    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...
  16. Replies
    4
    Views
    1,917

    Scripting the container configuration file.

    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....
  17. Thanks Colin, I'll give it a try :) Regards,...

    Thanks Colin, I'll give it a try :)

    Regards,
    Alex.
  18. How to imitate JDK 1.5 java.lang.instrumentation package?

    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...
  19. Replies
    0
    Views
    2,109

    Wanghy-Cache 0.2 released

    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...
  20. Replies
    0
    Views
    1,613

    AOP/Attributes-based caching

    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...
  21. Replies
    0
    Views
    3,666

    Spring AOP/Annotations based Cache.

    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...
  22. Replies
    4
    Views
    3,519

    Thank you very much guys! :) Best regards,...

    Thank you very much guys! :)

    Best regards,
    --Alex.
  23. Replies
    4
    Views
    3,519

    Spring Web and Servlet 2.4/JSP 2.0

    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...
Results 1 to 23 of 23