Author | Message |
---|---|
liangxu
Posts: 15
|
Posted 10:29 Apr 15, 2009 |
If I include hw2 in the previous csns project, I can reuse some defined objects such as User, Course etc. Can I do it that way? Or I have to create a new project for HW2? Thanks.
|
cysun
Posts: 2935
|
Posted 10:41 Apr 15, 2009 |
You should create a new project, and probably more importantly, do not make the project too complicated. HW2 is a fairly straightforward servlet/JSP/MVC exercise (i.e. a slightly more complex version of the GuestBook example). You do not need to implement user management, and the blogs do not need to be associated with any course. |