本文介绍了什么是学习如何在Java中创建RESTful API中的最佳来源?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在找一本书或任何其他资源,这将有助于我学习如何在Java中创建RESTful API中。
看在亚马逊,我看到有several REST风格的Java解决方案的,但我在寻找一个符合新手的人。

I'm looking for a book or any other resource that will help me learn how to create RESTful APIs in Java. Looking on Amazon, I saw that there are several solutions for RESTful Java, but I'm looking for the one that is tailored to a novice.

期待得到您的建议/意见,谢谢!

Looking forward to getting your advices/opinions, thanks!

推荐答案

我不认为我只能指向一个资源,但我会采取的路径(您可以自定义根据您的REST的了解程度)。我是人谁愿意让我的概念真正明确的,然后再考虑实现这些概念的工具。

I don't think I can point to only one resource but I would take a path (which you can customize based on your level of understanding of REST). I'm somebody who would like to get my concepts real clear first and then think about the tools to implement the concepts.


  • 如果你还没有读过Roy Fielding的论文。同样在相关的阅读优秀文章。

    Infoq is an excellent source for REST articles, helped me significantly, here is a compilation of REST resources. Also on Infoq read this excellent article by Allamaraju.

    如果你正在寻找的书,我喜欢到目前为止二:

    If you are looking at books, the two that I liked so far: RESTful Web Services Cookbook and RESTful Web Services

    当你正在寻找基于Java的服务 - 我熟悉和/或 RestEasy的。写为许多小程序就可以了,有什么要熟习的最佳方式。

    As you are looking for Java-based services -- I'd get familiar with Jersey and/or RESTEasy. Write as many small programs as you can, what's the best way to get familiarized.

    当你是一个地点,尝试是基于超媒体约束我想探索一个令人兴奋的RESTful框架。

    When you are at a point to try an exciting RESTful framework that's based on Hypermedia constraint I'd explore Restfulie.

    显然,我还没有提供一个单一的资源,但在东西我提供的线路将成为很好,海事组织。

    Obviously, I haven't provided a single resource, but something in the lines I've provided would serve well, IMO.

    这篇关于什么是学习如何在Java中创建RESTful API中的最佳来源?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 06:45