Enterprise Java
-
Using @Alternative in CDI application
There are many scenarios where you might want to have more that one version of a bean and use it…
Read More » -
Configuring HTTPS for use with Servlets
To configure your Java EE application to communicate over HTTPS requires a few lines of XML in the web.xml file.…
Read More » -
How Http Basic Authentication works in Spring Security?
In the last article, you have learned how to enable Http basic authentication in Spring security based Java application and now…
Read More » -
Converting HTML to RichTextString for Apache POI
1. Overview In this tutorial, we will be building an application that takes HTML as an input and creates a…
Read More » -
Bootiful Development with Spring Boot and React
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
How to enable HTTP Basic Authentication in Spring Security using Java and XML Config
In the last article, I have shown you how to enable Spring security in Java application and today we’ll talk about how…
Read More » -
Would you use JSF for your next project?
There was an excellent stackoverflow blog post last week about the “Brutal Lifecycle of Javascript Frameworks”. The article was about…
Read More » -
Referring to ADF Faces component in EL expression
EL expressions are commonly used to specify attribute values of ADF Faces components on our page. It is interesting to…
Read More » -
Monitoring and measuring reactive application with Dropwizard Metrics
In the previous article we created a simple indexing code that hammers ElasticSearch with thousands of concurrent requests. The only way to…
Read More »