Author | Message |
---|---|
JackStrauss
Posts: 236
|
Posted 14:22 Jan 23, 2013 |
It feels like some things would be easier to implement using JSP, but we haven't really covered this in class. We've mainly covered servlets. It was also shown that servlets can output HTML. So, for HMWK, we should use servlets only, right? |
cysun
Posts: 2935
|
Posted 14:34 Jan 23, 2013 |
HW1 is intended as servlet (and HTML) only, but you really want to use JSP, that's fine with me. |
JackStrauss
Posts: 236
|
Posted 14:36 Jan 23, 2013 |
I'll try it just using servlets that output HTML, and see what develops.
Thanks for replying so fast, Dr. Sun.
Regards.
edit: Made a correction to reflect nature of the assignment more clearly. Last edited by JackStrauss at
18:54 Jan 24, 2013.
|