How to make a s/w product  
Author Message
sarath





PostPosted: 2005-8-1 19:52:00 Top

java-programmer, How to make a s/w product hi,
I am having some JAVA Applets which will simulate a mechanical
Engineering Lab Set Up. I want to make this as a software Product which
is having some set up files and Register Variables etc.. I want to make
this as an evaluation copy for a particular period of time and a full
fledged software also. Can any one tell me how to make this and the
requirements for doing this.
Thanks in advance,
sarath

 
jan V





PostPosted: 2005-8-1 21:00:00 Top

java-programmer >> How to make a s/w product > I am having some JAVA Applets which will simulate a mechanical
> Engineering Lab Set Up. I want to make this as a software Product which
> is having some set up files and Register Variables etc.. I want to make
> this as an evaluation copy for a particular period of time and a full
> fledged software also. Can any one tell me how to make this and the
> requirements for doing this.

Can you program?

From your problem description it sounds as if you can't... in which case
your solution would be to hire a professional who can take your requirements
and transform them into deliverables that you can then market. Any Java
developer with a few years of Java experience should be able to help you.


 
A_Wieminer





PostPosted: 2005-8-1 22:58:00 Top

java-programmer >> How to make a s/w product > I am having some JAVA Applets which will simulate a mechanical
> Engineering Lab Set Up. I want to make this as a software Product which
> is having some set up files and Register Variables etc.. I want to make
> this as an evaluation copy for a particular period of time and a full
> fledged software also. Can any one tell me how to make this and the
> requirements for doing this.

Search for "secure software evaluation" in Google. You should find
several apps to create a secured evaluation packages. You must use a
native protection softwared if you want to play safe.

Then should package your app inside an exe wrapper, not give plain .jar
or .class files. Some exe wrappers extract unencypted jars to a
temporary folder, but decent one does not create any "clear text"
temporary files.

One example:
http://www.sciensoft.com/products/eleckey/elk.html