1 / 24

Pemrograman Berbasis Komponen

Pemrograman Berbasis Komponen. Antonius Rachmat C, S.Kom, M.Cs Yuan Lukito, S.Kom. Bagian 2 component oriented programming. Component Oriented Programming (COP). Pemrograman Berorientasi Komponen Komponen sebagai sudut pandang utama

ronny
Télécharger la présentation

Pemrograman Berbasis Komponen

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. Pemrograman Berbasis Komponen Antonius Rachmat C, S.Kom, M.Cs Yuan Lukito, S.Kom

  2. Bagian 2component oriented programming

  3. Component Oriented Programming (COP) • Pemrograman Berorientasi Komponen • Komponen sebagai sudut pandang utama • Program tersusun dari komponen-komponen yang saling terhubung dalam hubungan yang terdefinisi dengan baik, dapat digunakan ulang dan saling independen satu sama lain

  4. Kenapa COP Penting ?

  5. Kenapa COP Penting ?

  6. Kenapa COP Penting Black Box Grey Box White Box

  7. Kenapa COP Penting ? • Perkembangan software yang semakin kompleks, butuh teknik untuk mengatasi kompleksitas tersebut • Menangani perubahan sesuai kebutuhan • Penggunaan ulang untuk mengurangi waktu pengembangan

  8. Komponen Itu Apa ? • A software component is a piece of self-contained, self-deployable computer code with well-defined functionality and can be assembled with other components through its interface.

  9. Komponen Itu Apa ? • Self contained • Self deployable • Well-defined functionality • Can be assembled through its interface

  10. Komponen Itu Apa ?

  11. Komponen Itu Apa ?

  12. Komponen Itu Apa ? Network GTalk Pidgin IM YM! XML MSN

  13. Contoh Komponen • JavaBeans dan EJB (Sun Microsystem) • COM, DCOM, ActiveX dan .Net Component (Microsoft) • Corba (OMG) • XPCOM (Mozilla) • VCL, CLX dan LCL (Borland) • UNO (OpenOffice.org) • Dan lainnya …

  14. PerkembanganParadigmaPemrograman • Structured Programming (SP) • Pemecahan program menjadifungsi-fungsi • Object Oriented Programming (OOP) • Object sebagaipenyusun program • Component Oriented Programming (COP) • Program tersusundarikomponen

  15. SP vs OOP vs COP

  16. SP vs OOP vs COP

  17. SP vs OOP vs COP

  18. SP vs OOP vs COP

  19. SP vs OOP vs COP

  20. SP vs OOP vs COP

  21. COP vs OOP

  22. COP vs OOP

  23. Ada Pertanyaan ?

  24. MateriBerikutnyaPengantar Design Pattern(Strategy dan Observer Pattern)

More Related