udaiarora / Recommendation-Customization

SD Project
1 stars 2 forks source link

Database Tables inconsistencies. #2

Open rsubra13 opened 10 years ago

rsubra13 commented 10 years ago

Guys, if possible can we have a double check on the database tables we have right now..It seems some tables have inconsistencies (like int EmailID, UserID column missing). I think the latest sql file is sd_db.sql. Please share your thoughts as the DB tables "structure" needs to be freezed at the outset.

obulikarthikeyan commented 10 years ago

Hey guys,

Please do not wast e your effort in creating the DTO files. There is an easy way to automatically generate the DTO files for all tables. It can be done by importing the database sql schema file into NetBeans and generating the hibernate annotated DTO files.

We have generated the DTO files for all tables. We'll commit those files after verifying the annotations.

obulikarthikeyan commented 10 years ago

Hi,

The DTO classes for all tables have been committed. Please make use of them instead of manually creating them.

obulikarthikeyan commented 10 years ago

I've committed the menu.jsp file. Please include it in all the jsp files (right below the body tag) that you create.