akosiraff

Download LibrarySystemBookService

Apr 11th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/librarysystembookservice/
  3. 1- Create a Book service for your Library application. The service should include both a separated interface and an implementation based on Serialized IO.
  4. 2- Create a Factory that instantiates and returns the implementation for the above service.
  5. 3- Update your stubbed-out Business layer manager (created in Week 4) to use the Factory and BookSvc (Serialized IO impl) service to persist the Book.
  6. 4- Create a unit test for the Business Layer manager which uses the BookMgr.
  7. 5- Create a unit test for the Serialized IO impl which uses the Factory to get the service.
  8. Download: http://solutionzip.com/downloads/librarysystembookservice/
Add Comment
Please, Sign In to add comment