Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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
