Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    101
    Views
    22,277

    I often write a ApplicationContextHolder Bean...

    I often write a ApplicationContextHolder Bean that implements ApplicationContextAware interface. This bean simply holds a ApplicationContext reference. So whenever using...
  2. Replies
    101
    Views
    22,277

    Good discussions. I'd prefer that Domain object...

    Good discussions. I'd prefer that Domain object hold a DAO object.
    It's so hard to inject DAO object into a domain object because domain objects are out of spring container's control. But we may...
  3. Replies
    8
    Views
    15,812

    Hi Tim, Another AOP framework "ApectWerks" may be...

    Hi Tim, Another AOP framework "ApectWerks" may be your choice. Checkout the previous edition. What u must do is to change your app server's classloader.
  4. Hi Man, U can pass your User Object using...

    Hi Man, U can pass your User Object using ThreadLocal. So u may not need to build a stateful "Manager".
  5. Replies
    7
    Views
    2,265

    BTW: The HttpServletRequest Object is container...

    BTW: The HttpServletRequest Object is container holds lots of none OO things. A typical requst describes the relationships among objects such as role, address, time, events. so i think we really need...
  6. Replies
    7
    Views
    2,265

    I do not mean i need to populate the address...

    That's not really a business method as your just updating the domain model. You should have setAddress and getAddress methods on your User object. The user could then be persisted using a business...
  7. Replies
    7
    Views
    2,265

    Two design issues

    I'm developing a tiny application using struts+spring+hibernate.
    I want to enjoy the life of rich domain objects. There is a domain object
    "User" and a component "Address" in "User" object. There...
  8. thx,Alarmnummer. I'll check it

    thx,Alarmnummer. I'll check it
  9. Newbie's question: design interface for remote access

    This is a question that i always come with. For example, This is an interface as this:

    public interface IFoo{
    IBar getBar(int id);
    }
    This interface is exposed as a remote Web Service-RPC...
  10. Replies
    3
    Views
    1,188

    BTW: The engineer told us that the return...

    BTW:
    The engineer told us that the return clause can not be written in try {} block in high volume condition, otherwise this style code may incur problems too!
    He suggests that the code should...
  11. Replies
    3
    Views
    1,188

    About release connection in finally block

    Hi Spring guys:
    A Sun's engineer in our company told us that the code in finally block may not be executed immediately in high volume conditions. The test engineers in our company told us...
  12. I think JBoss Cache is better . JBoss cache is a...

    I think JBoss Cache is better . JBoss cache is a fully transactional, cluster-safe caching system.
  13. Replies
    9
    Views
    4,300

    I've fixed this problem. Anyway,Thanks .It's so...

    I've fixed this problem. Anyway,Thanks .It's so kind of you spring guys.
  14. Replies
    9
    Views
    4,300

    Thanks, Mr Johnson. I've got your advice and i'll...

    Thanks, Mr Johnson. I've got your advice and i'll try it.
  15. Replies
    7
    Views
    4,301

    what a great new feature! I can not wait no more!

    what a great new feature!
    I can not wait no more!
  16. Replies
    9
    Views
    4,300

    Can anybody give me some suggestion?

    Can anybody give me some suggestion?
  17. Replies
    9
    Views
    4,300

    AOP does not work :(

    Hi guys:
    I'm new to AOP and i try it with spring's AOP framework. But it does not work. Here are some code following:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC...
  18. Replies
    9
    Views
    5,115

    I do not take any things lightly for Spring IDE....

    I do not take any things lightly for Spring IDE. :D
    Spring IDE is a great job.I use it in our project successfully.


    Regards
  19. Replies
    9
    Views
    5,115

    I think Intellj Idea's xml editor is smart...

    I think Intellj Idea's xml editor is smart enough. We do not need to invent a new toy in another IDE.


    rgs
Results 1 to 19 of 19