Using the WebSphere Liberty Application Client
You have a standalone Java application but need some of the features made possible only through an application server. What do you do? This video takes us through such a scenario and how to accomplish our goal.
Join the DZone community and get the full member experience.
Join For FreeSometimes you have developed a standalone Java application but want to make use of capabilities provided by an application server. For example, you might have a standalone Java application which accesses a DB2 database but you want to make use of the connection pooling provided by WebSphere Liberty. To achieve this, you need to create an application client.
The following video demonstrates how to package the application in an EAR, create an application client in Liberty, configure the client.xml
with the database information, and then run the application.
Published at DZone with permission of Kavi Suresh, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
How To Approach Java, Databases, and SQL [Video]
-
Microservices With Apache Camel and Quarkus (Part 2)
-
Health Check Response Format for HTTP APIs
-
Writing a Vector Database in a Week in Rust
Comments