Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hello,
Can you explain PersistanceServerHelper vs PersistanceHelper with an example?
Solved! Go to Solution.
They are just two different interfaces that point to same StandardPersistanceManager.class.
Good explanation what is interface :java interface
The difference is that PersistanceHelper contains methods that are used generally to client side operations..
PersistanceServerHelper contains methods that are used for server side operations.
.
It is just for better overview that all methods are not just in one accessible class.
PetrH
They are just two different interfaces that point to same StandardPersistanceManager.class.
Good explanation what is interface :java interface
The difference is that PersistanceHelper contains methods that are used generally to client side operations..
PersistanceServerHelper contains methods that are used for server side operations.
.
It is just for better overview that all methods are not just in one accessible class.
PetrH