Hi all,

I am designing a web app/ Its supposed to have 500 concurrent users.

1. Module- Login
The users login using their uid/password and see the stuff in their database

I am planning to use Struts,jsp,action classes in the front end
Now, back end I am thinking about session ejbs which reads database tables. The 
method for getting values from database tables will be implemented in a DAO. 

Now, what should I use in the middle layer ?
ie, intercation between action classes and session ejb: For a struts based 
appp, whats best here ?
Again 500 concurrent users.
 
Thanks


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to