Hi Web Programmers,
I have a working Java(servlets,jsp) piece of software, which is
related to recording sound on our website. I need some in solving
a programming problem.
Using: Java on Windows 2000.
Background and Problem : Our software(website) provides a Java audio
applet for visitors to be able to record sound and play the recorded
sound(currently .wav), the wav file gets stored on the server(Tomcat
server using HTTP {no RMI}) under the user's accountID.
Problem:-
The problem with this method is, Since it is being done
from an applet it requires that a '.java.policy' file
be created on every user/client's machine in order
to give the security permissions for recording voice
from that machine. It throws a security exception
if the policy file is not created on every client m/c.
What I want (The question )
1> I want to get rid of the need to manually install the
'.java.policy' file on every client, who uses the website.
Note:- I have done some reading on this problem, and found that
signing the applet can help, but since we dont have
much money resources, We do not want to go for verisign & stuff.
If there is no answer for point 1> (I suspect), then I want answer to
and alternative which is question 2 below:-
2>So, I am looking for an alternative way of achieving this:-
i.e if there is any tool/plug-in, which I can customize
for recording/playback of sound on my website, which will
not require me to make any changes on the client side machine (no
installation and setup)
It can be any activex control or 3rd party tool,etc. to do this.
In either case, I would like to see some code sample of
the suggested solution. Let me know if you want me to fill
any more details.
Thanks
JK |