A Java geek
  • Me
  • Books
  • Speaking
  • Mentions
  • Focus
  • Newsletters

proxy

A collection of 3 posts
Java

The power of proxies in Java

In this article, I’ll show you the path that leads to true Java power, the use of proxies.

May 10, 2010
Hibernate hard facts - Part 4
Java

Hibernate hard facts - Part 4

This is the 4th post in the Hibernate hard facts focus series. In this article, I will show the subtle differences between get() and load() methods.

Feb 17, 2010
Java

Mockito' spy() method and Spring

Mockito is a mocking framework (see Two different mocking approaches) that is an offshoot of EasyMock. Whatever the mocking framework one uses, a common feature is the ability to mock interfaces, through the JDK Proxy class. This is well and nice, but one has to explicitly mock every method that one wants to use in the course of the test. What if I want to mock an already existing implementation, with some methods providing behaviours that suit me ?

May 21, 2009
A Java geek © 2008-2026
v. 9744a65fcb2ff5057d025d26766c50d6f934fc0b/13747693232
Latest Posts