带有 Java 5 的泽西岛

2022-01-21 00:00:00 java jersey

What is the latest version of Jersey that will run with Java 5? I found the Jersey 1.3 documentation saying that Java 6 is required but I'm having troubles finding previous versions of the docs.

解决方案

If you are stuck with Java 5, your need to use Jersey 1.2.

If the version is not mature enough for you, try Spring 3 MVC for building REST webservices, works with Java 5:

  • Spring Documentation
  • Spring blog article
  • Build RESTful web services using Spring 3 (ibm)

相关文章