Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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