reset password
Author Message
nahmed5
Posts: 57
Posted 16:49 Jan 28, 2015 |

Hi, do we need to create DAO interfaces and implementations for each of the model classes made in #2?

In CSNS2, almost all the model classes have them except for a few. Please, clarify my understanding.

cysun
Posts: 2935
Posted 16:52 Jan 28, 2015 |

For this assignment you only need to create the ones that are needed for the test cases. You can create more in future assignments when necessary.

nahmed5
Posts: 57
Posted 18:18 Jan 28, 2015 |

So, U mean that I have to create DAO interfaces that will help me with these test cases?

  • There is a user with the username jdoe1 and a user with the username jdoe2.
  • jdoe1 checked one checkpoint in his/her plan.
  • jdoe2 checked all the checkpoints in his/her plan.
cysun
Posts: 2935
Posted 21:33 Jan 28, 2015 |

Yes.