求助:英语达人,能不能帮我把软件工程师简历中的项目经验翻译成英文的!急急急!不胜感激

1. XX服装企业分销网络系统
 项目介绍:该系统实现了服装企业对服装分销流程的信息化支持,系统的主要功能模块有:分销商库存管理、流向单管理、统计报表管理、分销费管理、付款结帐管理、基础数据管理等。本系统主要对企业的物流和资金流进行全面的管理和控制。
 总体技术:基于Jsp + Servlet+ JavaBean技术实现:分为展现层、业务逻辑层、DAO层、PO层,在DAO实现上基于OCP原则采用抽象工厂方法设计模式,DAO层直接封装JDBC数据库操作;在统计报表实现上使用Jfreechart组件,同时还使用了FileUpload上传组件及验证码生成组件等。
 负责工作:分销商库存管理、数据库设计
 心得体会:对企业DRP系统的业务需求有进一步理解,树结构实现方式,JDBC操作数据库,Jfreechart组件的运用、抽象工厂设计模式实现、一些技术细节等。

2. XX军区首长机关办公自动化OA系统
 项目介绍:为了加快部队信息化建设进程,提高首长机关的日常办公效率,促进司证后装备部门之间的协调工作,**军区结合自身实际,自主研发的一套OA系统。总体分机构管理、权限管理、公文流转、系统管理、信息交流、信息发布、知识管理、项目管理、资产管理、考勤管理、人事档案、我的工作台等模块。
 总体技术:基于Struts+ Spring+JBPM+ Hibernate的多层架构:展现层使用Struts来实现MVC模式,通过page-taglib实现分页,采用JSTL与自定义标签,使用Ajax技术使系统具有较好的用户体验;业务逻辑层利用Spring的IOC来维护业务对象之间的关联,利用Spring的AOP进行声明式事务管理,采用贫血Domain Object模型;持久化层使用hibernate来实现,通过DAO模式封装PO对象;将JBPM与Spring整合,实现公文流转模块;结合Freemarker模板技术实现动态表单定义模型;实现扩展的基于RBAC授权与认证模型;实现职能型的组织机构模型。
 责任描述:参与总体需求分析与架构设计、Domain Object设计、数据库设计、SSH架构搭建及JBPM的整合;同时实现主要模块机构管理、权限管理和公文流转核心模块的设计实现
 心得体会:对基于SSH架构的多层应用有深入体会,对工作流引擎JBPM的流程定义、部署和多种类型流程节点使用有进一步理解,基于RBAC模式能进行授权认证模块的实现,在该项目中的许多技术细节如:ACL的设计技巧,DWR实现动态授权,DOM4J实现初始化数据注入等等。

3. 企业客户关系管理CRM系统
 项目介绍:本项目旨在“以客户为中心,以市场为导向”的企业经营管理模式,通过集中管理客户信息,并在市场部、销售部、服务部等间共享客户数据,从而实现企业市场营销、销售管理、客户服务和支持等经营流程信息化,达到提高客户服务效率和销售人员事务处理的效率,最终实现企业资源的有效利用,提高企业的客户服务质量与核心竞争力。
 总体技术:采用JSF + Spring + Ibatis + Jfreechart的技术实现:展现层JSF采用Apache的myfaces1.1.1实现包,JSF基于组件、事件和后台bean的交互来开发应用,而不再基于请求相应和标记来解决展现层问题;利用Spring来解耦合,管理依赖,将整个应用进行整合;持久化层采用轻量级的ORM解决方案ibatis;对系统中的多种报表生成采用Jfreechart技术。
 负责工作:参与需求分析,数据库分析设计,销售管理模块实现
 心得体会:对CRM项目背景和需求有进一步理解,项目中使用的许多技术细节,如:使用Sitemesh控制页面布局,理解Sitemesh基本原理;利用POI库操纵Excel报表(批量导入和批量导出客户数据)等等。
降低要求,第二个和第三个项目随便翻译一个就OK !!!
一个项目一百分

先发两条。请验收。
项目经验: Project Experience
1. XX服装企业分销网络系统
1. Distribution Network System for ××Clothing Enterprise
 项目介绍:该系统实现了服装企业对服装分销流程的信息化支持,系统的主要功能模块有:分销商库存管理、流向单管理、统计报表管理、分销费管理、付款结帐管理、基础数据管理等。本系统主要对企业的物流和资金流进行全面的管理和控制。
Project Introduction: This system realizes the information support to the distribution flow of clothing enterprises. The main function modules include: distributor stocking management, flow direction form management, statistics form management, distribution fees management, payment and check-out management, basic data management, etc. This system is mainly used in the comprehensive management and control on the logistics and capital.
总体技术:基于Jsp + Servlet+ JavaBean技术实现:分为展现层、业务逻辑层、DAO层、PO层,在DAO实现上基于OCP原则采用抽象工厂方法设计模式,DAO层直接封装JDBC数据库操作;在统计报表实现上使用Jfreechart组件,同时还使用了FileUpload上传组件及验证码生成组件等。
Overall Technology: Implemented based on Jsp + Servlet+ JavaBean technology, it is divided into presentation layer, business logic layer, DAO layer, PO layer. The implement of DAO adopts the design mode of abstract factory method based on the OCP principle, and the DAO layer directly packages the operation of JDBC database; and the implement of statistics form adopts Jfreechart component, in the same time FileUpload uploading component and verification-code generation component, etc. are also used.
负责工作:分销商库存管理、数据库设计
The responsible work: The design of distributor stocking management and database.
 心得体会:对企业分销资源管理系统的业务需求有进一步理解,树结构实现方式,JDBC操作数据库,Jfreechart组件的运用、抽象工厂设计模式实现、一些技术细节等。
Experiences: Got further understanding of the service demand for distribution resources management system used in enterprises, and got further understanding of tree architecture implementation mode, JDBC operation database, the application of Jfreechart component, the implement of abstract factory design pattern, and some details.

2. XX军区首长机关办公自动化系统
2. Office Automation System for Head of ×× Military Area Command
 项目介绍:为了加快部队信息化建设进程,提高首长机关的日常办公效率,促进司证后装备部门之间的协调工作,**军区结合自身实际,自主研发的一套OA系统。总体分机构管理、权限管理、公文流转、系统管理、信息交流、信息发布、知识管理、项目管理、资产管理、考勤管理、人事档案、我的工作台等模块。
Project Introduction: In order to accelerate the information construction of the troops, enhance the routine work efficiency of head office, ensure the coordinated work among Command, Political Dept, Logistics Dept, and Equipment Dept, ×× Military Area Command combines self practical situation, and develops an OA system on the basis of itself. The overall system is divided into the following modules: institution management, rights management, documents flow, system management, information exchange, information release, knowledge management, project management, properties management, attendance management, HR archives, my workstation, and so on.
总体技术:基于Struts+ Spring+JBPM+ Hibernate的多层架构:展现层使用Struts来实现MVC模式,通过page-taglib实现分页,采用JSTL与自定义标签,使用Ajax技术使系统具有较好的用户体验;业务逻辑层利用Spring的IOC来维护业务对象之间的关联,利用Spring的AOP进行声明式事务管理,采用贫血Domain Object模型;持久化层使用hibernate来实现,通过DAO模式封装PO对象;将JBPM与Spring整合,实现公文流转模块;结合Freemarker模板技术实现动态表单定义模型;实现扩展的基于RBAC授权与认证模型;实现职能型的组织机构模型。
Overall Technology: A framework with multi layers based on Struts+ Spring+JBPM+ Hibernate. The presentation layer adopts Struts to realize MVC mode, adopts page-taglib to realize paging, adopts JSTL and custom tag, adopts Ajax technology to make system having better user experience; the business logic layer utilizes IOC of Spring to maintain the link between business objects, utilizes AOP of Spring to provide declarative transaction management, adopts anemia-type Domain Object model; the dada persistence layer adopts hibernate to realize, and adopts DAO mode to package PO object; Through the integration of JBPM and Spring to realize the document flow module; through the combination with Freemarker template technology to realize dynamic form definition model; to realize expanded authorize and authentication model based on RBCA; to realize functional organization model.
责任描述:参与总体需求分析与架构设计、Domain Object设计、数据库设计、SSH架构搭建及JBPM的整合;同时实现主要模块机构管理、权限管理和公文流转核心模块的设计实现
Responsibility Description: Participated in the analysis of overall demands and the design of framework, the design of Domain Object, the design of database, the building of SSH framework, the integration of JBPM; In the same time realized the management of main module organizations, rights management, and the design and realization of document flow core module.
 心得体会:对基于SSH架构的多层应用有深入体会,对工作流引擎JBPM的流程定义、部署和多种类型流程节点使用有进一步理解,基于RBAC模式能进行授权认证模块的实现,在该项目中的许多技术细节如:ACL的设计技巧,DWR实现动态授权,DOM4J实现初始化数据注入等等。
Experience: Got deep understanding of the multi layer application of SSH framework, and got further understanding of the flowing definition, deployment of workflow engine, JBPM, and the application of various kinds of flowing nodes. It is also further understood that based on RBAC mode the authorize and authentication module can be realized. Moreover, many technological details in this project, such as the design skills of ACL, the realization of dynamic authorization with DWR, the realization the injection of initial data with DOM4J, etc. are also understood further.
温馨提示:答案为网友推荐,仅供参考
第1个回答  2008-11-11
1. XX服装企业分销网络系统
 项目介绍:该系统实现了服装企业对服装分销流程的信息化支持,系统的主要功能模块有:分销商库存管理、流向单管理、统计报表管理、分销费管理、付款结帐管理、基础数据管理等。本系统主要对企业的物流和资金流进行全面的管理和控制。
 总体技术:基于Jsp + Servlet+ JavaBean技术实现:分为展现层、业务逻辑层、DAO层、PO层,在DAO实现上基于OCP原则采用抽象工厂方法设计模式,DAO层直接封装JDBC数据库操作;在统计报表实现上使用Jfreechart组件,同时还使用了FileUpload上传组件及验证码生成组件等。
 负责工作:分销商库存管理、数据库设计
 心得体会:对企业DRP系统的业务需求有进一步理解,树结构实现方式,JDBC操作数据库,Jfreechart组件的运用、抽象工厂设计模式实现、一些技术细节等。
1. XX clothing enterprises distribution network system
 projects: the system of business-to-clothing clothing distribution process of information-based support of the core functions of the system modules: distributor inventory management, single-flow management, statistical management, distribution management fee, pay for it too Management, data-based management. The present system is mainly for enterprises and logistics flow of funds to conduct a comprehensive management and control.
 technology in general: Jsp + Servlet + JavaBean technology: The show is divided into layers, the Business Logic Tier, DAO layer, PO layer, the DAO based on the realization of the principle of OCP use abstract methods of the factory design pattern, DAO layer package of direct operate JDBC database; In the realization of statistics on the use of Jfreechart components, as well as the use of the FileUpload upload components and code generation, and other components.
 responsible for: Distributor inventory management, database design
 experiences: DRP-to-business systems have a better understanding of business needs, and ways to achieve the structure of the tree, JDBC database operations, Jfreechart components of the application of an abstract factory model designed to achieve a number of technical details and so on.

2. XX军区首长机关办公自动化OA系统
 项目介绍:为了加快部队信息化建设进程,提高首长机关的日常办公效率,促进司证后装备部门之间的协调工作,**军区结合自身实际,自主研发的一套OA系统。总体分机构管理、权限管理、公文流转、系统管理、信息交流、信息发布、知识管理、项目管理、资产管理、考勤管理、人事档案、我的工作台等模块。
 总体技术:基于Struts+ Spring+JBPM+ Hibernate的多层架构:展现层使用Struts来实现MVC模式,通过page-taglib实现分页,采用JSTL与自定义标签,使用Ajax技术使系统具有较好的用户体验;业务逻辑层利用Spring的IOC来维护业务对象之间的关联,利用Spring的AOP进行声明式事务管理,采用贫血Domain Object模型;持久化层使用hibernate来实现,通过DAO模式封装PO对象;将JBPM与Spring整合,实现公文流转模块;结合Freemarker模板技术实现动态表单定义模型;实现扩展的基于RBAC授权与认证模型;实现职能型的组织机构模型。
 责任描述:参与总体需求分析与架构设计、Domain Object设计、数据库设计、SSH架构搭建及JBPM的整合;同时实现主要模块机构管理、权限管理和公文流转核心模块的设计实现
 心得体会:对基于SSH架构的多层应用有深入体会,对工作流引擎JBPM的流程定义、部署和多种类型流程节点使用有进一步理解,基于RBAC模式能进行授权认证模块的实现,在该项目中的许多技术细节如:ACL的设计技巧,DWR实现动态授权,DOM4J实现初始化数据注入等等。
2. XX head of the Military authorities OA Office Automation System
 Project: In order to speed up the process of building information-based forces, heads of agencies to improve the efficiency of day-to-day office, the Secretary for the promotion of evidence after the equipment sector co-ordination among ** Military Region in light of its own reality, independent research and development of a set of OA system. The overall sub-sector management, rights management, document flow, management systems, information exchange, information, knowledge management, project management, asset management, time management, personnel files, my workbench, and other modules.
 overall technology: Struts + Spring + JBPM + Hibernate multi-layer structure: to show the use of Struts-MVC model to achieve through the page-taglib achieve paging, using JSTL and custom labels, the use of Ajax technology to make the system a better user experience ; Use of the Business Logic Tier Spring of IOC to maintain the link between business objects, the use of Spring's AOP-statement for the management of affairs, the use of anemia Domain Object Model; persistence layer using hibernate to achieve, through the DAO object model package PO; will be JBPM integration with the Spring and achieve document flow module; Freemarker combination of technologies to achieve dynamic form template definition model; to realize the expansion of the authorization and authentication based on the RBAC model; to achieve the functions of the model-based organizations.
 description of the responsibilities: the overall demand for analysis and design of the structure, Domain Object design, database design, SSH framework and structures JBPM integration; at the same time to achieve the main module management, rights management and document flow core module design to achieve
 experiences: SSH-based multi-layer structure of the application of in-depth understanding of the workflow engine JBPM process definition, deployment and use of various types of process nodes have a better understanding, based on the RBAC model can be authorized to carry out certification of the modules to achieve in the Many of the projects in the technical details, such as: ACL design skills, DWR dynamic authorization, DOM4J achieve the initialization of data into and so on.

3. 企业客户关系管理CRM系统
 项目介绍:本项目旨在“以客户为中心,以市场为导向”的企业经营管理模式,通过集中管理客户信息,并在市场部、销售部、服务部等间共享客户数据,从而实现企业市场营销、销售管理、客户服务和支持等经营流程信息化,达到提高客户服务效率和销售人员事务处理的效率,最终实现企业资源的有效利用,提高企业的客户服务质量与核心竞争力。
 总体技术:采用JSF + Spring + Ibatis + Jfreechart的技术实现:展现层JSF采用Apache的myfaces1.1.1实现包,JSF基于组件、事件和后台bean的交互来开发应用,而不再基于请求相应和标记来解决展现层问题;利用Spring来解耦合,管理依赖,将整个应用进行整合;持久化层采用轻量级的ORM解决方案ibatis;对系统中的多种报表生成采用Jfreechart技术。
 负责工作:参与需求分析,数据库分析设计,销售管理模块实现
 心得体会:对CRM项目背景和需求有进一步理解,项目中使用的许多技术细节,如:使用Sitemesh控制页面布局,理解Sitemesh基本原理;利用POI库操纵Excel报表(批量导入和批量导出客户数据)等等。
3. Enterprise Customer Relationship Management CRM system
 Project: The project aims at "customer-focused, market-oriented" enterprise management mode, through the centralized management of customer information and marketing, sales, service, such as sharing of customer data in order to achieve Corporate marketing, sales management, customer service and support information-based processes to operate to improve the efficiency of customer service and sales staff to deal with matters of efficiency, and ultimately the effective use of corporate resources, improve customer service quality and core competitiveness.
 overall technology: JSF + Spring + Ibatis + Jfreechart of technology: to show JSF layer using the Apache to achieve myfaces1.1.1 package, JSF component-based, events and the background of the bean to develop interactive applications, rather than based on the request and the corresponding Tag to show to solve the problem layer; coupling solution to the use of Spring, dependent on the management of the whole application integration; layer using durable lightweight ORM solution ibatis; on the system used to generate a variety of statements Jfreechart technology.
 responsible for the work: needs analysis, database analysis of the design, sales management module to achieve
 experiences: CRM projects background and needs further understanding, the project used in many technical details, such as: the use of Sitemesh control page layout, to understand the basic principles of Sitemesh; POI database using Excel to manipulate statements of the (bulk import and export volume of customer data ), And so on.
第2个回答  2008-11-11
朋友,我觉得你得请专业的翻译,简历可不能随便翻翻!
第3个回答  2008-11-11
MY GOD.
第4个回答  2008-11-11
我也觉得这钱不能省