Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: search application in java

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default search application in java

    Hi,
    I want to create a java web application which takes the String as input and search the web and results the output as google does. The output also i need to store in some array so that i can pick best of one and send to the user. Can you please guide me which API would be best suitabe. I am trying to do using Azure bing API but iam getting problem when iam trying to access the constructed URL to search the net.

    Thanks.


  2. #2
    Member tyeeeee1's Avatar
    Join Date
    Sep 2012
    Posts
    61
    Thanks
    31
    Thanked 2 Times in 2 Posts

    Default Re: search application in java

    Why would you want to create a search engine such as this when Google, Bing, Yahoo, Ask, etc... already exist and do this job very well?

  3. #3
    Junior Member
    Join Date
    Feb 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: search application in java

    Quote Originally Posted by tyeeeee1 View Post
    Why would you want to create a search engine such as this when Google, Bing, Yahoo, Ask, etc... already exist and do this job very well?
    Currently iam working on a project for which when a user submits a string i have to return him data about that string what the user has submitted, like for example if he submit string as "i want to know about java" , response should be something about java around 2 to 3 lines describing java,for achieving this we have azure api and few more. but which search API would be the best one and please provide example link if possible.

    Thanks.

Similar Threads

  1. [SOLVED] How to combine Text and Button to show Search Result in java application
    By thientanchuong in forum What's Wrong With My Code?
    Replies: 3
    Last Post: December 15th, 2012, 10:02 PM
  2. Graph Search Theory with extend of BFS, UFS and A* Search in grid
    By keat84 in forum Java Theory & Questions
    Replies: 1
    Last Post: February 7th, 2012, 09:46 AM
  3. JSP / Java Problem - Twitter search application
    By aidanmur in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 30th, 2012, 03:17 PM
  4. how to run any installed application through my java application??
    By sgsamanthjain in forum Java Theory & Questions
    Replies: 1
    Last Post: April 1st, 2011, 08:17 AM
  5. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM

Tags for this Thread