0

I want to put license management in my application . Application is running on Glassfish and deploying Restful web-service .
I have no clue where to start for licensing . What should I put in deployment descriptor that my code is executed and decide whether to load the application or not .

I would be grateful if someone points me to the links to start with or post a small code snippet to begin with .

sameer
  • 1
  • 3
  • What exactly are you trying to do? Secure your application to implement access control? – Jon May 01 '11 at 19:48
  • No , I don't want to do profile management . What I want that my application do not load in appserver if license terms are not met . Like I have sold the license for 3 month then after 3 month , on server restart , application should not load in appserver or it should return error that " License has expired" . – sameer May 01 '11 at 23:06
  • Maybe you'll be able to get some info to help from [this previous question](http://stackoverflow.com/questions/721155/best-practice-license-enforcement-for-java-desktop-application) – Jon May 02 '11 at 12:25

0 Answers0