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 2 of 2

Thread: Aggregating java requests.

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

    Default Aggregating java requests.

    I am trying to request some weather forecast information for more than 2000+ cities in the world. The API won't let me generate requests infinitely. Therefore, I would like to know how can I aggregate requests and send them in one batch in java? for example, I want to send to the API 1 request containing 3 countries. how can I do that?


  2. #2
    Member
    Join Date
    Oct 2013
    Location
    Saint-Petersburg, Russia
    Posts
    33
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default Re: Aggregating java requests.

    Simply put them together.

    It is hard to tell more since none of us seen your API at all.

Similar Threads

  1. Handling ashx http requests
    By IareCoding in forum What's Wrong With My Code?
    Replies: 2
    Last Post: September 8th, 2013, 08:36 AM
  2. Count no of requests for same user
    By javanb in forum Java Servlet
    Replies: 1
    Last Post: February 19th, 2013, 10:10 AM
  3. Managing Http requests
    By maxitis in forum Java Networking
    Replies: 2
    Last Post: December 1st, 2012, 04:03 PM
  4. Servlet to respond many requests
    By CarlosM87 in forum Java Servlet
    Replies: 3
    Last Post: January 31st, 2012, 04:18 AM
  5. Tutorial requests
    By Json in forum The Cafe
    Replies: 9
    Last Post: August 1st, 2009, 03:14 PM

Tags for this Thread