My ear project consists of two war applications. The war applications are spring projects.
i want to create logs individually for every war. i mean every war projects must create its own logs....
Type: Posts; User: louiseburg; Keyword(s):
My ear project consists of two war applications. The war applications are spring projects.
i want to create logs individually for every war. i mean every war projects must create its own logs....
just only one remote object is enough in a multihread aplication or must i create more remote objects in my application?
is there a solution for this issue? i was trying to find out a way for that.
...
i am trying to call an ejb with the configuration below.
Is it posible to set the number of ejb stubs.
in my application, there will be too many multithread requests to use that ejb so i want to...
i am trying to develop an application which must process about 5000 record per minute and performance is extremely important.
For every record, i will call a web service or remote ejb depending on...
thanks for reply. infact, i am looking for a spring-only solution. At the moment, i am using dbcp but i want to use a solution with spring
I have a standalone java application using JDK 1.4.
I want to use connection pooling. (our db is oracle)
Is spring provides implementing connection pooling for a standalone java application?
...
Hi Everyone,
I am using "spring 2.5" in my applicaton.
Up to know i havent had any problem with calling a stored procedure. Bu now i need something different like that;
When i call a stored...