Hi all
some one please guide me if they have any clue to how to proceed.
Thanks...
User Profile
Collapse
-
communication flex3 and java service
hi ,
I need help on how is it possible to implement communication between a flex frontend and a java service. The queries that are executed are both push as well as pull type. -
hi, thanks for all the inputs
I did as suggested, but the code still doesnot work.
Am I posting the query in incorrect format ??
the site is up now,Leave a comment:
-
the site is down i guess.
earlier i was able to connect to the website using browser.
but ,do u think my program is correct ?Leave a comment:
-
hmm ok,
but i wrote this code using url,but even this doesnot work ?...Leave a comment:
-
query to website
i am writing an client application that connects to the server and then sends data to server.
but, the problem is that i get a java.net.Connec tException: Connection refused error.
The code i have written is :
...Code://package bdn; /* The java.net package contains the basics needed for network operations. */ import java.net.*; /* The java.io package contains the basics needed for IO operations. */ import
-
-
Query the website and get result
i need to send the query to the website and get the result.
but for the following code, it returns
java.net.Connec tException: Connection refused
help required as i cant understand how to proceed further.
Thanks in advance... -
Thanks a lot for the reply.
:)...Leave a comment:
-
thanks a lot.
but i am a bit bad in googling
but thanks a zillion. :)Leave a comment:
-
setting floating point precision problem
hi,
i need to set precision for floating point operations in the c++ program.
i have a number of files.Please tell me how to do it ,so that i don't have to make the change in all the files in the program. -
hi,
can anybody please help on this problem.
I really need some guidance on this issue.Leave a comment:
-
hi,
I wish to send a input string to the server and then get the processed output.
I am ok with c,c++ or perl .
Thanks :)...Leave a comment:
-
QUERY to the website
hi,
i need to send queries to a website and get the results from it.
and i need to automate this process.
please guide me on how this is possible.
i.e if there is a tool,script,com mand etc.
i am using a unix system.
Thanks :) -
-
-
time the code
hi ,
i need to calculate the actual running time of my code .
that is i don't want the time wen my application is swapped out of the memory to show up in the time of the program,which actually happens wen i use the following :
...Code:time_t initialtime; time_t finaltime; (void)time(&initialtime); //do something (void)time(&finaltime);//end of the time int time_taken
-
stack overflow
hi :
my code creates a graph
vector <Node*> node_list_vecto r;
where
...Code:class Node { public : int id; std :: vector< std :: pair<int,double> > weighted_adjacency_list; //construct the weighted graph Node(int key,std :: vector < std :: pair <int,double> > list) { id = key; weighted_adjacency_list -
hi,actually i have 2 set of codes ,which i have to add into one code.thus i require namespaces to solve the problem.Thus,ar will not help.
Thanks for the help though.:)Leave a comment:
-
namespace problem
hi all,
i have a set of .cpp files and a header file ,i need to introduce a single namepace for these files.how do i do this ,i have not been able to figure out.
thanks in advance.
No activity results to display
Show More
Leave a comment: