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: How to implement REST in java?

  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    3
    My Mood
    Amused
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question How to implement REST in java?

    I have some simple java application and I want to create REST API's for the same. So that I can invoke the methods in java application using HTTP. I have no idea regarding the REST and Web Services. I am using Eclipse indigo, Java, GWT.

    What I required and what I have to do to achieve this, Give me some simple example or tutorial if any.


  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: How to implement REST in java?

    A simple Internet search results in several tutorials. Did you try that?

  3. The Following User Says Thank You to GregBrannon For This Useful Post:

    milind_ensarm (November 11th, 2013)

  4. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How to implement REST in java?

    This thread has been cross posted here:

    http://www.java-forums.org/new-java/83491-how-implement-rest-java.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


  5. The Following User Says Thank You to copeg For This Useful Post:

    syedfahadjalali (November 12th, 2013)

Similar Threads

  1. how to implement timed out event in java?!
    By migongotar in forum Java Theory & Questions
    Replies: 3
    Last Post: December 15th, 2018, 07:41 AM
  2. Sugar CRM using Rest API in Java
    By MuhammadAwais in forum Java Theory & Questions
    Replies: 3
    Last Post: July 5th, 2013, 02:59 AM
  3. how to implement Task Pane in Java
    By bashasmarty in forum Member Introductions
    Replies: 1
    Last Post: May 11th, 2012, 01:42 PM
  4. How do I implement a login system in java using arrays
    By Leprechaun_hunter in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 21st, 2011, 08:03 AM
  5. What are HashCode and equals in Java and thay are implement in java?
    By diyaots in forum Java Theory & Questions
    Replies: 2
    Last Post: September 9th, 2011, 08:38 AM

Tags for this Thread