aspose file tools
The moose likes Distributed Java and the fly likes J2EE configuration for JTA + Webserver Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "J2EE configuration for JTA + Webserver" Watch "J2EE configuration for JTA + Webserver" New topic
Author

J2EE configuration for JTA + Webserver

Ravi Sathish
Ranch Hand

Joined: Feb 26, 2002
Posts: 131
Hi
My J2EE configuration is
{Browser <-> Web Container <-> RDBMS/EIS Resources}.
I understand that it is possible for a servlet or a JSP page to use JNDI lookup to get hold of a UserTransaction object and use the underlying interface to programmatically specify transactions.
I read that in a two-tier application configuration where a web component needs to access enterprise information systems under the scope of a JTA transaction, this is quite common.
Now my browser is IE6
RDBMS is MS SQL Server 2000
Can you guys inform me on which application server is best to implement Webcontainer & JTA
TIA
Ravi
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: J2EE configuration for JTA + Webserver
 
Similar Threads
Problem accessing a servlet in weblogic
javax.naming.NamingException: Could not dereference object
Question about how to make a html/perl/cgi system available to web and app???
problem related to hibernate and JTA transaction
Can we consider this container a managed env ?