
Posted In: Java Script, React, Spring, Spring REST
React 15 + Spring 5 + JDBC + REST + Maven – Complexity level 2
Technologies used Maven 4.0.0 Spring 5.0.0.M4 React 15 Eclipse Neon JDK 1.8 Log4j 2.7 jackson-core 2.8.6 jackson-databind 2.8.6 Firefox rest add-on for testing In this example we will create simple Spring Rest services. This services will do simple CRUD operations. Then we will create simple UI grid using React, jQuery and Bootstrap. Let us create […]
Read MoreTags: CRUD, JDBCTemplate, MySQL, React, Rest, Spring5

Posted In: Spring, Spring REST
Spring 5 + JDBC + REST + Gradle – Complexity level 1
Technologies used Gradle 2.14.1 Spring 5.0.0.M4 Eclipse Neon JDK 1.8 Log4j 2.7 jackson-core 2.8.6 jackson-databind 2.8.6 Firefox rest add-on for testing In this example we will create simple Spring Rest services. This services will do simple CRUD operations. Let us create services to do CRUD operations for employee. Employee has following attributes Employee ID First […]
Read MoreTags: Gradel, Gretty, JDBCTemplate, MySQL, Rest, Spring5

Posted In: Spring, Spring REST
Spring 5 + JDBC + REST + Maven – Complexity level 1
Technologies used Maven 4.0.0 Spring 5.0.0.M4 Eclipse Neon JDK 1.8 Log4j 2.7 jackson-core 2.8.6 jackson-databind 2.8.6 Firefox rest add-on for testing In this example we will create simple Spring Rest services. This services will do simple CRUD operations. Let us create services to do CRUD operations for employee. Employee has following attributes Employee ID First […]
Read MoreTags: CRUD, JDBCTemplate, MySQL, Rest, Spring5

Posted In: CRUD, JDBC, JEE
Create Registration form Servlet3 + MySQL + Tomcat
Steps 1. Create USER_MASTER table in MySQL DB. 2. MySQL do not require sequence. Column can be made AUTO_INCREMENT 3. Add Datasource Setup in Tomcat. Refer Datasource Setup 4. Create Eclipse web project 5. Create User value object with attributes. 6. Create Servlet. 7. Add javax.servlet.annotation.WebServlet annotation to access Servlet 8. Add javax.annotation.Resource annotation to […]
Read MoreTags: FORM, MySQL, Servlet3, SUBMIT FORM, Tomcat9

Posted In: JDBC
How to configure MySQL DataSource in Tomcat 9
1. MySQL datasource setup 1. Download MySQL JDBC driver Location to download MYSQL JDBC CONNECTOR (mysql-connector-java-5.1.40.zip->mysql-connector-java-5.1.40-bin.jar) Copy connector jar to either TOMCAT/LIB or application’s WEB-INF/lib Note In an enterprise application avoid adding it in application’s WEB-INF/lib. Mostly this connector will be configured at server level so that same version will be shared among multiple applications. […]
Read MoreTags: Database, DBCP, DBCP2, JDBC, MySQL, Tomcat8, Tomcat9
- Apache (13)
- Build Tools (2)
- Gradle (2)
- Caching (1)
- cpanel (1)
- cURL (1)
- Database (7)
- Hibernate (5)
- Java Core (38)
- Java Script (15)
- Bootstrap (1)
- File Upload (7)
- jQuery (3)
- React (3)
- JEE (13)
- JSON (41)
- GSON (13)
- Jackson 1X (1)
- Jackson 2X (12)
- jsoniter (1)
- Logging (2)
- Apache Commons Logging (1)
- Apache Log4J (1)
- Logback (1)
- SLF4J (1)
- MongoDB (1)
- OS (1)
- Linux (1)
- Security (5)
- Server (4)
- Tomcat (4)
- Service (2)
- Micro (2)
- Spring (46)
- Pattern (2)
- Spring Boot (20)
- Spring Data (4)
- Spring MVC (8)
- Spring REST (13)
- Spring Security (7)
- Testing (11)
- XML (5)
- JDOM XML Parser (1)