If you reference your POJO in a remoting service destinationdirectly, FDS will create the bean instance and Spring isn'tinvolved. By using the SpringFactory, you're allowing FDS to getthe bean instance from the Spring framework which will perform anynecessary dependecy injection, etc.Hope that helps...