I received a new assignment, which is to create an online bulletin board by using JSP code (this bulletin board is to show all the related information post by users)
The problem is --> 1. What are the basic function should I include in this bulletin board.
2. I dont know what are the necessary data should store in the database table (how to design a table to store information and they are prefered to use mySQL database system)
3. how to STORE the information post by users as well as select the information from database then DISPLAY it.