Jersey with Java 5

后端 未结 2 1505
渐次进展
渐次进展 2021-01-02 05:50

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 previou

相关标签:
2条回答
  • 2021-01-02 06:02

    You sure? Jersey 1.7 guide claims 1.5 works, with some additional jars.

    0 讨论(0)
  • 2021-01-02 06:08

    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)
    0 讨论(0)
提交回复
热议问题