由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - javax.tools package
相关主题
Java Play Framework 和 Spring 比较一下? (转载)Re: Where can i find this package?
如何学spring和hibernate请问javax.portlet包在JDK的哪个jar文件里面(在线等)
[合集] 这个annotation,...annotation一问,如何在编译时处理自定义annotation
spring Annotation based configurationEclipse 3.0 platform API doc?
现在有些迷惑了Extracting JavaDoc comment?
谁来给简单的讲讲JAASCookXml 简介
dtd questionhow to config Chaisaw to read file.log?
eclipse question,please helpjava有啥好的reference的网站
相关话题的讨论汇总
话题: package话题: javadoc话题: customized话题: lib话题: some
进入Java版参与讨论
1 (共1页)
h******a
发帖数: 46
1
just noticed this package, feel it could help to build some very dynamic
applications. for example, we usually ship class lib and customized config
file, then runtime check to decide work flow, what if we customized the
source code and build more optimized light class lib on the fly, just some
random thought. it seems that there are not many methods currently in this
package though. any other possible use of this package?
here is a link bring me to it:
http://www.javabeat.net/javabeat/java6/arti
c*****t
发帖数: 1879
2
While the idea is good, the implementation can be a serious issue,
since how are you going to test it to make sure things are okay?
Its JavaDoc API is quite useful. For my XML data binding tool, I
use it to extract documentation in JavaDoc comments and tags.
You can see a sample at
http://cookxml.yuanheng.org/tagdoc/
Other creative uses of it's tools API is for your own code generator.
One idea that I was thinking was to use JavaDoc comment, or maybe
the annotations to specify the conditions an

【在 h******a 的大作中提到】
: just noticed this package, feel it could help to build some very dynamic
: applications. for example, we usually ship class lib and customized config
: file, then runtime check to decide work flow, what if we customized the
: source code and build more optimized light class lib on the fly, just some
: random thought. it seems that there are not many methods currently in this
: package though. any other possible use of this package?
: here is a link bring me to it:
: http://www.javabeat.net/javabeat/java6/arti

m******t
发帖数: 2416
3
I haven't been following this stuff - isn't it essentially what used to be
the sun.tools package that got standardized under some JSR?
It's definitely a good thing.

【在 h******a 的大作中提到】
: just noticed this package, feel it could help to build some very dynamic
: applications. for example, we usually ship class lib and customized config
: file, then runtime check to decide work flow, what if we customized the
: source code and build more optimized light class lib on the fly, just some
: random thought. it seems that there are not many methods currently in this
: package though. any other possible use of this package?
: here is a link bring me to it:
: http://www.javabeat.net/javabeat/java6/arti

1 (共1页)
进入Java版参与讨论
相关主题
java有啥好的reference的网站现在有些迷惑了
Java那些XML的config file是怎么生成的?谁来给简单的讲讲JAAS
Sun Java 被 Oracle 收购后,dtd question
关于 Java beaneclipse question,please help
Java Play Framework 和 Spring 比较一下? (转载)Re: Where can i find this package?
如何学spring和hibernate请问javax.portlet包在JDK的哪个jar文件里面(在线等)
[合集] 这个annotation,...annotation一问,如何在编译时处理自定义annotation
spring Annotation based configurationEclipse 3.0 platform API doc?
相关话题的讨论汇总
话题: package话题: javadoc话题: customized话题: lib话题: some