Author | Message |
---|---|
wsakura
Posts: 64
|
Posted 04:02 Jan 20, 2013 |
When you click on the project to view it, are we supposed to make static HTML pages for those? |
cysun
Posts: 2935
|
Posted 09:12 Jan 20, 2013 |
Obviously not. You can't make static pages for something that doesn't exist yet, e.g. projects that have not been created. |
wsakura
Posts: 64
|
Posted 00:33 Jan 21, 2013 |
|
cysun
Posts: 2935
|
Posted 11:11 Jan 21, 2013 |
Did we create a class for each GuestBook entry in our example? |
wsakura
Posts: 64
|
Posted 18:55 Jan 21, 2013 |
|
JackStrauss
Posts: 236
|
Posted 19:09 Jan 21, 2013 |
Edit. I think I figured out the answer to my questions.
Thanks.
Regards. Last edited by JackStrauss at
20:11 Jan 21, 2013.
|
cysun
Posts: 2935
|
Posted 21:13 Jan 21, 2013 |
That's right. You should have a servlet for the operation "display a project", but you certainly shouldn't have a servlet for each project (which is impossible to do anyway because you can't create servlets for projects that don't exist yet). |
wsakura
Posts: 64
|
Posted 22:10 Jan 21, 2013 |
|