Hi
Yeah I browsed some of the javadoc for v1.1RC1 to get more familiar with Spring.
I have some time once in a while at work since I am waiting for BEA Workshop to
finish compiling or BEA Portal Server to startup - usually 3-5 min.
Crap this is slow development environment. But hey you got to do a
living and our current project involves these '(un)development environments'.
So in my dream of being free again using whatever editor and ant
build system and without an EJB container I check out spring.
Well anyway here are my disconveries (javadoc only):
Missing javadoc for class/interface:
- org.springframework.aop.framework.AdvisedSupportListener
- org.springframework.aop.framework.AopProxy
- org.springframework.jms.connection.JmsTransactionManager
- org.springframework.scheduling.quartz.SchedulerFactoryBean.
DelayedSchedulerStartException
- org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor.
JobSchedulingDataInitializationException
- rg.springframework.web.servlet.mvc.throwaway.
ThrowawayControllerHandlerAdapter
- org.springframework.web.servlet.view.AbstractTemplateViewResolver
Other:
- org.springframework.dao.ConcurrencyFailureException
(wrong spellings: aconcurrency => a concurrency, failur => failure)
- org.springframework.ejb.support
(missing end paranthesis in the package description)
- org.springframework.jdbc.object.RdbmsOperation
(should use the 2nd sentense as the first sentense to have better
overview description)
|