We are using MyBatis 3.0.3 & Spring 3.0.5 in our project.
We are trying to implement data level security through a table which stores where clauses (userid < 200, active == ...
I am new to Spring . I am using ComboPooledDataSource for connection pooling in Spring.
I am using the AS400 for making the connection.
My problem is that when I am using this ...
Adding where clauses dinamically from database with AOP and myBatis Hello, We are using MyBatis 3.0.3 & Spring 3.0.5 in our project. We are trying to implement data level security through ...
i18n and the database, multiLocale object, AOP proxy? I am not sure if this is the right place to discuss this since it is kind of AOP related, but I'll give ...
2nd-level + query cache VS. AOP Cache Hello, I would like to know what are the pros/cons of this two approaches. They're not mutually exclusive, but they do overlap in functionality. ...
AOP with JDBC Hallo, I'm new to spring, I have to use it for a simple rich-client application for the university... The idea is a rich-client, which is directly connected to ...
aop for connection Hi, We want to use AOP feature in our project. So my intention is, we have one queryhelper class and different methods which is executed fetching the different ...