Our application is using custom operation binding logic to call Java Proxy Objects and initiate request from our existing application backend. As such, we have a connection string that is being used in the operation bindings to tell the application how to connect to our existing code base. We ARE NOT making use of the built-in SQL functionality as we have to support non-SQL databases.
We would like to store the connection strings in one location, instead of having to define them in each operation binding datasource and/or java class. We are hoping that we can define the connection string in the server.properties file and load it on the server when a user logs in to the application. Is it possible to define custom properties in the server.properties file and if so, how would server sided logic pick up/use that custom property?
Thanks,
Jason Erickson
We would like to store the connection strings in one location, instead of having to define them in each operation binding datasource and/or java class. We are hoping that we can define the connection string in the server.properties file and load it on the server when a user logs in to the application. Is it possible to define custom properties in the server.properties file and if so, how would server sided logic pick up/use that custom property?
Thanks,
Jason Erickson
Comment