由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Web service framework choice?
相关主题
soa变成rest,大家公司在用哪个?什么是JAX WS
请推荐一下RESTful WS Framework如何学习用Java开发Web Service?
java SOAP比restful难学吗?what do u think of SOAP vs REST ( or even FB's thrift server)?
soap binding with CXFJava/J2EE的书
怎么把servlet publish成web services问个SOAP Service的问题
SOAP over JMS with CXF frame?java web service 得迷惑
Java Web Services Tutorial 这个是最新的吗?求指教: CXF Cleint API for Axis2 SOAP web service问题
发现Ninja framework 做web REST 挺好使一大堆Java的 web app framework,学那个最有用啊
相关话题的讨论汇总
话题: web话题: service话题: framework话题: xml话题: should
进入Java版参与讨论
1 (共1页)
g*****g
发帖数: 34805
1
I am working on a simple stateless web service that
can allow a smartphone talking to a server to get certain
information. It's going to do that by post an XML and get
back one.
I think it should be a simple Restful service, what's
the state-of-art on this? What framework/api I should
leverage? I used to do SOAP only, I don't want to reinvent
the wheel to parse XML etc.
g*****g
发帖数: 34805
2
CXF looks like a good candidate, any one has comment?

【在 g*****g 的大作中提到】
: I am working on a simple stateless web service that
: can allow a smartphone talking to a server to get certain
: information. It's going to do that by post an XML and get
: back one.
: I think it should be a simple Restful service, what's
: the state-of-art on this? What framework/api I should
: leverage? I used to do SOAP only, I don't want to reinvent
: the wheel to parse XML etc.

b******y
发帖数: 1684
3
used restlet, i think it's not bad, but i didn't compare...

【在 g*****g 的大作中提到】
: CXF looks like a good candidate, any one has comment?
t*******e
发帖数: 684
4
Try jersey from java.net
a****i
发帖数: 1182
5
xstream and jersey (or any JAX-RS) should be fine

【在 g*****g 的大作中提到】
: I am working on a simple stateless web service that
: can allow a smartphone talking to a server to get certain
: information. It's going to do that by post an XML and get
: back one.
: I think it should be a simple Restful service, what's
: the state-of-art on this? What framework/api I should
: leverage? I used to do SOAP only, I don't want to reinvent
: the wheel to parse XML etc.

g*****g
发帖数: 34805
6
Why kind of licensing is CDDL that jersey uses?
Can I use it for commercial code without releasing source?

【在 a****i 的大作中提到】
: xstream and jersey (or any JAX-RS) should be fine
m******t
发帖数: 2416
7

Should be fine, seeing that it's based on mpl. FSF says you
can't link a cddl module with a gpl one though, might
want to be careful with that.
This whole licensing mess is really getting annoying by now,
isn't it?

【在 g*****g 的大作中提到】
: Why kind of licensing is CDDL that jersey uses?
: Can I use it for commercial code without releasing source?

1 (共1页)
进入Java版参与讨论
相关主题
一大堆Java的 web app framework,学那个最有用啊怎么把servlet publish成web services
有人用seam吗SOAP over JMS with CXF frame?
access control within RESTful serviceJava Web Services Tutorial 这个是最新的吗?
Pretty good writeup comparing EJB3 and Spring发现Ninja framework 做web REST 挺好使
soa变成rest,大家公司在用哪个?什么是JAX WS
请推荐一下RESTful WS Framework如何学习用Java开发Web Service?
java SOAP比restful难学吗?what do u think of SOAP vs REST ( or even FB's thrift server)?
soap binding with CXFJava/J2EE的书
相关话题的讨论汇总
话题: web话题: service话题: framework话题: xml话题: should