Solvd CarServiceProject
Used MySQL database to create tables, Did SQL Query with DDL commands and populated database, created model,service,dao,dao implementation layers to represent DAO pattern inside my project, Used JDBC as a connection method with database and Connection Pool to establish connection during executing transactions(SQL statements inside daoimpl package), Implemented different connection approach with database using MyBatis. Did parsing of xml using DOM,STAX and SAX. Created XML, Json files validated XML using XSD schema