Rebel890 Posted January 24, 2014 Report Posted January 24, 2014 nuvvu browser nundi vere server ki call chestunnava?? is it Ajax call?? Direct Browser --> Server(Host) or r u trying to query from a service and browser will call the servlet ?? Service (call end point URL)--->Host, browser will pull from back end?? okka mukka...one piece kooda ardham kaledhu..namesake ki java lo training naaku roju...entoooo :( nenu ila matlade stage ki eppudu reach avuthanooo entoooo
k2s Posted January 24, 2014 Author Report Posted January 24, 2014 nuvvu browser nundi vere server ki call chestunnava?? is it Ajax call?? Direct Browser --> Server(Host) or r u trying to query from a service and browser will call the servlet ?? Service (call end point URL)--->Host, browser will pull from back end?? CLI cmd nunchi client -> cmd server
k2s Posted January 24, 2014 Author Report Posted January 24, 2014 mee mohalu manda......zaaava evvariki rada ?
cherlapalli_jailer Posted January 24, 2014 Report Posted January 24, 2014 If you still need the help i will take care
cherlapalli_jailer Posted January 24, 2014 Report Posted January 24, 2014 req looks simple Send PM me the email id i will send the code B4 End of day
k2s Posted January 24, 2014 Author Report Posted January 24, 2014 Inno ni ask vuncle.. inno whre r u ?
alpachinao Posted January 24, 2014 Report Posted January 24, 2014 naaku koncham socket programming lo help kavali... any experts here pls.... logic rayadam ravataledu naku.... i am not even beginner in Java.... or in coding world idi logic.... deeni program ga ela marchali ee ardam kavatledu.... any experts who can suggest me.. client send a line to server containing non-negative integer followed by string (query word) When the server receives a query line as specified above, it immediately searches its database for the query word (this means that it responds to all queries in the order received). It then sends a line back to the client consisting of the non-negative integer from the query, followed by the string OK (if the word is spelled correctly) or the string NO (if it’s not). If the word isn’t spelled correctly, the NO may be followed by a space and a space-separated list of words in the database that are close to the query word. For example, valid responses to 13 fizzbuzz would be 12 OK (if “fizzbuzz” is in the database), 12 NO fizzban fozzbin (if “fizzbuzz” isn’t in the database, but two close words are), and 12 NO (if neither “fizzbuzz” nor anything close to it is in the database). When the server receives a blank line, it sends a line to the client consisting of the string GOODBYE and closes the connection. If the server receives a malformed line (e.g., one without an integer or with a negative integer), it sends a line to the client consisting of the string INVALID and closes the connection. scoket programming you need or web app you need? cherla palli ki PM chesava mundu?
k2s Posted January 24, 2014 Author Report Posted January 24, 2014 scoket programming you need or web app you need? cherla palli ki PM chesava mundu? shocket man.....yes man i dided pm to cherla_nut
ahimsavaadhi1 Posted January 24, 2014 Report Posted January 24, 2014 okka mukka...one piece kooda ardham kaledhu..namesake ki java lo training naaku roju...entoooo :( nenu ila matlade stage ki eppudu reach avuthanooo entoooo eedaa.. time spend cheyakundaa koddiga practise sesthey.. anni vasthaay...
alpachinao Posted January 24, 2014 Report Posted January 24, 2014 scoket programming you need or web app you need? cherla palli ki PM chesava mundu? he will take care dont worry man..
Rebel890 Posted January 24, 2014 Report Posted January 24, 2014 eedaa.. time spend cheyakundaa koddiga practise sesthey.. anni vasthaay... nenu ikkada rojuki max total n oka 90 mins untanu emo.
porsche911 Posted January 25, 2014 Report Posted January 25, 2014 socket programming aa picha lite.... Nenu masters lo chesina ee project ....done using Java AWT http://we.tl/Qx5REVSBqd concept mostly same except DB. Data Access layer logic matram nuvu raskovali....vakey
k2s Posted January 25, 2014 Author Report Posted January 25, 2014 socket programming aa picha lite.... Nenu masters lo chesina ee project ....done using Java AWT http://we.tl/Qx5REVSBqd concept mostly same except DB. Data Access layer logic matram nuvu raskovali....vakey thanx baa........ multithreaded server kada....antha complex kuda kadu....above req..... is server to accept only one word...& search in text file(which is considered as DB here) & if matched provide the output same word, if not provide appr matching words . the code to search in text file, & to find similar matching words is given all i need is write a basic client & server socket program to call above code & display output... aa already given word search program emo classes lo unnai....adi naa server program lo ela import chesukovali anedi ardam avvatledu.....
Recommended Posts