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
|
|