Java
-

Getting started with JAX-WS
JAX-WS stands for Java API for XML Web Services. It is a Java programming language API for creating web services…
Read More » -

Hibernate native SQL features into your Spring Data Repository
JPA provides @NamedNativeQuery for you to use native SQL. However, the usage is not so convenient, especially when you need…
Read More » -

Hibernate lazy/eager loading example
This post will focus on why and how we use the concepts known as LAZY and EAGER loading in an…
Read More » -

Hot tips on using Eclipse effectively
Following are some tips that shall help you in avoiding potential issues and for being a little more productive while…
Read More » -

Project Lambda: To Multicore and Beyond
The presentation “Project Lambda: To Multicore and Beyond” (Session 27400 and not to be confused with Brian Goetz’s presentation of…
Read More » -

Measure execution time in Java – Spring StopWatch Example
There are two ways to measure elapsed execution time in Java either by using System.currentTimeinMillis() or by using System.nanoTime() .…
Read More » -

Cross Site Scripting (XSS) and prevention
Variants of Cross site scripting (XSS) attacks are almost limitless as mentioned on the OWASP site (https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)). Here I propose…
Read More » -

JBoss BRMS with JasperReports for Reporting
Introduction Jasperreports is a free downloadable library that can be used for generating rich reports for Java EE applications. This…
Read More » -

JBoss BRMS Best Practices – tips for your BPM Process Initialization Layer
I have posted some articles in the past on migration strategies, taken closer looks at process layers and provided some…
Read More »






