How to implement Singleton/import class in pega
Hi All,
We have a requirement where we need to read a config file to create a connection. In order to avoid file IO in every hit we are exploring feasibility of using single pattern. Can you guys help in explaining if it work well if we package a singleton class and config file in a jar and import the jar.