• Kĩ thuật lập trình - Chapter 1: IntroductionKĩ thuật lập trình - Chapter 1: Introduction

    Software engineers have responsibilities to the engineering profession and society. They should not simply be concerned with technical issues. Professional societies publish codes of conduct which set out the standards of behaviour expected of their members. Three case studies are used in the book: An embedded insulin pump control system A syst...

    pptx49 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 1095 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 2: Software ProcessesKĩ thuật lập trình - Chapter 2: Software Processes

    Processes should include activities to cope with change. This may involve a prototyping phase that helps avoid poor decisions on requirements and design. Processes may be structured for iterative development and delivery so that changes may be made without disrupting the system as a whole. The Rational Unified Process is a modern generic process...

    pptx55 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 1021 | Lượt tải: 0

  • Kĩ thuật lập trình - Java - Remote Method InvocationKĩ thuật lập trình - Java - Remote Method Invocation

    Start the registry server, rmiregistry Start the object server The object server registers an object, with a name, with the registry server Start the client The client looks up the object in the registry server The client makes a request The request actually goes to the Stub class The Stub classes on client and server talk to each other The...

    ppt26 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 1082 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 3: Agile Software DevelopmentKĩ thuật lập trình - Chapter 3: Agile Software Development

    A particular strength of extreme programming is the development of automated tests before a program feature is created. All tests must successfully execute when an increment is integrated into a system. The Scrum method is an agile method that provides a project management framework. It is centred round a set of sprints, which are fixed time perio...

    pptx50 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 1033 | Lượt tải: 0

  • Java - J2ee architectureJava - J2ee architecture

    A Java EE component can locate its environment naming context by using JNDI interfaces. A component can create a javax.naming.InitialContext object and look up the environment naming context in InitialContext under the name java:comp/env. A component’s naming environment is stored directly in the environment naming context or in any of its direct...

    ppt90 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 951 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 4: Requirements engineeringKĩ thuật lập trình - Chapter 4: Requirements engineering

    You can use a range of techniques for requirements elicitation including interviews, scenarios, use-cases and ethnography. Requirements validation is the process of checking the requirements for validity, consistency, completeness, realism and verifiability. Business, organizational and technical changes inevitably lead to changes to the require...

    pptx82 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 1036 | Lượt tải: 0

  • Lập trình web - Chương 5: Lập trình web – CGILập trình web - Chương 5: Lập trình web – CGI

    Các đặc điểm của ứng dụng web: – Không phải là một ứng dụng độc lập, là ứng dụng chạy trên nền web-server. – Người lập trình có thể thực hiện các thao tác trên ứng dụng web như với một ứng dụng độc lập. – Có thể lấy thông tin từ user.

    pdf112 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 1211 | Lượt tải: 0

  • Kĩ thuật lập trình - Web applicationsKĩ thuật lập trình - Web applications

    Create Web Project and depoly by Eclipse, Netbean Create Web Project and deploy by Ant Create Web Project and deploy by Maven

    ppt11 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 1045 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 5: System ModelingKĩ thuật lập trình - Chapter 5: System Modeling

    Behavioral models are used to describe the dynamic behavior of an executing system. This behavior can be modeled from the perspective of the data processed by the system, or by the events that stimulate responses from a system. Activity diagrams may be used to model the processing of data, where each activity represents one process step. State di...

    pptx53 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 1092 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 6: Architectural DesignKĩ thuật lập trình - Chapter 6: Architectural Design

    Models of application systems architectures help us understand and compare applications, validate application system designs and assess large-scale components for reuse. Transaction processing systems are interactive systems that allow information in a database to be remotely accessed and modified by a number of users. Language processing system...

    pptx54 trang | Chia sẻ: nguyenlam99 | Ngày: 05/01/2019 | Lượt xem: 1039 | Lượt tải: 0