posted 17 years ago
Hi all,
I am new to weblogic application server. It looks like weblogic supports Spring.
My current application, has statless session bean at the facade level and rest are all POJOS and hit a single database.
I want to make use of Spring's declarative management for the local transaction(non-jta transaction) and deploy the application in weblogic.
As far as I know weblogic supports JTA enviornment.
Does weblogic support non-JTA transactions too??
Does usage of Spring as mentioned above in weblogic, overwrite the default JTA behaviour of weblogic??
Your input is highly appreciateed.
Thanks in advance for your valuable time and interest.