Github Repos
********************* BATCH-4 REPOS *************************
Core Java : https://github.com/belljava2017/BellInfo-B4
JDBC :http://https://github.com/belljava2017/Jdbc-crud-demo
Servlets, JDBC & JSP : https://github.com/belljava2017/bacth4-servlets-jdbc-program
Design Patterns : https://github.com/belljava2017/desing-patterns
Spring IOC :
https://github.com/belljava2017/batch4-spring-ioc
https://github.com/belljava2017/spring-ioc-examples
https://github.com/belljava2017/ioc-autowire
https://github.com/belljava2017/ioc-property
https://github.com/belljava2017/ioc-sterotype
Spring MVC flow:
https://github.com/belljava2017/bellinfo-mvc-flow
Core Java : https://github.com/teachkoka/Bellinfo-B3.git
Simple Servlet Flow : https://github.com/teachkoka/servlet-program.git
Simple Servlet JDBC Flow : https://github.com/teachkoka/servlet-jdbc-program.git
Spring IOC : https://github.com/teachkoka/spring-ioc-xml.git
Design Patterns : https://github.com/teachkoka/design-patterns
Assignment :
1) Improvise the Simple Servlet JDBC Flow example. By adding an additional logic, to identify already registered user. If user try to add same credenticalss with fullname, email, username and password. Instead of storing it in to Database, return error to the user.
2)Improvise the Simple Servlet JDBC Flow example, Once user successfully logged in with his username and password then immediately return success along with fullname and email id