JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development. JUnit 5 is theโฆ Read More
Category Archives: Java
Field level each and every attribute of a bean class need to get validated against null/not null, empty/not empty, with min/max value to a specificโฆ Read More
Test Driven Development is the process in which test cases are written before the code that validates those cases. It depends on the repetition ofโฆ Read More
For the sample project, below mentioned tools got used Java 8 Eclipse IDE for development Hibernate ORM, Spring framework with Spring Data JPA MySQL database,โฆ Read More
Hibernate is a Java framework that implements ORM(Object Relational Mapping) design pattern. It is used to map java objects into a relational database. It internallyโฆ Read More
The quality of software should be of a high standard and then only it is liked and used by most people. A good programmer isโฆ Read More
JDBC or Java Database Connectivity is a Java API to connect and execute the query with the database. It is a specification from Sun microsystemsโฆ Read More
In this article, by seeing a sample project that involves a few characters in the “friends” web series and checking their names against correct professionsโฆ Read More
Prerequisites: Introduction to Spring Framework Introduction and Working of Struts Web Framework In this article, we will discuss how the Spring framework can be integratedโฆ Read More
Servlets are the server-side programs used to create dynamic web pages. They can be used to upload files on the server. This article shows twoโฆ Read More
The quality of the software is very very important and it can be enhanced by JUNIT test cases. There are a lot of useful methodsโฆ Read More
Hibernate validators are very useful and they provide the following annotations that are very helpful for software development. Annotation Usages @NotNull Char Sequence, Collection, Map,โฆ Read More
Events are the actions performed by the user in order to interact with the application, for e.g. pressing a button or touching the screen. Theโฆ Read More
In recent times MongoDB is the most used database in the software industry. It’s easy to use and learn This database stands on top ofโฆ Read More
Spring Boot is a popular, open-source spring-based framework used to develop robust web applications and microservices. As it is built on top of Spring Frameworkโฆ Read More