Hi all, We have developed a web application. (Eclipse - Dynamic Web Project). We are deploying it as .war file. We want to implement evaluation period license check on this .war file. (Most of the functionalities are Java SOAP Web services and Web UI is in Flex) I have written a Java code for generating the license file and thread for checking the remaining days. (Checking is continuous as the application is supposed to run for days)
What is the best way to implement this functionality on the web application using the generated license file?