|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/develop-restful-java-web-services-using-jax-rs-and-jersey/
课程评论:没有评论
课程名称:使用JAX-RS和Jersey开发RESTful Java Web服务 课程概述:JAX-RS是用于RESTful Web服务的Java API,它提供了一种Java编程语言的API规范,支持按照表现层状态转移(REST)体系结构模式创建Web服务。JAX-RS利用Java SE 5引入的注解,简化了Web服务客户端和端点的开发与部署。从版本1.1开始,JAX-RS正式成为Java EE 6的一部分。作为Java EE官方组件的一大特点是,开始使用JAX-RS时不需要任何额外的配置。对于非Java EE 6环境,仅需在web.xml部署描述符中添加一个小条目。本课程将指导您通过步骤创建强大的RESTful Web服务,利用Java的官方API。 祝您学习愉快!
JAX-RS the Java API for RESTful Web Services is a Java programming language API specification that provides support in creating web services according to the Representational State Transfer (REST) architectural pattern. JAX-RS uses annotations, introduced in Java SE 5, to simplify the development and deployment of web service clients and endpoints.From version 1.1 on, JAX-RS is an official part of Java EE 6. A notable feature of being an official part of Java EE is that no configuration is necessary to start using JAX-RS. For non-Java EE 6 environments a small entry in the web.xml deployment descriptor is required.This course will guide you through the steps in creating powerful RESTful web services using the Java official API.All the best!