Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    581

    Comment/Feedback on the new Spring Blog

    Hi,

    I think the new Blog needs to wrap every post inside a white background container just like last time. It's very hard to read the posts.

    Thanks ^^

    Donny
  2. Error when loading flows, views from classpath (SWF 2.2.1)

    Hi,

    I encountered this error message when the application tried to load the flows and views from classes/META-INF:


    java.lang.IllegalStateException: A ContextResource is required to get...
  3. Question on CustomCollectionEditor behavior

    Hi guys,

    Does CustomCollectionEditor always convert values from multiple select to Collection of Collections of Object?

    Below are the classes and I made them shorter to make it easier to read
    ...
  4. I think you need to annotate your 'user' bean...

    I think you need to annotate your 'user' bean with @ManagedBean and let it scanned by component-scanner.
  5. Replies
    3
    Views
    1,818

    This framework looks cool :D But I'm confused...

    This framework looks cool :D
    But I'm confused with the license of this project. In your post it's Apache but in Wiki it's GPL. Which license is the right one?
  6. Hi Dustin, It looks very cool. I've been...

    Hi Dustin,

    It looks very cool. I've been waiting for this. Is this a release version?
  7. Replies
    0
    Views
    672

    jQuery plugins repository

    Hi ppl,

    I just created a humble project in googlecode (jqplugins.googlecode.com) to host JAR(s) of jQuery plugins. The JAR is accessible to dependency manager like Maven/Ivy/Gradle.

    Currently,...
  8. Replies
    10
    Views
    5,269

    Hi Ben, I think the plugins support for Spring...

    Hi Ben,

    I think the plugins support for Spring Roo is really cool. But my only concern is the XML configuration. It would be nice if Spring Roo provides builders to hide the complexities of XML...
  9. Thanks a lot. It's very helpful :D

    Thanks a lot. It's very helpful :D
  10. If you compare the contents between SIA with Pro...

    If you compare the contents between SIA with Pro Spring, for particular part, for example ibatis... SIA only shows you how to configure and a bit of the code how to implement DAO support. But in Pro...
  11. IMHO, its worth buying. The price is reasonable...

    IMHO, its worth buying. The price is reasonable for its thickness. It also covers wide range of topics that won't covered in Spring Reference and Spring Recipes. For example in remoting, it teaches...
  12. I just found another book, Pro Spring 2.5. Spring...

    I just found another book, Pro Spring 2.5. Spring Recipes + Pro Spring 2.5 = The Bible of Spring 2.5. Pro Spring 2.5 is like Spring Recipes but with shorter examples. It covers a lot of topics,...
  13. Replies
    8
    Views
    1,573

    Wow, so that means I can also wire any Spring...

    Wow, so that means I can also wire any Spring Bean directly to the aspect configured in Spring way? This is great, I will try this :)

    Thanks a lot Ramnivas!!!

    Donny
  14. Replies
    8
    Views
    1,573

    As you suggested, I have posted it as an...

    As you suggested, I have posted it as an improvement issue at Spring JIRA: http://jira.springframework.org/browse/SPR-5117

    Thanks a lot for the help, Marten!!! :)
  15. Replies
    8
    Views
    1,573

    Thanks!!

    Thanks Marten,

    I never knew that load time weaver always run before application context loader. I think I'll stick to proxy-based AOP because the auditing part is just a small part of my project....
  16. Replies
    8
    Views
    1,573

    Hi Marten, I use the load time weaving. What...

    Hi Marten,

    I use the load time weaving. What is the best/common approach in this situation? Should I go with the proxy based or by weaver?

    Thanks!!


    Donny
  17. Replies
    8
    Views
    1,573

    Retrieving a Spring Bean in @AspectJ classes?

    Need help here. How to retrieve a Spring Bean from @AspectJ classes? I use AspectJ instead of Spring AOP. I need to write a simple Audit Trail Aspect that write to the database, but I want to use...
  18. My current wish list for Spring Desktop: -...

    My current wish list for Spring Desktop:
    - Annotations for catching events
    - XML for designing the UI (easy to build custom components)
    - Easy threading. Threads are difficult to manage.
    - Easy...
  19. Replies
    2
    Views
    975

    Validation with Annotated Controller

    How do you validate when using Annotated Controller?

    So far the only way I use is to inject the Validator object and use it to validate the command bean.

    Is there any better way?


    Thanks ;)
  20. Replies
    5
    Views
    1,021

    try this link:...

    try this link:
    http://forum.springframework.org/archive/index.php/t-33414.html
  21. Replies
    5
    Views
    1,021

    I think you forgot to include the hibernate.jar...

    I think you forgot to include the hibernate.jar in the lib directory.
  22. I manage to get it working but...

    Need help!!

    I finally manage to get OpenJPA running. But when I shutdown my Tomcat, the application didn't terminate successfully... Could you guys help me on this? Thanks!!

    Below are the error...
  23. I need help on OpenJPA + Spring + Tomcat configurations

    I use Spring 2.5.1 and OpenJPA 1.0.2 on Tomcat 6

    My configurations:



    <bean id="transactionManager"
    class="org.springframework.orm.jpa.JpaTransactionManager"
    ...
  24. Replies
    1
    Views
    1,036

    Question on Import Resource using Classpath

    Is it considered good or bad to use import resource to initialize all beans in the classpath

    for example, I have one spring context per bean (for dao, service, controller)
    ...
  25. Replies
    21
    Views
    5,936

    would you provide a spring-ws package with its...

    would you provide a spring-ws package with its dependencies for version 1.5?

    thanks :)
Results 1 to 25 of 30
Page 1 of 2 1 2