Hi.
I need to find an intelligent and flexible solution for this problem:
we have several users with different roles for each existent application soo the objectives are:
control user access...
Type: Posts; User: l1nk; Keyword(s):
Hi.
I need to find an intelligent and flexible solution for this problem:
we have several users with different roles for each existent application soo the objectives are:
control user access...
I'm having the same problem.
While i was searching a solution for this problem i found this:
http://forum.springframework.org/archive/index.php/t-47509.html
I dont know if this works because i...
Hi.
I'm trying to consume one webservice using Spring and Axis2.
The webservice its used to expose all the methods of one DLL coded in .NET.
Soo all i wanna do its to access this web...
Hi.
I'm trying to consume one webservice using Spring and Axis2.
The webservice its used to expose all the methods of one DLL coded in .NET.
Soo all i wanna do its to access this web...
No...
I will take a look.
Soo and whats the best aproach? Application version checking, Extended session and automatic versioning or Detached objects and automatic versioning?
Yes.
Whats the best approach to write the application?
I defined a bean sessionFactory at my applicationContext.xml to configure the hibernate connection and im using HibernateTemplate. Why i...
I'm working on a web app where some users acess data (creat,read,delete,update).
What i wanna do is to control the concurrency.
The best strategy is to implement that with hibernate or there's...
Hi.
I already try that but doesnt work.....
Any idea?
Hi.
Im developing a web application at work using Struts2, Hibernate and Spring.
I have two classes with a parent/child (PCB - BrgpInfo) relation and what i want is that when i delete the parent...
Hi.
I wanna use log4j for logging in my application but i need to write all logs to a database. The objective is to analyse the performance of my actions (thats another story). I search a lot...
Thx a lot for your help. :D
Once again thx for your reply.
My last applicationContext was working.
Now i try like you said, use the JndiObjectFactoryBean.
I think i understand what you said and here's my new bean...
Thx for help.
Soo my applicationContext.xml stays like this?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"...
Hi.
I'm new using hibernate, spring and struts.
I have a small aplication that use all this 3 frameworks but know i need to implement this using database pooling.
To do so i change my...