|
From: Jae G. <ja...@gn...> - 2005-05-19 15:40:32
|
are there any plans to add further enhancements to the xdoclet module for spring? is it even "maintained" by anyone involved directly w/ spring? i feel that the @spring.bean tag is somewhat limiting because it does not let me define a class name, and instead just assumes that it should create an entry for that class. while this is true most of the time, in instances where i might be using a MultiActionController, it'd be nice if i could specify the MethodNameResolver configuration in the same class since the two are directly related. there are also other minor additions, such as being able to generate remote interfaces from business interfaces when using remoting (i already achieve this through a simple doclet template), creating "standard" tags for some bean definitions (ie: jaxrpc proxy) that i feel would be great additions. is anyone else interested in these types of enhancements? -- -jae |