0

I have an application which has the client code to a web service , the application was tested successfully and moved to production , Live deployment was such that the client had to be generated again and practically we have the same code with two different clients under the same package.

Client Package a.a A.java QA Client file Package a.a A.java Live Client file

The problem is the build management for such scenario , any suggestion how this can be effectively managed .

abhi
  • 621
  • 1
  • 6
  • 17
  • What kind of client code do you have? What has to be generated again? Sounds like having different configurations for productive and test environment. In this case the configuration files should change not the code. – Peter Feb 25 '14 at 06:46
  • The client consists of apache cxf client java files , these java files have strong refrences to the environment such as queue name and context and etc etc. – abhi Feb 25 '14 at 08:28
  • Do you mean that you've hard-coded configuration details into your Java? – Dawood ibn Kareem Feb 25 '14 at 20:11

0 Answers0