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...
Type: Posts; User: maxjar10; Keyword(s):
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...
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...
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...
This thread might be of interest to you:
http://www.newsarch.com/archive/mailinglist/comp/java/springframework/user/msg03823.html
Sweet... Rod Johnson... love your work :)
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)....
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...
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...
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...
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
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...
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...