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: Java Server Pages help needed

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

    Default Java Server Pages help needed

    hi

    i would really appreciate some help. this is the situation. i have developed an android app that enables a user to purchase and download a file from a server. the purchase is verified by amazon server. so, i need a java server page (installed on my server) to do the following: the android app sends a token and a user id (both strings) to my server. my server then appends a secret code and forwards this to the amazon server. the amazon server then responds with a response code (200, 400, 404 or whatever). my server then either releases the file for download or notifies the android app that the verification failed.

    unfortunately, i don't know anything about java server pages or servlets. i can get by with html and java (which i use in android programming) but i don't have the time to learn how to create a page (as described above). so i would really appreciate some help that could speed things up a bit , like some similar code examples that i could edit to my liking or maybe someone that's willing to do the job for a reasonable fee perhaps?

    much appreciated

    thanks

    101apps


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Java Server Pages help needed

    Include an advertisement for the job in the Paid Java Project sub-forum with details, including how much you'd be willing to pay.

Similar Threads

  1. Replies: 0
    Last Post: July 24th, 2013, 07:17 AM
  2. Client-Server Program with MS-Access Database Needed
    By ssdewangare in forum The Cafe
    Replies: 0
    Last Post: April 25th, 2013, 01:32 PM
  3. Grails Developer Needed - URGENTLY NEEDED *WORK FROM HOME*
    By IngeniumR in forum Paid Java Projects
    Replies: 0
    Last Post: February 5th, 2013, 07:19 AM
  4. Receive Server Sent Event Notifications in JAVA SERVER PAGE (JSP)
    By amritasenthilkumar in forum Web Frameworks
    Replies: 1
    Last Post: August 17th, 2012, 02:30 PM

Tags for this Thread