B2 Tech

Web Dev Snippets

  • Facebook
  • Twitter
  • Google Plus
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Full Stack Applications
    • CRUD Applications
  • Advance Java/J2EE
    • JSP
    • Servlets
    • JSF
    • Thymeleaf
    • Spring MVC
    • Spring Boot
    • Spring Security
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Testing
  • About
  • Contact

Author - Bushan Sirgur

  • CSS
  • HTML
  • jQuery

Calculate AGE based on Date of birth using jQuery Calendar

July 7, 2018
by Bushan Sirgur
3 min read
6 Comments

Hi guys, Bushan here, welcome back to B2 Tech! Today in this video, I will show you how to calculate Age based on Date of birth using jQuery Calendar so let’s get started! If you are creating any kind of registration form...

Continue reading

  • jQuery
  • REST Services

Delete data [DELETE] using Java Web Service and jQuery Ajax

June 30, 2018
by Bushan Sirgur
4 min read
Add Comment

Hey guys, Bushan here, welcome back to B2 Tech! Today in this article I will show you how to make DELETE request/Delete data using Spring REST and jQuery Ajax, so let’s get started. I have already created the required...

Continue reading

  • jQuery
  • REST Services

Save data [POST] using Java Web Services and jQuery Ajax

June 23, 2018
by Bushan Sirgur
5 min read
2 Comments

Hi guys, Bushan here, welcome back to B2 Tech! Today in this article I will teach you how to make POST request using jQuery Ajax, so let’s get started! To make POST request, I have already created a Java web service, I will...

Continue reading

  • jQuery
  • REST Services

Displaying Database Records in jQuery DataTable

June 21, 2018
by Bushan Sirgur
5 min read
Add Comment

Hey guys, Bushan here, welcome back to B2 Tech! Today in this article, I will show you how to use jQuery Datatable and how to display the database records in jQuery Datatable so let’s get started! If we are creating any...

Continue reading

  • Java Swings

Display the Database Records – Java Swing

June 16, 2018
by Bushan Sirgur
3 min read
Add Comment

Hello guys, Bushan here, welcome back to B2 Tech. In our previous article, we have discussed about Inserting values to MySQL Database. In this article, let’s display the database values in a JFrame form so let’s get...

Continue reading

  • Java Swings

Inserting values to MySQL database – Java Swing

June 14, 2018
by Bushan Sirgur
2 min read
Add Comment

Hello guys, Bushan here, welcome back to B2 Tech! Today in this article, we will discuss how to insert values into MySQL database with the help of Java! We will achieve this using Java Swings! In the previous article, we have...

Continue reading

  • Core Java

Java JDBC Connection with MySQL Database

June 13, 2018
by Bushan Sirgur
2 min read
Add Comment

Hello guys, Bushan here, welcome back to B2 Tech! Today in this article, I will show you how to create a database in MySQL and get the Connection in Java so let’s get started. Requirements: MySQL Database or WAMP Server or...

Continue reading

  • CRUD Applications
  • Hibernate
  • Spring MVC

Complete CRUD Application in Spring MVC and Hibernate [XML Configuration]

June 7, 2018
by Bushan Sirgur
16 min read
31 Comments

Hi, Welcome back to my another article on Java, Have you ever heard about Spring/Spring MVC in Java? One of the Most Popular Application Framework for building Java Enterprise Applications. Along the side, Hibernate is also one...

Continue reading

  • Uncategorized

Top 4 Websites to Learn Web Development in 2018

June 4, 2018
by Bushan Sirgur
3 min read
Add Comment

Hello everyone, learning Web Development in 2018 is like boosting our career, because web development is growing day by day and there are so many popular web frameworks available out there, and to learn all these web...

Continue reading

  • Angular 2
  • CRUD Applications
  • REST Services
  • Spring MVC

Angular 2 and Spring REST Simple CRUD Application

June 2, 2018
by Bushan Sirgur
22 min read
35 Comments

Angular 2 is one of the Most Popular Front End Web Framework on the internet, Spring MVC is also one of the Most Popular Application Framework on the internet, So today in this article, let’s combine/integrate these two...

Continue reading

  • CRUD Applications
  • MyBatis/iBatis
  • Spring MVC

A Complete CRUD Application with Spring MVC and MyBatis/iBatis

June 2, 2018
by Bushan Sirgur
16 min read
21 Comments

Welcome back, Developing a Web Application in Java/J2EE is really really good, there are so many frameworks available out there. So today, in this article, let’s discuss one of the popular Java framework, Spring MVC and...

Continue reading

  • Uncategorized

Top 4 Text Editors for Web Development in 2018

June 2, 2018
by Bushan Sirgur
5 min read
Add Comment

Today in this article I am going to talk about Top 4 Text Editors for Web Development in 2018.We all know that web development is growing day by day, there are so many web frameworks available out there. The text editor is the...

Continue reading

  • JavaFX

Login Form in JavaFX with MySQL Database

June 2, 2018
by Bushan Sirgur
5 min read
3 Comments

JavaFX is used to create GUI, Desktop applications in Java. The problem with Java Swing is that it is outdated, people are started using JavaFX. So, it’s time to learn JavaFX. Note: I will use Netbeans IDE throughout this...

Continue reading

Previous 1 … 4 5 6

About Author

Bushan Sirgur

Hey guys, I am Bushan Sirgur from Banglore, India. Currently, I am working as an Associate project in an IT company.

View all posts

Support me


Love my tutorials? Please support me by donating:

Newsletter



Recent Posts

  • Spring Boot Thymeleaf for each with Example April 21, 2021
  • Most commonly used Java Math methods with Examples April 20, 2021
  • Spring Boot Thymeleaf CSS JS with Example April 12, 2021
  • Spring Boot Thymeleaf with Example April 11, 2021
  • Spring Data JPA Sort Multiple Columns with Examples April 9, 2021
  • Spring Data JPA Sort by Date with Example April 8, 2021
  • Spring Data JPA Pagination with Example April 7, 2021
  • Spring Data JPA Query Methods In with Examples April 3, 2021
  • Spring Data JPA Query Methods Like with Example April 2, 2021
  • Spring Data JPA Between Date Example March 29, 2021

Featured Posts

  • Spring Boot Thymeleaf for each with Example
  • Most commonly used Java Math methods with Examples
  • Spring Boot Thymeleaf CSS JS with Example
  • Spring Boot Thymeleaf with Example
  • Spring Data JPA Sort Multiple Columns with Examples

Most Viewed Posts

  • Angular 2 and Spring REST Simple CRUD Application (17,337)
  • Login Form in JavaFX with MySQL Database (16,656)
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (15,629)
  • Calculate AGE based on Date of birth using jQuery Calendar (12,166)
  • Complete CRUD Application in Spring MVC and Hibernate [XML Configuration] (11,607)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • Boostrap 4 (9)
  • Core Java (16)
  • Core Java Programs (33)
  • CRUD Applications (33)
  • CSS (12)
  • Express.js (7)
  • Hibernate (24)
  • High Charts (3)
  • HTML (13)
  • Interview Programs (33)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (13)
  • Javascript Programs (20)
  • JPA (32)
  • jQuery (7)
  • JSP (16)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (7)
  • REST Services (47)
  • Servlets (2)
  • SOAP Services (1)
  • Spring Boot (65)
  • Spring MVC (46)
  • Testing (1)
  • Thymeleaf (5)
  • Uncategorized (2)
Copyright © 2021. Created by Bushan Sirgur. Powered by B2 Tech.
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Full Stack Applications
    • CRUD Applications
  • Advance Java/J2EE
    • JSP
    • Servlets
    • JSF
    • Thymeleaf
    • Spring MVC
    • Spring Boot
    • Spring Security
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Testing
  • About
  • Contact
  • Facebook
  • Twitter
  • Google Plus