F.3.参与人员及任务分配

优质
小牛编辑
119浏览
2023-12-01

F.3. 参与人员及任务分配

下表列出的是所有参加本次翻译项目的人员名单,按照报名时间先后顺序排列。其中DigitalSonic为项目负责人。

表 F.1. 参与人员列表

网名姓名网名姓名
Cao Xiaogang曹晓钢Yanger杨戈
DigitalSonic丁雪丰Shuai Zheng郑帅
tigerwoo伍昊献melthaw张辰雪
macrochen陈邦宏mo ying莫映
黄迅黄迅mochow
Liang Chen陈亮whimet李彦辉
downpour陆舟ken郑侃杰
Song Guoqiang宋国强mafusheng马富生
Kirua Jiang蒋臻恺Sean Chan陈志勇
Nicholas Ding丁舜佳pesome张俊
Andy Cui崔文俊joyheros邓超
YY邹文艳Richard Cool顾李健
YuLimin俞黎敏crazycy崔毅
wadise吴金亮Tim.Wu吴鹏程
swinarts林赟jlinux唐勇

由于Spring文档内容较多,所以基本按照章节进行分配,较大的章节被划分为若干的任务条。下表是翻译、一审及二审的具体任务分配情况。

表 F.2. 任务分配表

章节翻译一审二审
Index (30 / 9KB)DigitalSonicYangerYuLimin
Preface (19 / 15KB) 1. IntroductionmafushengYangerYuLimin
Preface (19 / 15KB)
1. Introduction
mafushengYangerYuLimin
2. What's new in Spring 2.0? (new / 16KB)mafushengDigitalSonicYuLimin
I. Core Technologies
3. The IoC container (207 / 232KB)
3.1. Introduction
3.2. Basics - containers and beans
Sean ChanmacrochenDigitalSonic
3.3. DependenciesSean Chanmacrochenjlinux
3.4. Bean scopesMo YingSean Chanmacrochen
3.5. Customizing the nature of a beanMo YingSean Chanmacrochen
3.6. Abstract and child bean definitions
3.7. Container extension points
joyherosSean Chanmacrochen
3.8. The ApplicationContext
3.9. Glue code and the evil singleton
joyherosSean Chanmacrochen
4. Resources (new / 28KB)pesomeYuLiminSean Chan
5. PropertyEditors, data binding, validation and the BeanWrapper (30 / 32KB)downpourjzkmacrochen
6. Aspect Oriented Programming with Spring (398 / 119KB)
6.1. Introduction
6.2. @AspectJ support
jzkmelthawYuLimin
6.3. Schema-based AOP support
6.4. Mixing aspect types
jzkmelthawYuLimin
6.5. Proxying mechanisms
6.6. Programmatic creation of @AspectJ Proxies
6.7. Using AspectJ with Spring applications
6.8. Further Resources
kenmelthawYuLimin
7. Spring AOP APIs (new / 88KB)
7.1. Introduction
7.2. Pointcut API in Spring
7.3. Advice API in Spring
7.4. Advisor API in Spring
ZhengShuaicrazycyAndy Cui
7.5. Using the ProxyFactoryBean to create AOP proxies
7.6. Concise proxy definitions
7.7. Creating AOP proxies programmatically with the ProxyFactory
7.8. Manipulating advised objects
ZhengShuaicrazycyAndy Cui
7.9. Using the "autoproxy" facility
7.10. Using TargetSources
7.11. Defining new Advice types
7.12. Further resources
ZhengShuaicrazycyAndy Cui
8. Testing (new / 23KB)黄迅Andy CuiYuLimin
II. Middle Tier Data Access
9. Transaction management (95 / 85KB)
9.1. Introduction
9.2. Motivations
9.3. Key abstractions
9.4. Resource synchronization with transactions
whimetYuLimindownpour
9.5. Declarative transaction management
9.6. The default transaction settings
whimetYuLimindownpour
9.7. Programmatic transaction management
9.8. Choosing between programmatic and declarative transaction management
9.9. Application server-specific integration
9.10. Solutions to common problems
whimetYuLimindownpour
10. DAO support (13 / 6KB)whimetjzkDigitalSonic
11. Data access using JDBC (104 / 53KB)
11.1. Introduction
11.2. Using the JDBC Core classes to control basic JDBC processing and error handling
macrochendownpourSong Guoqiang
11.3. Controlling database connections
11.4. Modeling JDBC operations as Java objects
macrochendownpourSong Guoqiang
12. Object Relational Mapping (ORM) data access (113 / 135KB)
12.1. Introduction
12.2. Hibernate
downpourYuLiminAndy Cui
12.3. JDO
12.4. Oracle TopLink
12.5. Apache OJB
downpourYuLiminAndy Cui
12.6. iBATIS SQL Maps
12.7. JPA
12.8. Transaction Management
12.9. JpaDialect
downpourYuLiminAndy Cui
III. The Web
13. Web MVC framework (274 / 146KB)
13.1. Introduction
13.2. The DispatcherServlet
13.3. Controllers
Song GuoqiangmacrochenTim.Wu
13.4. Handler mappings
13.5. Views and resolving them
Song GuoqiangmacrochenTim.Wu
13.6. Using locales
13.7. Using themes
Song Guoqiangmacrochenswinarts
13.8. Spring's multipart (fileupload) support
13.9. Using Spring's form tag library
Song Guoqiangmacrochenswinarts
13.10. Handling exceptions
13.11. Convention over configuration
13.12. Further Resources
Song Guoqiangmacrochenswinarts
14. Integrating view technologies (175 / 75KB)
14.1. Introduction
14.2. JSP & JSTL
14.3. Tiles
14.4. Velocity & FreeMarker
YYwhimetYuLimin
14.5. XSLT
14.6. Document views (PDF/Excel)
14.7. JasperReports
YYwhimetDigitalSonic
15. Integrating with other web frameworks (new / 51KB)
15.1. Introduction
15.2. Common configuration
15.3. JavaServer Faces
15.4. Struts
Nicholas DingpesomeSong Guoqiang
15.5. Tapestry
15.6. WebWork
15.7. Further Resources
Nicholas DingpesomeSong Guoqiang
16. Portlet MVC Framework (new / 59KB)
16.1. Introduction
16.2. The DispatcherPortlet
16.3. The ViewRendererServlet
16.4. Controllers
Liang ChenRichard CoolDigitalSonic
16.5. Handler mappings
16.6. Views and resolving them
Liang ChenRichard CoolDigitalSonic
16.7. Multipart (file upload) support
16.8. Handling exceptions
16.9. Portlet application deployment
Liang ChenRichard CoolDigitalSonic
IV. Integration
17. Remoting and web services using Spring (new / 34KB)
17.1. Introduction
17.2. Exposing services using RMI
17.3. Using Hessian or Burlap to remotely call services via HTTP
黄迅ZhengShuaiYuLimin
17.4. Exposing services using HTTP invokers
17.5. Web Services
17.6. Auto-detection is not implemented for remote interfaces
17.7. Considerations when choosing a technology
黄迅ZhengShuaiYuLimin
18. Enterprise Java Bean (EJB) integration (53 / 18KB)黄迅ZhengShuaiDigitalSonic
19. JMS (new / 40KB)
19.1. Introduction
19.2. Using Spring JMS
黄迅joyherosjzk
19.3. Sending a Message
19.4. Receiving a message
黄迅joyherosjzk
20. JMX (new / 69KB)
20.1. Introduction
20.2. Exporting your beans to JMX
mochowDigitalSonicYuLimin
20.3. Controlling the management interface of your beans
20.4. Controlling the ObjectNames for your beans
mochowjoyherosYuLimin
20.5. Exporting your beans with JSR-160 Connectors
20.6. Accessing MBeans via Proxies
20.7. Notifications
20.8. Further Resources
mochowjoyherosYuLimin
21. JCA CCI (new / 51KB)
21.1. Introduction
21.2. Configuring CCI
21.3. Using Spring's CCI access support
jzkwadiseAndy Cui
21.4. Modeling CCI access as operation objects
21.5. Transactions
jzkwadiseAndy Cui
22. The Spring email abstraction layer (37 / 15KB)Cao Xiaogangkenjzk
23. Scheduling and Thread Pooling using Spring (new / 23KB)Cao Xiaogangdownpourjzk
24. Dynamic language support (new / 48KB)
24.1. Introduction
24.2. A first example
melthawdownpourjoyheros
24.3. Defining beans that are backed by dynamic languagesmelthawdownpourjoyheros
24.4. Scenarios
24.5. Further Resources
melthawdownpourjoyheros
25. Annotations and Source Level Metadata Support (108 / 38KB)
25.1. Introduction
25.2. Spring's metadata support
25.3. Annotations
25.4. Integration with Jakarta Commons Attributes
DigitalSonicpesomeAndy Cui
25.5. Metadata and Spring AOP autoproxying
25.6. Using attributes to minimize MVC web tier configuration
25.7. Other uses of metadata attributes
25.8. Adding support for additional metadata APIs
pesomeDigitalSonicAndy Cui

注意

括号中的new表示是新添章节,数字是与1.1版本的差别,斜线后的是XML文件的大小。