• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Thread Controlling Techniques

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kindly tell me about threads controlling techniques in servlets/jsp application with respect to

DataBase Coding.
Java Util API usage.
MVC design Pattern.
Best Architecture.

regards
FI
[ May 13, 2006: Message edited by: Bear Bibeault ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Usually not much of an issue. Are there specific problems you are having?
 
faisal khan
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, now Our architecure is given bellow.

Jsp Call routes to Controller Servlet(Single entry point for request). Controller Servlet then create appropreate Command Class (DAO) for requested tasks. Command Class have instance properties and mthods, but Command Class called from Controller Servlet doPost() method.

We are using our custom based data structure class, which contains Array List,
this object send by Bean class to Controller Servlet for further processing.

We are using Oracle 9i Database.

tell me where we can put our minds to check threading issues in this architecture?

Is session handling also wants threading aware programming.

regards
FI
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic