This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi I have one class which has some vectors.I want these vectors to send to servlet.How can i do this.I tried with URLConnections... Can anyone help me AJit
Thankx
Ajit
vikinsa
Ranch Hand
Joined: Apr 18, 2001
Posts: 46
posted
0
Hi!, That class of yours should be a java function which should return vector type. Now if that function class is in your calsspath you can call that in your servlet and get the returned Vector. Vector is all yours. Otherwise you'll have to try some things with serialization.
Originally posted by Ajit Kanada: Hi I have one class which has some vectors.I want these vectors to send to servlet.How can i do this.I tried with URLConnections... Can anyone help me AJit