gkostkowski/JavaConsoleMvcCrud
Java console application designed according to MVC pattern. App implements CRUD operations for two data sources: sql database and xml file. The xStream library is used to perform xml operations. MySQL database is used with JDBC driver. Application makes use of all kinds of polymorphism.
Java