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
  • 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

Hi! My name is Bushan and I am a Software developer from India. I have total 4+ year(s) of experience in Java technologies. I am the founder/author/editor of this website. You can also watch my videos on my youtube channel. DM me for any clarifications/doubts, I am happy to assist you. Follow me on Twitter and Instagram for the latest tech news/articles.

Popular Spring Boot Tutorials

  • >> Spring Data JPA + MySQL REST API Tutorial [2021 Edition]
  • >> Spring Data Rest + MySQL REST API Tutorial
  • >> Spring Boot + MongoDB REST API Tutorial [2021 Edition]
  • >> Spring Data JPA + H2 Database REST API Tutorial
  • >> Spring Boot + Hibernate + MySQL Tutorial
  • >> Spring Boot + Hibernate + MySQL  Web application Tutorial
  • >> Spring Boot and MongoDB REST API Tutorial [2019 Edition]

Popular tutorials

  • >>Javascript tutorial
  • >>Core java tutorial
  • >>Java 8 stream tutorial
  • >>Spring MVC tutorial
  • >>Hibernate tutorial
  • >>Spring boot tutorial

Spring Annotations

  • >>@PathVariable Annotation 
  • >>@RequestParam Annotation
  • >>@RequestBody Annotation
  • >>@ResponseBody Annotation
  • >>@RequestMapping Annotation
  • >>@Autowire Annotation
  • >>@Bean Annotation
  • >>@ExceptionHandler Annotation
  • >>@ControllerAdvice Annotation
  • >>@Valid Annotation
  • >>@PostConstruct Annotation
  • >>@ResponseStatus Annotation
  • >>@ModelAttribute Annotation
  • >>@RequestHeader Annotation
  • >>@Controller Annotation
  • >>@RestController Annotation

Angular 9 and Spring Boot Tutorials

  • >> Angular 9 + Spring boot + MySQL [Part 1]
  • >> Angular 9 + Spring boot + MySQL [Part 2]
  • >> Angular 9 + Spring boot + MySQL [Part 3]
  • >> Angular 9 + Spring boot + MySQL [Part 4]
  • >> Angular 9 + Spring boot + MySQL [Part 5]
  • >> Angular 9 + Spring boot + MySQL [Part 6]
  • >> Angular 9 + Spring boot + MySQL [Part 7]

Support me


Love my tutorials? Please support me by donating:

Join B2Tech



bushan_sirgur

Hey guys! Happy weekend. I hope you guys enjoying Hey guys! Happy weekend. I hope you guys enjoying too 😊
Java singleton design pattern explained #java #de Java singleton design pattern explained

#java #designpattern #singleton #programming
JavaScript interview program👨‍💻 for beginn JavaScript interview program👨‍💻 for beginner.

Find the sum of all the digits in a given number.

We learnt in mathematics that, if we divide any number with 10 the remainder will be the last digit of the given number.

We will follow the same approach-

1. Start dividing the given number by 10 till it becomes 0
2. Start adding the remainder to the sum
3. Return the sum

That’s it hope you liked it. Leave your thoughts in the comment section.

Follow me @bushan_sirgur for more such content.
Interview program 👨‍💻 for beginner. Count Interview program 👨‍💻 for beginner.

Count the number of vowels in a given string.

1. Create a string that contains vowels
2. Loop 🔁 over the give string
3. Find the each character in the vowels using includes()
4. If it present then increment the count
5. Then return the count

Hope you like this post. Let me know in the comment section down below👇🏻

Follow me @bushan_sirgur for more such coding snippets.

Hashtags -
#interview #coding #codingbootcamp #programming #programmers #javascript #webdevelopment #interviewproblems #interviews
Watching movie 🍿 #LAW with family. Thanks to @p Watching movie 🍿 #LAW with family.
Thanks to @puneethrajkumar.official sir for releasing in @primevideoin @prajwaldevaraj @iamraginiprajwal
Late night edits 👨‍💻 #indianyoutuber Late night edits 👨‍💻 #indianyoutuber
#shotoniphone #snapseed #shotoniphone #snapseed
Editing mode 👨‍💻 #indian_youtuber #youtube Editing mode 👨‍💻 #indian_youtuber #youtuber #videocourse
Youtuber’s life 👨‍💻 #indian_youtuber #co Youtuber’s life 👨‍💻 #indian_youtuber #contentcreator
A pic from my recent trek 🥳 #trek #traveling # A pic from my recent trek 🥳

#trek #traveling #hillclimbing #gbl #skandagiri
“I'm a dreamer. I have to dream and reach for th “I'm a dreamer. I have to dream and reach for the stars ✨, and if I miss a star ⭐️ then I grab a handful of clouds ⛅️.”
#shotoniphone #mobilephotography #naturelover #iphone_xr
“I think there is no place in the world 🌍 whe “I think there is no place in the world 🌍 where I feel closer to the Lord than in one ☝️ of His holy temples.”😊 #shotoniphone #iphone_photography #mobile_photography #photography
“When the sun🌞 has set, no candle🕯can repl “When the sun🌞 has set, no candle🕯can replace it.” #mobilephotography #shotoniphone #iphone_xr #photography #naturephotography #sunset #nature
"Wherever you go, no matter what the weather, alwa "Wherever you go, no matter what the weather, always bring your own sunshine🌞." #shotoniphone #iphone_xr #photography #naturephotography #mobilephotography
"Even if I knew that tomorrow the world 🌎 would "Even if I knew that tomorrow the world 🌎 would go to pieces, I would still plant my 🍎  apple tree 🌳 "
#shotoniphone #iphone_xr #tree #naturephotography #mobilephotography #photography
#mobilephotography #shotoniphone #building #iphone #mobilephotography #shotoniphone #building #iphone_xr
#shotoniphone #iphone_xr #nature_lover #mobilephot #shotoniphone #iphone_xr #nature_lover #mobilephotography #photography
“If everyone would look for that uniqueness then “If everyone would look for that uniqueness then we would have a very colorful world.” ~Michael Schenker

#shotoniphone #iphone_xr #nofilter #straightoutofcamera
“It’s not th beauty of a building 🏢 you sho “It’s not th beauty of a building 🏢 you should look 👀 at; its th construction 🏗 of th foundation tht will stand th test of time ⏱” #shotoniphone #iphone_xr #photography #snapseed #snapseededit
“Each night, when I go to sleep, I die. And the “Each night, when I go to sleep, I die. And the next morning, when I wake up, I am reborn.” -Mahatma Gandhi

#shotoniphone #iphone_xr #mobile_photography #snapseed
Load More... Follow on Instagram

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

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