Bhupendra Patidar

I am Bhupendra Patidar, full-stack Java developer, and Automation engineer. I am enjoying programming since last 6 years and sharing my experiences with the community. Thank You to visit this article:). Reach me over the Skype: jcodebun, Mail: jcodebun@gmail.com

Invalid property of bean class is not readable or has an invalid getter method in spring boot

While working with the Spring boot project, you might face the error “Invalid property of bean class is not readable or has an invalid getter method in spring boot”. The complete error message that you can see in the console is: Invalid property ‘firstName’ of bean class [com.schoolmgt.form.UserForm]: Bean property ‘firstName’ is not readable or …

Invalid property of bean class is not readable or has an invalid getter method in spring boot Read More »

How to become a fullstack java developer? A complete RoadMap

In this blog, I will give a complete guide to start Java web project development and the basic and advanced requirements, and technologies to create a web application in java. What is the best sequence to learn these technologies one by one and what are the essential topics under the specific technologies? Basic requirement: First …

How to become a fullstack java developer? A complete RoadMap Read More »

Car parking management project in Spring boot and hibernate with source code

Online Car Parking Management Project in java using Spring boot and hibernate, JPA with source code and project report. It’s a web application built using maven, following MVC architecture, and using a tomcat server to deploy and run on localhost. To manage the backend it uses Spring boot and Hibernate to manage the front end …

Car parking management project in Spring boot and hibernate with source code Read More »

How to display or hide HTML element on condition in JSP page using jstl

How to display or hide any HTML element on the basis of conditions on the JSP page using JSTL. JSP is Java Server Page where we can write HTML code as well as we can run java code. Yes, Java provides if-else and switch statements to handle business conditions. But while we are using advanced …

How to display or hide HTML element on condition in JSP page using jstl Read More »

Solve Error javax.net.ssl.SSLException: closing inbound before receiving peer’s close_notify

How to solve the java mysql error javax.net.ssl.SSLException: closing inbound before receiving peer’s close_notify While you working on any web application project where we use the MYSQL database to store the information. you might face the error “javax.net.ssl.SSLException: closing inbound before receiving peer’s close_notify“. Let’s understand the reason behind the error and find out a …

Solve Error javax.net.ssl.SSLException: closing inbound before receiving peer’s close_notify Read More »