1 / 20

Perencanaan Proyek dan Strategi SI

Perencanaan Proyek dan Strategi SI. Novita Sakundarini Jurusan Teknik Industri-UPNVY. Pertemuan ke-11. Tujuan Kuliah dan Isi Kuliah. Tujuan : Mampu menjelaskan Perencanaan Proyek dan Strategi untuk SI Isi: Konsep SDLC Alternatif Metodologi dengan SDLC. Systems Development Life Cycle.

nedd
Télécharger la présentation

Perencanaan Proyek dan Strategi SI

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Perencanaan Proyek dan Strategi SI Novita Sakundarini Jurusan Teknik Industri-UPNVY Pertemuan ke-11

  2. Tujuan Kuliah dan Isi Kuliah • Tujuan : • Mampu menjelaskan Perencanaan Proyek dan Strategi untuk SI • Isi: • Konsep SDLC • Alternatif Metodologi dengan SDLC

  3. Systems Development Life Cycle Provides a comprehensive formal framework for designing and developing systems for the effective and efficient processing of information. There is no universal, standardized version of the SDLC however a typical eight stage model is shown below. Note that the stages overlap: One stage may start before the previous stage ends. This is in contrast to the traditional waterfall method, in which the work flows through all the tasks in one stage before going on to the next stage. Also note that the processes can go backward more than one stage. SDLC: Formal and disciplined approach to systems development

  4. SDLC - Stages • Stage 1: Project initiation.Projects often start when a manager has a problem or sees an opportunity. • Stage 2: Systems Analysis And Feasibility Studies consists of two phases of analysis: systems analysis and feasibility studies. • Systems analysis is the phase that develops a thorough understanding of the existing organization, its operation, and the situation that is causing a problem. Systems analysis methods include: • observation • review of documents • interviews • performance measurement.

  5. SDLC – Stages Continued • Feasibility studies calculate the probability of success of the proposed solution and include: • Technology. • Economics. • Organizational factors • Legal, ethical, and other constraints. • Stage 3: Logical Analysis And Design emphasizes the design of system from the user’s point of view. It identifies information requirementsand specifies operations such as input, output, processing and storage. To represent logical processes and data relationships modeling tools such as data flow diagramsand entity-relationship diagramscan be used. The logical design is followed by a physical design.

  6. SDLC – Stages Continued • Stage 4: Development or Acquisition the actual development or acquisition of the system. • IS personnel use the specifications to purchase the hardware and software required for the system. • Programmers write code for parts of the system. • Technical writers develop documentation and training materials. • IS personnel test the system • Users test prior to the actual implementation. • Stage 5: Implementation is an important stage; the system can fail here even if it has all the specified functionality. • Users need training • Forms need to be ordered • Help desk needs to be created

  7. SDLC – Stages Continued • Stage 5: Implementation - continued • Also requires a conversion from a previous system. Conversion approaches include: • Parallel conversion: The old and new systems operate concurrently for a test period, and then the old system is discontinued. • Direct cutover: The old system is turned off, and the new system is turned on. • Pilot conversion: The new system is implemented in a subset of locations (for example, some of the branches in a large banking chain) and is extended to remaining locations over time. • Phased conversion: Large systems often are built from distinct modules. If the modules were originally designed to be relatively independent, it may be possible to replace the modules one at a time. • Stage 6: Operation. Post production environment.

  8. SDLC – Stages Continued • Stage 7: Post-Audit Evaluationreviews the stages and processes to determine best practice methods. • Stage 8: Maintenance. Every system needs two regular types of maintenance: • Fixing of bugs • Regular system updating Therefore it is important that the design and development stages produce systems that are easy to maintain and are flexible enough to handle future expansion, upgrading and capacity increases.

  9. Alternatives to SDLC methodologies • Some alternatives: • Prototyping • Joint application design (JAD) • Rapid application development (RAD) • Object-oriented development (OO) • Extreme Programming (XP) • Component-based development The traditional SDLC approach works best on projects in which users have a clear idea about their requirements. Projects that require major changes in existing processes, through reengineering or development of new processes or those that build upon inter-organizational and international systems using Web technologies indicate a need for alternatives or supplements to conventional SDLC methodologies.

  10. Alternatives - continued • Prototyping (evolutionary development):Instead of spending a lot of time producing very detailed specifications, the developers find out only generally what the users want. The developers do not develop the complete system all at once. Instead they quickly create a prototype, which either contains portions of the system of most interest to the users, or is a small-scale working model of the entire system. After reviewing the prototype with the users, the developers refine and extend it. This process is continued until the final specifications. • Joint application design (JAD)is a group-based method for collecting user requirements and creating system designs. It is used within the systems analysis and design stages of the SDLC. Unlike the traditional SDLC, where the analysts interview individual users of the new information system to understand their needs JAD has a meeting in which all users meet simultaneously with analysts. During the meeting, all users jointly define and agree upon systems requirements.

  11. Alternatives - continued • Rapid application development (RAD)methodologies and tools make it possible to develop systems faster, especially systems where the user interface is an important component. • GUI development environment:the ability to create many aspects of an ap­plication by “drag-and-drop” operations. • Reusable components:a library of common, standard “objects” such as but­tons and dialog boxes. • Code generator.After the developer drags-and-drops the standard objects into the design, the package automatically writes computer programs to im­plement the reports, input screens, buttons, dialog boxes, and so forth. • Programming language:such as BASIC, Object Pascal, or C.

  12. Alternatives – continued • Object-oriented development (OO) is a fundamentally different view of computer systems than that found in traditional SDLC approaches. It begins not with the task to be performed, but with the aspects of the real world that must be modeled to perform that task. • Extreme programming (XP)is a discipline of software development based on values of simplicity, communication, and feedback. XP teams use a simple form of planning and tracking to decide what should be done next. Focused on business value, the team produces the software in a series of small, fully integrated releases that pass all the tests the customer has specified.

  13. Alternatives – Component Based Development Component-based development is the evolution beyond objects. They are self-contained packages of functionality that have clearly defined, open interfaces that offer high-level application services. These business objects provide major chunks of application functionality (e.g., pre-programmed workflow, transaction processing, and user event notification) that can be connected together to create complete business applications.

  14. Alternatives – Web Services • Web services are based on a family of key protocols • XML Language. Extensible Markup Language • SOAP. Simple Object Access Protocol • WSDL. The Web Services Description Language • UDDI. Universal Description, Discovery and Integration • Security protocols (SAML, XKMS, …) A major application of Web services is systems integration, one of the major activities performed in systems development. The concept of components is based on the idea of gluing them together. Applications need to be integrated with databases and with other applications, users need to interface with data warehouses, business partner applications and databases must communicate, etc.

  15. System Development Alternatives • End-User Development:Let users build their own systems • Outsourcing:Outsource the entire systems development process • Purchasing:(“Themake-or-buy decision”)Let users use off-the-shelf software packages. • Utility computing,consists of a virtualized pool of “self-managing” IT resources (computing power and storage capacity) that can be dynamically allocated for any application Many organizations are using approaches that shift the construction of systems from their information systems department to others.

  16. System Development Alternatives The buy decision

  17. E-Business Application Development • There are several options for developing e-business (e-biz) applications: • Buying an existing package can be cost-effective and timesaving in comparison to in-house application development. • Leasing is advantageous over buying in those cases where extensive maintenance is required, or where the cost of buying is very high. • Develop in-house. • Build from scratch. • Build from components. • Enterprise application integration The diversity of e-business models and applications, which vary in size from a small store to a global exchange, requires a variety of development methodologies and approaches.

  18. Finally - Plan the Project List the Activities, Events & Milestones that make up the Project. • Installing a new Business System • Order signed • Cabling installed • Equipment delivered • Data conversion • End-user training • …

  19. Evaluasi • Jelaskan apa yang dimaksud dengan konsep SDLC? • Jelaskan bagaimana metode prototyping dilakukan?

  20. Referensi • Kadir, Abdul, 2003, Pengantar Sistem Informasi, Andi Offset. • Turban, McLean, and Wetherbe, 1999, Information Technology for Management, 4th Ed, John Wiley and Son.

More Related