RESTEasy is a JBoss project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications. It is a fully certified and portable implementation of the JAX-RS 2.1 specification, a JCP specification that provides a Java API for RESTful Web Services over the HTTP protocol.
采用的是跟spring boot不一样的策略,任意的servlet的容器中都可以运行的restful的服务?
感觉又不是,前者更强调servlet的体系部分,而后者掩盖了这一体系
关于JAX-RS的意思?