Veshnu Ramakrishnan

Ranch Hand
+ Follow
since Sep 27, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Veshnu Ramakrishnan

I know what javascript and jsps are. But i just don't know how a jsp file is sent across wire without compilation and generation of HTML. It is considered as a text file. There are two machines both of same configuration with same build. but this happens only in one machine.
18 years ago
JSP
Hi
I have a code in my jsp page which would open a modal window.

window.showModalWindow("/jsps/something.jsp");
The path of the page is correct. If i run this code the modal window shows the jsp code instead of compiled html. it treats as a text file. but i have set the content-type of the file to be "text/html". It works in my development box which is a windows machine. but not in my production box with is a sun machine. can anyone help me in this.
18 years ago
JSP
Hi
Can any one help me in listing the servers that support JAX-RPC.
18 years ago
Hi
I wrote one server socket program and one client program. I am printing what ever i type in client in server side. But when i use the outputstream of the server side socket and send anything i am not getting it in client side socket inputstream. I could send data from client side outputstream and get from serverside inputstream. can anyone help me in this
Hi
What is Java Servlet Development Kit. Why and when it was developed. if J2EE is there why JSDK is there. How it is different from JSE, JEE.I mean
with which kit it comes with or is it a standalone kit
18 years ago
hi
I have disabled an a id="continue" href ="#"using the following way document.getElementById("continue").disabled = true;

But even after that if i click that i works why. if i disable it it is not supposed to work isn't it. why is this problem. I wan't it not to work so tell me a way to make it not work
When i tried to create a connection to registry i got this following exception. can anyone solve this problem. I used SAP test registry


Feb 27, 2006 8:48:31 PM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0009: Message send failed
javax.xml.registry.JAXRException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
18 years ago
When i tried to create a connection to registry i got this following exception. can anyone solve this problem.


Feb 27, 2006 8:48:31 PM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0009: Message send failed
javax.xml.registry.JAXRException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
18 years ago
I need to create an xml object using javascript. like create node attributes etc and send it through ajax. i need to know about the xml manipulation methods and objects in javascript. can anyone help me in this
hi
I have seen that UBR provided by IBM is closed. They say that the purpose for the existance of the UBR has fulfilled so they are clossing it.
No what is the scope of UDDI. i am preparing for SCDJWS can anybody tell me some other UBRs. microsoft link is also taking me to some windows 2003 server link
Isn't that possible to do that in current window
hi
How shall i hide address bars, scrollbars, menubars etc in a ie. There should only only be the webpage area others must be hidden. i tried
window.locationbar.visible = false;
window.personalbar.visible = false;
window.scrollbars.visible = false;

but for all those things i am getting null or not an object error. eg (window.locationbar is null or not an object)
Hi
i need to declare an element with an attribute. It must come like this.
<entityID tagName="XYZ">VE112</entityID>
How should i write xsd for this
hi
I need to transfer file from client location. I need to use put verb of http. How should i send a file across using AJAX.
Hi
Is it possible to convert existing java files into XSD. If so please let me know how
18 years ago