Hi All,
I need to develop licensing framework component using
Java, that could be plugged into any of the web application to evaluate the license details
which could be based on the hardware ( # of processors, physical machines ) or number of users.
So basically should be able to generate a license file for my application depending upon the above factors and validate it.
Appreciate if you guys could give me some pointers on how to go about this with any reference material would be highly appreciated
[since this is a custom one, i prefer not to use any exisiting opensource/commerical available licensing softwares.]
thanks in advance.