PPD Calc?
Posted: Sat Jun 04, 2011 5:38 am
I found myself using the bonus calculator located http://linuxforge.net/bonuscalc2.php to figure out what my PPD was. However I noticed that too many projects were missing (mostly newer projects), so I read the source of the page and figured out the formula and did it on paper. Then since I was doing it so often, I decided to make a program out of it. Since I was recently working on a monitoring program in Java, I decided to use my prior knowledge of that to make a simple bonus calculator that requires the TPF, credit, preferred and final deadlines, along with kfactor inputted. This calculator worked but took too much time to input all these values. So now the program (on program startup) reads the project summaries site and contains a link list of information that remains as long as the program is running (containing the values previously needed without user input). The program now needs only TPF and Project Number to work.
The program is very core and I'm far from an advanced programmer in Java. So I'm hoping to get some help on a few things:
1: How do I package all the libraries into one file (one JAR?)
2: Is there a universal binary executable for Java applications that is not command line based?
3: What to call the program? I started the program with PPD Calc, but thats too generic.
Any insight into this would be appreciated.
Note: if this program is not useful than I will keep it to myself or download the better version that exists already, however I was not able to find a program similar to this (though I didn't search hard).
The program is very core and I'm far from an advanced programmer in Java. So I'm hoping to get some help on a few things:
1: How do I package all the libraries into one file (one JAR?)
2: Is there a universal binary executable for Java applications that is not command line based?
3: What to call the program? I started the program with PPD Calc, but thats too generic.
Any insight into this would be appreciated.
Note: if this program is not useful than I will keep it to myself or download the better version that exists already, however I was not able to find a program similar to this (though I didn't search hard).