Pragmatic Programmer Issues

2009 - 09 Archive

Springframework utils classes

Comments: 2

Today I talked with my friend about mocking classes when there are no setter for dependency. Typically when we use springframework @Autowire support, spring will inject dependency for us. Of course we can overcame this issue by Reflection API or by using groovy. Finally I thought that spring must have some utility class for that, […]

Categories