|
From: Claus I. <cs...@ma...> - 2004-08-03 13:16:23
|
Hi It is me again with a few more findings for the javadoc. The quality of the javadoc is really really good. And the framework as well. Got my copy of Rod/Jurgens book (without EJB). And Tate's bitter book as well for good bedtime stories (is there any Elephant stories in this book?). Well here goes: Class description related: ========================== - org.springframework.beans.factory.xml.BeansDtdResolver Use . as dot in text (otherwise text is cutted to soon in overview) - org.springframework.dao.DataRetrievalFailureException Use . as dot in text (otherwise text is cutted to soon in overview) - org.springframework.jdbc.core.getSql() Use . as dot in text (otherwise text is cutted to soon in overview) - org.springframework.beans.factory.config.BeanPostProcessor Use . as dot in text (otherwise text is cutted to soon in overview) - org.springframework.web.servlet.view.tiles.TilesJstlView Use . as dot in text (otherwise text is cutted to soon in overview) - org.springframework.context.support.ReloadableResourceBundleMessageSource Write reloadable ResourceBundle to be different than the non reloaded one - org.springframework.jms.support.destination.JndiDestinationResolver Needs a ending </b> to end the bold text Package description related: ============================ - org.springframework.beans.propertyeditors Some of these editors are registered automatically by BeanWrapperImpl. Consider writing witch editors excatly are registered - see the source of BeanWrapperImpl or that CustomDateEditor is the only one not registered by BeanWrapperImpl - org.springframework.beans.support.RefreshablePagedListHolder use <pre> instead of <code> in the big code block example. Remove the <br/> tags or fix the wrong one <br< Missing method/field description for Interfaces: ================================================ - org.springframework.core.ControlFlow - org.springframework.beans.factory.support.InstantiationStrategy - org.springframework.beans.PropertyAccessor - org.springframework.aop.target.PoolingConfig - org.springframework.aop.target.ThreadLocalTargetSourceStats - org.springframework.aop.AfterReturningAdvice - org.springframework.aop.Pointcut - org.springframework.aop.TargetSource - org.springframework.transaction.TransactionDefinition - org.springframework.web.servlet.mvc.throwaway |