Here is the answer from the developer:
http://forum.springframework.org/showthread.php?t=13110&highlight=groups
hth
robert
Type: Posts; User: springtester; Keyword(s):
Here is the answer from the developer:
http://forum.springframework.org/showthread.php?t=13110&highlight=groups
hth
robert
Hi,
I am trying to understand your ACL design, but I have some problems with it
where I don't understand the tradeoffs involved.
I understand that your implementation of the DAOs is mostly for...
Hi all,
I am playing around with 1.5 and would like to know,
if there is any way of dealing with the warning* because
of type safety issues in statements like these:
List<Map> rows =...
Hi,
is this an intentional inconsistency in naming?
Hi, I would like to trace bar(), but only if it gets called from foo(). Unfortunately only if I call bar() directly it will get intercepted. Could somebody help me how to get this working?
Thank you...