Enterprise Java
-

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 » -

When a REST Resource should get its own Address?
In a purist REST approach, all endpoints (except the starting endpoint) are opaque and their various details shouldn’t need to…
Read More »


