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.
Friday, January 31, 2020
Create JAX-WS (SOAP) Web Service with Wildfly 10 And Secure Web Service
Saturday, January 25, 2020
Apply SSL and HTTPS to Wildfly 10
Tuesday, January 14, 2020
Create Java Enterprise Application and Deployed it into Wildfly Application Server
In this post, I would like to show how to use eclipse to create enterprise applications included EJB for business logic, JPA for connecting to database and JSF for a web interface. After creating all this project, we will pack them into EAR file and deploy it into the Wildfly server. Read more.
Saturday, January 4, 2020
How to install and setup Wildfly Application Sever
In this post, I will demonstrate how to install and create a data source in Wildfly and connection from Java application. Wildfly is Java Application Server, it is built base on Java EE specification (Jakatar EE). It provides nice facilities like EJB, Datasource XA, Messaging, Clustering, CDI, etc. For Java EE server application, you can find some features product like TomEE, GlassFish, etc. These products are free. If you like subscription product, you could use Weblogic, Websphere, JBoss EAP, etc. But for this post, I use Wildfly 17. Read more
Friday, January 3, 2020
How to install Postgresql 12 on CentOS 7 and set up SSL
Postgresql database is one of the most popular databases used widely. I have used Postgresql in many projects. In this article, I have experimented installation Postgresql on CentOS 7 and set up SSL. PostgreSQL 12 provides a nice feature like stored procedures. Here is how I have installed it. Read more
Thursday, January 2, 2020
How to install Oracle 18 C on CentOS 7 in Silent Mode
I have done experimented on install oracle 18C in centos 7.I have installed it with out GUI. Here is how I have installed it, 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 ...