ctrlnum 125182
fullrecord <?xml version="1.0"?> <dc schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd"><title>Penerapan teknik aspect oriented programming dengan studi kasus: sistem card fraud monitoring</title><creator>Nugroho Gito Prasojo</creator><type>Thesis:Masters</type><place/><publisher>Fakultas Ilmu Komputer Universitas Indonesia</publisher><date>2005</date><description>[Aspect Oriented Programming (AOP) dikemukakan oleh Tim Xerox PARC dibawah pimpinan Gregor Kiczales, dimana teknik ini mencoba untuk mengidentifikasi cross cutting code yang tersebar di dalam banyak class di kelompokkan menjadi sebuah aspect, dimana aspect ini akan di injeksikan ke dalam titik perpotongan (point cut) didalam class, tanpa class tersebut mengetahuinya. Keuntungan yang didapat dari teknik ini adalah mengurangi tangled code dan membuat code lebih fokus pada core concern, dan membuat sistem dapat lebih adaptif terhadap perubahan dengan memperkenalkan aspect baru tanpa merubah code yang telah ada. Proyek akhir ini memfokuskan pada pembuatan mini AOP framework yang di sebut dengan MTIUI.Aop, dan di terapkan dalam sistem Card Fraud Monitoring (CFM). CFM adalah aplikasi bertugas untuk melakukan preotorisasi transaksi berbasis kartu dan melakukan pencegahan fraud berdasarkan pola transaksi nasabah. Menggunakan prinsip dasar AOP, proyek akhir ini akan melakukan analisa aspect oriented terhadap sistem berbasis object oriented, untuk kemudian dilakukan perubahan struktur sistem agar aspect oriented dapat diterapkan tanpa mengubah perilaku fungsional sistem. ;Aspect Oriented Programming was originated from Xerox Palo Alto Research Center (PARC) team lead by Gregor Kiczales. This technique tries to identify cross cutting code that span in all class, and group them together in an aspect, where later this aspect will be injected to a point cut inside the class, without the class have any knowledge of the injection. Important benefit from this technique is reducing tangled code and focusing code mainly to core concern, and change the system structure to become more adaptive to changes by introducing new aspects without changing existing code. This final project primary focus on the creation of mini AOP framework called MTIUI.Aop, and applying the framework to Card Fraud Monitoring system (CFM). CFM is an application that does the card based transaction preauthorization to prevent fraud based on customer transaction behavior. By using AOP principles, this final project will do an aspect oriented analysis from an object oriented system. The structural change on the sistem will be applied to allow aspect oriented behavior inside the system, without changing its functional behavior. , Aspect Oriented Programming was originated from Xerox Palo Alto Research Center (PARC) team lead by Gregor Kiczales. This technique tries to identify cross cutting code that span in all class, and group them together in an aspect, where later this aspect will be injected to a point cut inside the class, without the class have any knowledge of the injection. Important benefit from this technique is reducing tangled code and focusing code mainly to core concern, and change the system structure to become more adaptive to changes by introducing new aspects without changing existing code. This final project primary focus on the creation of mini AOP framework called MTIUI.Aop, and applying the framework to Card Fraud Monitoring system (CFM). CFM is an application that does the card based transaction preauthorization to prevent fraud based on customer transaction behavior. By using AOP principles, this final project will do an aspect oriented analysis from an object oriented system. The structural change on the sistem will be applied to allow aspect oriented behavior inside the system, without changing its functional behavior. ]</description><subject>Object-oriented programming (Computer science)--Software</subject><identifier>125182</identifier><source>http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-HA.pdf</source><source>http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan tekni-Abstrak.pdf</source><source>http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Literatur.pdf</source><source>http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Kesimpulan.pdf</source><source>http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Bibliografi.pdf</source><source>http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Pendahuluan.pdf</source><source>http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Lampiran.pdf</source><source>http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Analisis.pdf</source><recordID>125182</recordID></dc>
format Thesis:Masters
Thesis
Thesis:Doctoral
author Nugroho Gito Prasojo
title Penerapan teknik aspect oriented programming dengan studi kasus: sistem card fraud monitoring
publisher Fakultas Ilmu Komputer Universitas Indonesia
publishDate 2005
topic Object-oriented programming (Computer science)--Software
url http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-HA.pdf
http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan tekni-Abstrak.pdf
http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Literatur.pdf
http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Kesimpulan.pdf
http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Bibliografi.pdf
http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Pendahuluan.pdf
http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Lampiran.pdf
http://lib.ui.ac.id/file?file=digital/125182-PA-77-Penerapan teknik-Analisis.pdf
contents [Aspect Oriented Programming (AOP) dikemukakan oleh Tim Xerox PARC dibawah pimpinan Gregor Kiczales, dimana teknik ini mencoba untuk mengidentifikasi cross cutting code yang tersebar di dalam banyak class di kelompokkan menjadi sebuah aspect, dimana aspect ini akan di injeksikan ke dalam titik perpotongan (point cut) didalam class, tanpa class tersebut mengetahuinya. Keuntungan yang didapat dari teknik ini adalah mengurangi tangled code dan membuat code lebih fokus pada core concern, dan membuat sistem dapat lebih adaptif terhadap perubahan dengan memperkenalkan aspect baru tanpa merubah code yang telah ada. Proyek akhir ini memfokuskan pada pembuatan mini AOP framework yang di sebut dengan MTIUI.Aop, dan di terapkan dalam sistem Card Fraud Monitoring (CFM). CFM adalah aplikasi bertugas untuk melakukan preotorisasi transaksi berbasis kartu dan melakukan pencegahan fraud berdasarkan pola transaksi nasabah. Menggunakan prinsip dasar AOP, proyek akhir ini akan melakukan analisa aspect oriented terhadap sistem berbasis object oriented, untuk kemudian dilakukan perubahan struktur sistem agar aspect oriented dapat diterapkan tanpa mengubah perilaku fungsional sistem. ;Aspect Oriented Programming was originated from Xerox Palo Alto Research Center (PARC) team lead by Gregor Kiczales. This technique tries to identify cross cutting code that span in all class, and group them together in an aspect, where later this aspect will be injected to a point cut inside the class, without the class have any knowledge of the injection. Important benefit from this technique is reducing tangled code and focusing code mainly to core concern, and change the system structure to become more adaptive to changes by introducing new aspects without changing existing code. This final project primary focus on the creation of mini AOP framework called MTIUI.Aop, and applying the framework to Card Fraud Monitoring system (CFM). CFM is an application that does the card based transaction preauthorization to prevent fraud based on customer transaction behavior. By using AOP principles, this final project will do an aspect oriented analysis from an object oriented system. The structural change on the sistem will be applied to allow aspect oriented behavior inside the system, without changing its functional behavior. , Aspect Oriented Programming was originated from Xerox Palo Alto Research Center (PARC) team lead by Gregor Kiczales. This technique tries to identify cross cutting code that span in all class, and group them together in an aspect, where later this aspect will be injected to a point cut inside the class, without the class have any knowledge of the injection. Important benefit from this technique is reducing tangled code and focusing code mainly to core concern, and change the system structure to become more adaptive to changes by introducing new aspects without changing existing code. This final project primary focus on the creation of mini AOP framework called MTIUI.Aop, and applying the framework to Card Fraud Monitoring system (CFM). CFM is an application that does the card based transaction preauthorization to prevent fraud based on customer transaction behavior. By using AOP principles, this final project will do an aspect oriented analysis from an object oriented system. The structural change on the sistem will be applied to allow aspect oriented behavior inside the system, without changing its functional behavior. ]
id IOS18069.125182
institution Universitas Indonesia
institution_id 51
institution_type library:university
library
library Perpustakaan Universitas Indonesia
library_id 492
collection Repository Disertasi (Open) Universitas Indonesia
repository_id 18069
city KOTA DEPOK
province JAWA BARAT
repoId IOS18069
first_indexed 2022-12-14T04:26:11Z
last_indexed 2022-12-14T04:26:11Z
recordtype dc
merged_child_boolean 1
_version_ 1752200681745285120
score 17.538404