cancel
Showing results for 
Search instead for 
Did you mean: 

Connections Parameters

sid-desh
Advisor
Advisor
0 Kudos

Hi All,

I am developing an EJB wherein i make a connection to SAP system. My requirement is where should i save these connections parameters.

1. i dont want to hardcode them.

2. If the user wants to change the connection parameters in future he/she should be able to do that without any problems.

Is there some way i can store the values in the Configuartion Adapter service in VA and access them from EJB.

Please give your suggestions.

Regards

Sidharth

Accepted Solutions (0)

Answers (1)

Answers (1)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

Put the connections parameters in a property file and import this file where ever necessary.Hence it will reduce time if any modifications required by others.Only the property file has to be modified once.

Regards,

Guru