• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Licensing framework using Java

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is this licencing? A client's ability to use a web application or whether the application can be run on a server?
 
author & internet detective
Posts: 41763
887
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pravin,
Also, why don't you want to use an open source framework? Do you think yours will be better than someone who spent a lot of time on it?
 
Pravin Jagan
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:Pravin,
Also, why don't you want to use an open source framework? Do you think yours will be better than someone who spent a lot of time on it?




Not that i am against it, ( I do appreciate the ethics of Opensource), this task that i am into is for one of our clients who are sceptical about open source.
I have a basic idea that i can record the MAC address for licensing. Any pointers is much appreciated
 
Paul Sturrock
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Paul Sturrock wrote:What is this licencing? A client's ability to use a web application or whether the application can be run on a server?

 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Pravin Jagan wrote:this task that i am into is for one of our clients who are sceptical about open source.


Sounds like a good opportunity to convince someone otherwise...
 
Pravin Jagan
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Pravin Jagan wrote:

Jeanne Boyarsky wrote:Pravin,
Also, why don't you want to use an open source framework? Do you think yours will be better than someone who spent a lot of time on it?




Not that i am against it, ( I do appreciate the ethics of Opensource), this task that i am into is for one of our clients who are sceptical about open source.
I have a basic idea that i can record the MAC address for licensing. Any pointers is much appreciated



I tried searching for available open source works and ended up with the following url

http://sourceforge.net/projects/licensemanager/files/

which does not give any idea about the usage or implementation

 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

http://sourceforge.net/projects/licensemanager/files/

which does not give any idea about the usage or implementation


No wonder, since the page states that the project is still in the planning stages. Check out TrueLicense and license4j instead.
 
The human mind is a dangerous plaything. This tiny ad is pretty safe:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic