Description: Library management system, has CRUD functionality, usually college students will be asked to write.
To Search:
File list (Check if you may need any files):
LibraryProgram
..............\.classpath
..............\.myeclipse
..............\..........\profiler
..............\..........\........\LibraryView.xml
..............\.project
..............\.settings
..............\.........\.jsdtscope
..............\.........\org.eclipse.jdt.core.prefs
..............\.........\org.eclipse.wst.jsdt.ui.superType.container
..............\.........\org.eclipse.wst.jsdt.ui.superType.name
..............\bin
..............\...\action
..............\...\......\BookAction.class
..............\...\......\UserAction.class
..............\...\conf
..............\...\....\jdbc.properties
..............\...\dao
..............\...\...\BookDAO.class
..............\...\...\impl
..............\...\...\UserDAO.class
..............\...\entity
..............\...\......\Book.class
..............\...\......\User.class
..............\...\service
..............\...\.......\BookService.class
..............\...\.......\impl
..............\...\.......\....\BookServiceImpl.class
..............\...\.......\....\UserServiceimpl.class
..............\...\.......\UserService.class
..............\...\sql
..............\...\...\book.sql
..............\...\...\user.sql
..............\...\test
..............\...\....\TestBookDAO.class
..............\...\....\testBookService.class
..............\...\....\TestJdbcUtil.class
..............\...\....\TestUser.class
..............\...\....\TestUserDAOImpl.class
..............\...\util
..............\...\....\JdbcUtil.class
..............\...\view
..............\...\....\LibraryView.class
..............\...\....\TestLibraryView.class
..............\doc
..............\...\allclasses-frame.html
..............\...\allclasses-noframe.html
..............\...\cn
..............\...\..\itcast
..............\...\..\......\tetris
..............\...\..\......\......\controller
..............\...\..\......\......\..........\class-use
..............\...\..\......\......\..........\.........\Controller.html
..............\...\..\......\......\..........\Controller.html
..............\...\..\......\......\..........\package-frame.html
..............\...\..\......\......\..........\package-summary.html
..............\...\..\......\......\..........\package-tree.html
..............\...\..\......\......\..........\package-use.html
..............\...\..\......\......\entities
..............\...\..\......\......\........\class-use
..............\...\..\......\......\........\.........\Ground.html
..............\...\..\......\......\........\.........\Shape.html
..............\...\..\......\......\........\.........\ShapeFactory.html
..............\...\..\......\......\........\.........\UnitType.html
..............\...\..\......\......\........\Ground.html
..............\...\..\......\......\........\package-frame.html
..............\...\..\......\......\........\package-summary.html
..............\...\..\......\......\........\package-tree.html
..............\...\..\......\......\........\package-use.html
..............\...\..\......\......\........\Shape.html
..............\...\..\......\......\........\ShapeFactory.html
..............\...\..\......\......\........\UnitType.html
..............\...\..\......\......\game
..............\...\..\......\......\....\class-use
..............\...\..\......\......\....\.........\CommonShapeFactory.html
..............\...\..\......\......\....\.........\GameOptionPanel.html
..............\...\..\......\......\....\.........\MainFrame.html
..............\...\..\......\......\....\.........\MyGroundListener.html
..............\...\..\......\......\....\CommonShapeFactory.html
..............\...\..\......\......\....\GameOptionPanel.html
..............\...\..\......\......\....\MainFrame.html
..............\...\..\......\......\....\MyGroundListener.html
..............\...\..\......\......\....\package-frame.html
..............\...\..\......\......\....\package-summary.html
..............\...\..\......\......\....\package-tree.html
..............\...\..\......\......\....\package-use.html
..............\...\..\......\......\listener
..............\...\..\..