How to configure JBoss / WildFly deployment order

You can configure JBoss EAP / WildFly deployment order in some simple steps. This article will show you how to do it! Configuring Deployment order within an EAR file If you want to deploy applications within an EAR file with a precise order, then you can use the element named initialize-in-order (available in application.xml 6.0 … Read more

Using native Queries with Hibernate and JPA

JPA native queries allow developers to use native SQL statements in their JPA application. You can use these queries to access specific features of a database or to optimize performance by using the database’s native language.

Read more