Where I can store configuration parameters in client side? I haven’t possibility to store parameters in Servlet init parameters(web.xml) (because I must use PHP). So how I can store init application parameters (for example PHP script location, some passwords etc.) on client side?
Where I can store configuration parameters in client side? I haven’t possibility to store
Share
To do this you have a following options:
Configurationclass with hardcoded values.I would recommend you go with third option.