In this post, we demonstrate how to use websocket to implement two way communication between server and client. Typical HTTP, only client could initiate request to server. Right after server received request from client, server will send back the response to that particalar client. Read more
In this blog, I have put articles about how to set up a system and development environment to share my experience. I hope anyone to faces any issues in their work or project could get some answers from my blog. To be honest, I have many things I want to share many things, I just keep it in my bookmark. Hopefully, I could put together all of my articles into this blog and share it with you.
Saturday, November 28, 2020
Monday, November 23, 2020
Wildfly Custom Authentication with JAAS (MongoDB)
In this post, we will demonstrate how to configure custom login on wildfly by using JAAS. Wildfly provides most common use for login method such as database, LDAP or even flat file. But in the practical situation, there are some requirements that need to combine or customize logic procedure, for example, using multiple source of user management systems, using NO-SQL database for user management, connecting with the legacy system to perform user authentication, etc. To meet these requirement, customize logic mechanism in application server is required. Fortunately, Wildfly also provide module to customize login. Read more.
Feature Recently
Running Wildfly Application Server in Domain Mode
Wildfly application server provides two modes of how to run application one wildfly application server. It is very simple if you run your ...
Most Views
-
Once you have created report on the report studio. You are going to need to deploy your report into the server or application. In this post,...
-
In this post, I demonstrate how to set up Postgresql 12 master / slave stream (by Write Ahead Log) replication server. By utilizing this fea...
-
This post, I demonstrate concurrency management in Wildfly. Wildfly provides concurrency management as JAVA EE specification. It will allow ...