My question is fairly broad and open-ended. I am curious about what would be a good design for a job-search type of website - one that would allow for users to set up accounts, store personal information on a database, search jobs listed another database, etc. The site would be for job seekers as well as employers. Thus, there would be two types of accounts, and two types of access.
I am new to java technologies, and would like to have an idea of what I should use. For example, is it best to create a class that is populated by the information int eh database, and is somehow stored and kept accessible throughout the users session? Would I create such an object within a servlet, within a java bean? Can I make it so that this object would be created upon log-in, an destroyed upon log-off? Would I create a connection to the database that lasts throughout the session?......etc...
I appreciate any advice, including any website, book, or other resrouce that might be appropriate.
thanks,
jdubowy
I am new to java technologies, and would like to have an idea of what I should use. For example, is it best to create a class that is populated by the information int eh database, and is somehow stored and kept accessible throughout the users session? Would I create such an object within a servlet, within a java bean? Can I make it so that this object would be created upon log-in, an destroyed upon log-off? Would I create a connection to the database that lasts throughout the session?......etc...
I appreciate any advice, including any website, book, or other resrouce that might be appropriate.
thanks,
jdubowy