1. Batching writes to the DB in JSF session scope & writing at the end of user session. Is this approach correct? stackoverflow.comIn my application, whenever a user performs any activity I need to send an update to his followers. This requires retrieving the followers list, at first, from the DB. So for each ... |
2. jsf DB access + sessions queries coderanch.com |