Sunday, June 10th, 2007

Propagating Middle-Tier and Application Users to the DBMS (Part 2 of 3)

As promised, this is the second of a three part blog entry discussing the propagation of middle-tier users to the database. This post will mainly concentrate on the Java side of things. I will show how to use Spring-framework’s excellent transactional support using AOP to add an additional advice, relying on ThreadLocal to pass application [...]

6 Comments » - Posted in Oracle, Uncategorized, technical tips, user identity by Slavik

Tuesday, May 22nd, 2007

Propagating Middle-Tier and Application Users to the DBMS (Part 1 of 3)

Well, I threatened to post something more technical, and here we are. I’ve just come back from a business trip to the US, meeting some prospects and customers. As always, I was asked a lot of technical questions. One of the frequent questions I encounter is - how can we propagate the application user and [...]

3 Comments » - Posted in Oracle, technical tips, user identity by Slavik