Vrinda

Greenhorn
+ Follow
since Feb 13, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vrinda

Hello Guys,
This is a problem related to speech API. I am trying to write a program to synthesise speech, using the IBM's speech for Java implementation of JSAPI(IBMJS). When I try to use the default engine, I get a null pointer exception. (The synthesizer is not getting created.) and when I try to list all the speech engines(so that I can register one of them to my application) that come bundled with IBMJS, it lists none. Can somebody tell me if i can download a trial version of speech engine that supports JSAPI. (I managed to find some that basically support microsoft speech engINE. however, this is not compatible with JSAPI). Kindly help me resolve this problem. (Is there no other way apart from going in for IBM's ViaVoice sppech engine which is a licensed version).
Regards
Vrinda
23 years ago
Hello ,
I have the foolowing problem:
I have developed an applet that communicates with a servlet. The applet
sends some objects to the servlet. After doing some processing I want to
redirect to some other site from within my servlet.
I tried the following methods.
1. HttpResponse.sendRedirect(URL);
2. construct the printWriter
PrintWriter out= HttpResponse.getWriter();
and then construct an HTML response as
out.println("<html><head>....<body> ...</html>");
Unfortunately, none of these methods work . I am not getting any compilation
errors. also note that the above two methods work if the user interface is a form and fails
if the front end is an applet.
Please suggest an alternative.
Thanks in Advance
Vrinda
23 years ago
Hello Guys,
Here's the nature of my problem.
I have developed a Japplet with an 'OK' button on it. On clicking it, it should open a modal window. How can I do this.
Thanks.
Vrinda
23 years ago
Hello,
I am trying to build a Japplet using swing components. But the components are not visible after executing the applet. Do I need to install some pug-in.
Please help.
regards
Vrinda
[This message has been edited by Vrinda (edited August 04, 2000).]
[This message has been edited by Vrinda (edited August 04, 2000).]
23 years ago
Please Suggest some mailing list or discussion group for wml/wmlscript/
thanks
Vrinda
23 years ago
Hello,
Can you throw more light on the cloneable interface in Java.
** Its significance
** Applicability
Preferably with an example.
Vrinda
Hello
I am writing a Java application that basically uploads a file from a local machine to a server. Can someone tell me how this can be done.
Regards
Vrinda
23 years ago
what is the difference between a URL and a URI?
URI
23 years ago
Hello,
Can any body tell me more about XML certification by IBM?
Thanks
Vrinda
Where can I get more info on this?
23 years ago
Please give me more info on LDAP server.
Thanks
Prasad
23 years ago
Thanks Saravanan
Vrinda
23 years ago
Hello,
Can somebody explain to me in detail what do the terminologoies B2B and B2C mean.?
Thanks.
Katti
23 years ago
Hello,
How can I make a fixed sized frame. In other words, is there any mechanism to disable the maximise button.
Thanks
Vrinda
24 years ago
Hi Paul,
I did not get a response to the second half of the question.
Is the webologic server an app-server or a web server
Thanks.
Vrinda
24 years ago