I am trying to implement a "personalization agent" which acts like a real time
store clerk. The agent keeps track on the user's information such as account
balance and number of visits.

When a user requires to see one account balance, the agent shall denie the
request if the user doesn't have the authority(only the owner of the account
and the spouse of the owner should have access to account balance).

Is there anyway  to implement this feature with JBoss without accessing
Database every time a request received?

thanks

Wei


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to