reset password
Author Message
talisunep
Posts: 140
Posted 22:40 May 07, 2013 |

Professor the video link for the spring mvc is not working (Video 3)
http://mediasite.calstatela.edu/mediasite/Viewer/?peid=ea10bf0e71bc472d9239fb7600e0a1e41d

this lecture covered validation /add/edit with springmvc...
is there any possibility of acessing this video before the homework submission due date?


 

talisunep
Posts: 140
Posted 22:45 May 07, 2013 |

would you happen to have the video on this topic from previous quarters?
the video covered
validation/ add/ edit
is the code base for the above video/lecture on the repository under the tag before_security ?

cysun
Posts: 2935
Posted 08:09 May 08, 2013 |

Here's a recording that covers add and edit: http://mediasite.calstatela.edu/mediasite/Viewer/?peid=f441e3825a2e4d6aaef587991c03e1f81d

And validation should be in this one: http://mediasite.calstatela.edu/mediasite/Viewer/?peid=09ecc0f9ebad4ee68dbfad38bfa2dae21d

The relevant tags in the springmvc example are the following:

  • controllers - include the implementation of all the operations such as adding and editing user.
  • validation - controllers + input validation for add and edit
cysun
Posts: 2935
Posted 09:26 May 09, 2013 |

Our IT people have confirmed that the lecture recorded on 5/1 is lost due to some technical problem, and so is the recording yesterday (5/8).

xytian
Posts: 70
Posted 10:17 May 09, 2013 |
cysun wrote:

Here's a recording that covers add and edit: http://mediasite.calstatela.edu/mediasite/Viewer/?peid=f441e3825a2e4d6aaef587991c03e1f81d

And validation should be in this one: http://mediasite.calstatela.edu/mediasite/Viewer/?peid=09ecc0f9ebad4ee68dbfad38bfa2dae21d

The relevant tags in the springmvc example are the following:

  • controllers - include the implementation of all the operations such as adding and editing user.
  • validation - controllers + input validation for add and edit

Actually, the second video is not complete due to a fire drill, it only covers logging, testing and file uploading

xytian
Posts: 70
Posted 09:06 May 10, 2013 |

Hi Professor, can you find the video on May 10, 2012?

It should have the validation and Ajax