reset password
Author Message
vluu2
Posts: 64
Posted 14:26 Jan 18, 2015 |

(This is for the CS320 Saturday class with Professor Cervantes) 

Does anyone know where I can get the Lab 3 Instructions? 

I only see a -submit- on CSNS and I can't find any instructions on the professor's 

website either... 

 

 

MariahM
Posts: 35
Posted 14:36 Jan 18, 2015 |

this is from the MW class. 

 

The core requirements are as follows:

1.  You must have 1 Servlet that displays all message board posts.  Each post should contain a title, body, date/time stamp, poster's name, and an image.

2. You must have a different Servlet that is used for creating new posts on your message board.

Obviously the two Servlets should link to each other.  I'm interested in seeing how you envision the linkage.  I do ask that you place these Servlets under a /lab3 sub-folder on CS3.  Other than that, you have full license to implement the assignment as you see fit.

dli22
Posts: 3
Posted 22:02 Jan 19, 2015 |

So, I've put together a working board (very rudimentary), but I was wondering how you guys were going to output your board in the end. Are you using regular HTML tables? Or the nice rows and columns that Bootstrap gives (using divs)?

disrael
Posts: 44
Posted 11:08 Jan 20, 2015 |

So, there isn't an official instructions anywhere?