posted 19 years ago
I have developed a web application for a customer. The customer wants to have the possibility to futher develop on the application in the future. If I don�t want a third party (another IT developer company) to obtain the source code, then how can I give the code to my customer, without the possibility for the customer or a third party to see and make change in the source code?
If I give the customer only the class files, they can decompile the files, right?
What about if I give them a .jar file. Then they can unpack the files, right?
What can I do?