• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

About JTS/ JTA API's in j2ee

 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I'm a newbie viz. distributed computing.I am about to develop a distributed application (a web-based bug tracking system)
I presume my architecture for this system will have following components:
1> browser (client tier)
2> web container with servlets + jsp
3> jdbc(db connectivity) & jta/jts (for transaction handling)
(2& 3 making my middle tier)
4> database (eis tier)
I am quite comfortable with 1, 2 and 4
I wanted to know where I could gain more resources (basic information with e.g's) on interfacing and implementing [jta/jts]
I tried to read the specifications but they were a bit complicated because I started learning EJB just now.
My next question is can some other API be implemented on top of JTS? If os how?
Thanks
Ravi
 
It would give a normal human mental abilities to rival mine. To think it is just a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic