Enterprise Java
-
Spring Security Custom Form Login Example
Welcome readers, in spring, the security module is considered important. It enables the developers to integrate the security features in…
Read More » -
SLF4J Logging Levels Example
This post is about the various logging levels available in SLF4J and how to extend it with Marker interface. This…
Read More » -
Hibernate Merge Example
In hibernate; both merge() and update() methods updates an entity and can also affect the state of an object i.e.…
Read More » -
Hibernate Enum Type Mapping Example
In hibernate; developers can map the Java Enum type to a column in the database. In this tutorial, we will…
Read More » -
Hibernate Persist Example
In hibernate; an entity or a record can be saved in a database using the save(), persist(), or the saveOrUpdate()…
Read More » -
Hibernate @NamedQuery Annotation Example
In hibernate; developers can create the Named Queries that is a group of query statements. This tutorial will explore the…
Read More » -
Spring static factory-method Example
In spring, developers can create a bean (or the object instantiation) by invoking the static-factory-method. This tutorial will explore the…
Read More » -
SLF4J Tutorial for Beginners
In this post, we feature a comprehensive SLF4J Tutorial in order to understand how it helps addresses the problem of…
Read More » -
Spring init-method and destroy-method Tutorial
Sometimes when the spring beans are created developers need to perform the initialization operations and the cleanup operations before the…
Read More » -
Selenium Web Application Testing Example
1. Introduction In this post, we feature a comprehensive example on Selenium web application testing. A web application is a…
Read More »