Hi everyone,
I am going to build a Online ticket selling systme of a cinema.
JSP ,
servlet, session and entity beans...etc will be used. However, I am still unclear about beans and servlet. Is that "they" will appear together in my project design? For example, JSP is acted as the client layer to collect user's input and those input will pass to the beans in order to carry out certain function and interact with the database. Here, what does servlet do?
In my class diagram, is that 'enough' for me to show my system like following:
JSP class <--> Servlet class <--> Beans Container class <--> DB
<--> other classes
Actually, there will be more than 1 jsp pages, is that I should show all of them in my class diagram? or just a single one to represent all jsp pages? (Also, same question about servlet and beans. Should I represent all of them in my class diagram?)
Thank you for reading my questions
Perry
Thanks for reading my question
perry