Java Application Licensing

I am developing a web application that will be sold later and wondered how to add the concept of a license to it so that I can avoid its piracy and can it be used only for a certain period of time?

+3
source share
2 answers

You can have a centralized license server, have a database to check the status of the user, expose this thing using webservice so that any of your applications can use it.

+3
source

, Java / . . , , , , JavaEE WAR .

0

All Articles