Working on iMac

Managing your environment specific settings in your apps on WebSphere application servers

In this guide, I’ll show you how to implement a very basic service in your applications leveraging the runtime specific resource environment properties. This will allow you to: get rid of your application contained properties and similar config files dynamic application reconfiguration (just change the settings, restart the app and voilá!) works on WebSphere Liberty…

Részletek
Java logo

“Universal” Scheduler implementation for WebSphere Liberty and WebSphere Full Profile

Introduction In one of our projects, we are creating an integration Java application running on either WebSphere Liberty or WebSphere Application Server full profile. This application has two scheduled components, which is completely normal. But, when we came to the part, which runtime will be used, we were stuck (it was unclear at that moment of the…

Részletek