• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Enforcing Licensing Scheme with Java.

 
Ranch Hand
Posts: 634
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are there any jars that allow me to limit the
number of records the user is able to enter?
Say 2000, 5000 to 10000 and depending on
what level of customer he is?

Edit:
I have a thought, just encrypt the file in advance
And decrypt them on the fly when query happens...
But would that bog down the performance of the Java application?
BTW, are there any jars that help out with user account management (Access control)?
Create user, create role etc
Thanks
Jack
 
reply
    Bookmark Topic Watch Topic
  • New Topic