Hi,
Will it make any difference to the performance of the app if I do not write
a separate class (PMF, as suggested in GAE docs) for getting
PersistentManagerFactory instance, instead, I declare it as a variable in
the class where I want to use it, like
protected final PersistenceManagerFactory pmf =
JDOHelper.getPersistenceManagerFactory("transactions-optional");
// NOTE: I am not using *static* keyword.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---