Jump to content

Recommended Posts

Posted

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??

4.gifokka mukka...one piece kooda ardham kaledhu..namesake ki java lo training naaku roju...entoooo :(

 

nenu ila matlade stage ki eppudu reach avuthanooo entoooo4.gif

  • Replies 38
  • Created
  • Last Reply

Top Posters In This Topic

  • k2s

    11

  • king420

    3

  • pinky123

    3

  • BhagatSingh

    3

Top Posters In This Topic

Posted

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 

Posted

If you still need the help i will take care

Posted

req looks simple

 

Send PM me the email id i will send the code B4 End of day

Posted

 

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?

Posted

 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 

Posted

4.gifokka mukka...one piece kooda ardham kaledhu..namesake ki java lo training naaku roju...entoooo :(

 

nenu ila matlade stage ki eppudu reach avuthanooo entoooo4.gif

eedaa.. time spend cheyakundaa koddiga practise sesthey.. anni vasthaay...

Posted

 scoket programming you need or web app you need?

cherla palli ki PM chesava mundu?

intfella.gif?1336714224 he will take care dont worry man..

Posted

eedaa.. time spend cheyakundaa koddiga practise sesthey.. anni vasthaay...

nenu ikkada rojuki max total n oka 90 mins untanu emo.

Posted

socket programming aa picha lite....brahmam_touch1_1.gif?1290368972

 

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  

Posted

socket programming aa picha lite....brahmam_touch1_1.gif?1290368972

 

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.....

×
×
  • Create New...