Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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