EJB is used to create business logic in Java EE application. Setting up authorization to limit the access to your business execution base on the role. In the enterprise level, security concern is very crucial to ensure the authorized user shall be the only on who those business logic is available to. EJB provide two types of methodologies for securing business logic for instance, declarative and programmatic. 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, August 22, 2020
Wednesday, August 12, 2020
Sharding Table with postgres_fwd on PostgreSQL-12
In previous post, we have create table partitioning to scale out database. Table partition is stored in the same server, data will store in the single database. In case, we need to distribute data across remote database, we need to use sharding to distribute data in the table. Bellow is the figure of sharding concept. 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 ...