Web service frameworks for Java 1.4?

荒凉一梦 提交于 2019-11-30 23:16:52

Java 1.4 is EOL since 2006. REST become a 'hype' since around 2008.

Almost no one API/framework builder is going to support EOL'ed products, so don't expect much.

You can however homegrow one yourself. It's basically easy to do with help of a Filter.

Apache Axis2 prior to version 1.5 should do the work with Java 1.4 and supports REST

Try again Restlet with Retrotranslator as suggested by the lead developer.

http://www.mail-archive.com/discuss@restlet.tigris.org/msg07163.html

NetKernel 3 requires only Java 1.4.2. It can be embedded as a Servlet in your configuration. Here is a case study that describes this usage.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!