由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - is it legal for the constructor of a REST resource class to throw exceptions?
相关主题
这个程序为什么先打印hellomyworld,而不是args【0】?一道java题
一个怪异的java 运行问题请推荐一下RESTful WS Framework
anonymous innerclass reflection questionsoa变成rest,大家公司在用哪个?
The right way to create new Exception请问高手:thrift 要通过什么连database 比如 mysql ?
跪求大牛指点Java,看不懂什么意思。java SOAP比restful难学吗?
问题征解return null or empty list/set/...
问个基本问题对 spring 的 exception 处理方式真是不适应
有熟悉Java Reflection的吗问一个 java generic问题
相关话题的讨论汇总
话题: helloworld话题: rest话题: class话题: exceptions
进入Java版参与讨论
1 (共1页)
c******n
发帖数: 4965
1
like
@Path("/helloworld")
public class HelloWorld {
//////////// below is the problem
public HelloWorld() throws Exception {
}
@Get
public String sayHello() {
return "hello";
}
}
a*******n
发帖数: 237
2
i think it should be ok
1 (共1页)
进入Java版参与讨论
相关主题
问一个 java generic问题跪求大牛指点Java,看不懂什么意思。
Run Servlet with Tomcat问题征解
Java 初学者问题问个基本问题
webservices products有熟悉Java Reflection的吗
这个程序为什么先打印hellomyworld,而不是args【0】?一道java题
一个怪异的java 运行问题请推荐一下RESTful WS Framework
anonymous innerclass reflection questionsoa变成rest,大家公司在用哪个?
The right way to create new Exception请问高手:thrift 要通过什么连database 比如 mysql ?
相关话题的讨论汇总
话题: helloworld话题: rest话题: class话题: exceptions