Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    1,023

    Lazy Loading and DB Connection Readonly...

    Hello,

    We are using the Spring OSIV filter with Hibernate and MySQL Replication. In the case of MySQL replication the master DB is used for all IUD style operations and the slaves are used for...
  2. Replies
    3
    Views
    1,913

    ISOLATION_SERIALIZABLE and Hibernate Lists

    Hi Everybody,

    I am currently having a really difficult time with a webapp that I have been working on. Here is the scenario:

    Background
    1) I have a table with a list of QueueEntries which...
  3. How to Refactor Services Logic Into Domain Logic

    I recently read a post on Ken Egervari's blog about refactoring services logic into domain logic. I found it to be most enlightening and it is very much in alignment with my own method of attacking...
  4. Replies
    20
    Views
    19,357

    This thread might be of interest to you:...

    This thread might be of interest to you:
    http://www.newsarch.com/archive/mailinglist/comp/java/springframework/user/msg03823.html
  5. Replies
    20
    Views
    19,357

    Sweet... Rod Johnson... love your work :)

    Sweet... Rod Johnson... love your work :)
  6. Replies
    20
    Views
    19,357

    I have read about two possible solutions to this...

    I have read about two possible solutions to this problem:

    1) Look at the OpenSessionInView pattern that is on the hibernate website (you can also try searching this forum for the same pattern)....
  7. Martin, Thanks for all your time in explaining...

    Martin,

    Thanks for all your time in explaining your opinion. There are a number of things that I agree with but there are still some points that I would differ on.



    I agree. But I don't...
  8. So you have another layer between your UI tier...

    So you have another layer between your UI tier and your business tier...

    Swing or WebUI --> Security Tier (Wrappers) --> Business Tier --> DAO

    In your example you do a check to see if a user...
  9. So, if I understand you correctly you would have,...

    So, if I understand you correctly you would have, for example, the web interface do the user authentication but you would still have the PetClinicManager check that the logged in user "owned" the pet...
  10. Replies
    1
    Views
    904

    For anybody viewing this topic it is very similar...

    For anybody viewing this topic it is very similar to one already posted here. I have also made a post in this thread:
    http://forum.springframework.org/viewtopic.php?t=4367
  11. I would tend to agree with vmarcinko. It seems...

    I would tend to agree with vmarcinko.

    It seems like if you want to expose your business service easily through some kind of RMI (Webservices, Hessian, Burlap) then you would want to put...
  12. Replies
    1
    Views
    904

    PetClinic Security Bug? (Best Practices)

    Hi Everybody,

    I was just looking over the petclinic sample and it seems to me like there is a security related bug (although I haven't tested it). Basically, if you look at the EditPetForm class...
Results 1 to 12 of 12