Anandh Ramesh

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

Recent posts by Anandh Ramesh

Hi,

I tried following the instructions for creating a web service to be deployed on the tomcat server using the instructions found on

http://www.netbeans.org/kb/55/websvc-jax-ws.html

using NetBeans 5.5

However, I am unable to deploy the web service. Can you please advise me on what may be wrong from that page so that I might correct it?

Thanks
17 years ago
Hi,

I tried following the instructions for creating a web service to be deployed on the tomcat server using the instructions found on

http://www.netbeans.org/kb/55/websvc-jax-ws.html

using NetBeans 5.5

However, I am unable to deploy the web service. Can you please advise me on what may be wrong from that page so that I might correct it?

Thanks
17 years ago
Hi,

I am very new to web services. I would like some help on how to connect to a web service, say the weather server, through Java.

I am clueless on where to start and what to do. Any help is appreciated.

Thanks for your help.
17 years ago
Hi,

I am very new to web services. I would like some help on how to connect to a web service, say the weather server, through Java.

I am clueless on where to start and what to do. Any help is appreciated.

Thanks for your help.
17 years ago
Hi,

I do not understand... I am completely ignorant about named pipes, and would like info from how to declare them to how to use them in in inter-process communication.

Sorry for the inconvenience.

Thanks
17 years ago
Hi,

I would like to know how to implement named pipes in java. Any help is appreciated.

Thanks.
17 years ago
Hi,

I would like to know how to do 2-phase locking using Java. I know the essence of the protocol, but am unsure of how to go about implementing it. Any help is appreciated.

Thanks.
Hi,

I want to do some weather tracking through tcp sockets. i will need to send the zipcode through the client, receive it at the server, and return the temperature and wind speed to the client.

I have not done any kind of network programming so far, and so, i need help on how to go about this, with an introduction to socket programming, preferably.

Thanks.
Hi,

i found out how to do that. Thanks for your help. However, now i am facig a new problem. the execution has to generate a text file. i am unable to find out where that file has been generated.

can somebody help me on this please?
17 years ago
hi,

i have a string array. i need to find out the location of a particular element in the array. how do i go about it?

any help is appreciated.
17 years ago
thanks friends
17 years ago
hi,

i have a variable of type "int". i want to convert it to a string. can anyone help me on how to do it?

any help is appreciated.
17 years ago
hi,

i would like to know how to convert a variable of type "int" to "String".

any help is appreciated.
17 years ago
Hi,

I tried the options, but it seems to execute only if the java file compiled is in the same directory. however, the compiling works. What should I do if the file is in a different folder? let's say the folder is "c:\javacodes\filetesting". how do i execute a java file that is present in this directory?

Any help is appreciated.
17 years ago
Hi,

Thanks for the help. However, I do have 2 seperate java files - one for updating the file, and the second for performing the operation on update. Please help me on this.
17 years ago