由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 如何把函数体放入到 try ... catch ... 中
相关主题
spring transaction的问题需要用java记录客户端的行为数据
What do you think about AOP?Question about Model 2
AOP 中的 self-invocation 问题j2ee without EJB
看了一下Spring Roo哪里有Spring的Demo Code
关于Exception,Catch学struts对学hibernate, spring有触类旁通的作用吗?
spring AOP questionspring Annotation based configuration
如何把函数体放入到try ... catch ... 中interesting "protect" behavior
Re: 想起几年前Re: run servlet from command li这个spring 太恶心了
相关话题的讨论汇总
话题: aop话题: 函数话题: catch话题: 放入话题: try
进入Java版参与讨论
1 (共1页)
q***s
发帖数: 2243
1
为了调试,需要把java代码中每个函数体放入
try ... catch ...
语句中,请教各位高手,有没有这样的工具可以直接使用。
自己写感到需要处理的情况太多了,多谢!
b******y
发帖数: 9224
2
不太明白为啥需要这样做。你可以就在主函数中加上try, catch, 然后,其他的函数都
throw exception就行了。
debug的时候,可以dump出来stack trace.
r*****l
发帖数: 2859
3
AOP。

【在 q***s 的大作中提到】
: 为了调试,需要把java代码中每个函数体放入
: try ... catch ...
: 语句中,请教各位高手,有没有这样的工具可以直接使用。
: 自己写感到需要处理的情况太多了,多谢!

s******e
发帖数: 493
4
that is kind of abusing exception handling block.
but if you have to do it. as suggested by redbull, aop is yur best shot.
if runtime performance is your concern, trying aspectj.
if you are in spring env, using spring native aop, but it will weave the
aspects on runtime.
if you are in jboss env, it also has its own aop, in which aspects will be
woven at classloading time.
1 (共1页)
进入Java版参与讨论
相关主题
这个spring 太恶心了关于Exception,Catch
大家平均每天写多少行代码?spring AOP question
看Spring真是头大如何把函数体放入到try ... catch ... 中
学习JAVA的人要注意Re: 想起几年前Re: run servlet from command li
spring transaction的问题需要用java记录客户端的行为数据
What do you think about AOP?Question about Model 2
AOP 中的 self-invocation 问题j2ee without EJB
看了一下Spring Roo哪里有Spring的Demo Code
相关话题的讨论汇总
话题: aop话题: 函数话题: catch话题: 放入话题: try