Irwan Kristanto Julistiono
Faculty of Industrial Technology, Petra Christian University

Published : 3 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 3 Documents
Search

PENGGUNAAN KONEKSI CORBA DENGAN PEMROGRAMAN MIDAS MULTI-TIER APPLICATION DALAM SISTEM RESERVASI HOTEL Julistiono, Irwan Kristanto; Lamidjan, Hendra
Jurnal Informatika Vol 2, No 1 (2001): MAY 2001
Publisher : Institute of Research and Community Outreach - Petra Christian University

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (319.274 KB) | DOI: 10.9744/informatika.2.1.pp. 44-50

Abstract

This paper is made from a multi-tier system using corba technology for hotel reservation program for web browser and also client program. Client software is connected to application server with Corba Connection and client and application server connect to SQL server 7.0. via ODBC. The are 2 types of client: web client and delphi client. In making web browser client application, we use delphi activex from technology, in where in this system made like making the regular form, but it has shortage in integration with html language. Multi-pier application using corba system generally has another profit beside it could be developed, this system also stake with multi system database server, multi middle servers and multi client in which with these things all the system can system can be integrated. The weakness of this system is the complicated corba system, so it will be difficult to understand, while for multi-tier it self need a particular procedure to determine which server chossed by the client. Abstract in Bahasa Indonesia : Pada makalah ini dibuat suatu sistem multi-tier yang menggunakan teknologi CORBA untuk program reservasi hotel baik dengan web browser maupun program client. Perangkat lunak yang dipakai sebagai database server adalah SQL server 7.0. Program Client Delphi melalui Corba Connection akan dihubungkan ke Aplikasi server. Dan melalui ODBC Aplikasi Server akan dihubungkan ke SQL Server 7.0. Ada dua buah aplikasi client yaitu yang menggunakan lokal network dan yang menggunakan global network/web browser. Pada pembuatan aplikasi client untuk web browser. Digunakan teknologi activex form pada delphi dimana sistem ini dibuat seperti membuat form biasa, hanya saja memiliki kekurangan pada integrasi dengan bahasa html. Penggunaan sistem multi-tier dengan Corba ini secara umum memiliki keuntungan selain dapat dikembangkan lebih lanjut juga sistem ini dirancang dengan sistem multi database server, multi midle server, dan multi client dimana dengan hal ini seluruh sistem dapat terkait menjadi satu. Kelemahan sistem ini adalah struktur sistem corba yang rumit sehingga sulit dipahami, sedangkan untuk multi tier itu sendiri dibutuhkan suatu prosedur tersendiri untuk menentukan server mana yang menjadi pilihan dari client. Kata kunci: CORBA, multi tier
OPTIMASI POLA PENYUSUNAN BARANG DALAM RUANG TIGA DIMENSI MENGGUNAKAN METODE GENETIC ALGORITHMS Gunadi, Kartika; Julistiono, Irwan Kristanto; Hariyanto, Beny
Jurnal Informatika Vol 4, No 1 (2003): MAY 2003
Publisher : Institute of Research and Community Outreach - Petra Christian University

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (60.288 KB) | DOI: 10.9744/informatika.4.1.pp. 13-17

Abstract

The good arrangement pattern in the three dimension space, for example container, must be made as optimal as possible to keep the dispatch cost down. Genetic algorithms as the solution search methods which depends on the natural selection to get an individual with the best gene arrangement, is able to give the solution towards how the good arrangement pattern is optimized through iteration process until some generations with reproduction, crossover, and mutation operators. By inserting some input such as the space and goods specification, and the probability of the three genetic algorithms operator, the optimization process will look for the good arrangement pattern based on fitness or the best grade, that is the fewer empty space left. Abstract in Bahasa Indonesia : Pola penyusunan barang dalam ruang tiga dimensi, contohnya kontainer, harus bisa seoptimal mungkin untuk menekan biaya pengiriman dalam berbisnis. Algoritma genetik sebagai metode pencarian solusi yang berpatokan pada seleksi alam untuk mendapatkan sebuah individu dengan susunan gen-gen terbaik, mampu memberikan solusi bagaimana pola susunan barang dioptimalkan melalui proses iterasi sampai beberapa generasi dengan operatornya yaitu reproduksi, pindah silang, dan mutasi. Dengan memasukkan inputan berupa spesifikasi ruang dan barang beserta probabilitas ketiga operator algoritma genetik, proses optimasi akan menemukan pola susunan barang berdasarkan fitness atau nilai terbaik, yaitu semakin sedikit ruang kosong yang tersisa. Kata kunci: optimasi, penyusunan barang, algoritma gemetik.
PENERAPAN ARSITEKTUR MULTI-TIER DENGAN DCOM DALAM SUATU SISTEM INFORMASI Gunadi, Kartika; Julistiono, Irwan Kristanto; Tantama, Heliman Prasetya
Jurnal Informatika Vol 2, No 2 (2001): NOVEMBER 2001
Publisher : Institute of Research and Community Outreach - Petra Christian University

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (131.668 KB) | DOI: 10.9744/informatika.2.2.pp. 62-67

Abstract

Information System implementation using two-tier architecture result lack in several critical issues : reuse component, scalability, maintenance, and data security. The multi-tiered client/server architecture provides a good resolution to solve these problems that using DCOM technology . The software is made by using Delphi 4 Client/Server Suite and Microsoft SQL Server V. 7.0 as a database server software. The multi-tiered application is partitioned into thirds. The first is client application which provides presentation services. The second is server application which provides application services, and the third is database server which provides database services. This multi-tiered application software can be made in two model. They are Client/Server Windows model and Client/Server Web model with ActiveX Form Technology. In this research is found that making multi-tiered architecture with using DCOM technology can provide many benefits such as, centralized application logic in middle-tier, make thin client application, distributed load of data process in several machines, increases security with the ability in hiding data, dan fast maintenance without installing database drivers in every client. Abstract in Bahasa Indonesia : Penerapan sistem informasi menggunakan two-tier architecture mempunyai banyak kelemahan : penggunaan kembali komponen, skalabilitas, perawatan, dan keamanan data. Multi-tier Client-Server architecture mempunyai kemampuan untuk memecahkan masalah ini dengan DCOM teknologi. Perangkat lunak ini dapat dibuat menggunakan Delphi 4 Client/Server Suite dan Microsoft SQL Server 7.0 sebagai perangkat lunak database. Aplikasi program multi-tier ini dibagi menjadi tiga partisi. Pertama adalah aplikasi client menyediakan presentasi servis, kedua aplikasi server menyediakan servis aplikasi, dan ketiga aplikasi database menyediakan database servis. Perangkat lunak aplikasi multi-tier ini dapat dibuat dalam dua model, yaitu client/server windows model dan client/server web model dengan activeX Form teknologi. Pada penelitian ini ditemukan bahwa pembuatan arsitektur multi-tier dengan DCOM teknologi memiliki banyak keuntungan seperti, memusatkan logika aplikasi pada middle-tier, membuat thin client aplikasi, mendistribusikan beban proses data pada beberapa mesin, meningkatkan keamanan dengan kemampuan menyembunyikan data, cepatnya perawatan dengan tanpa instalasi database driver pada setiap client. Kata kunci: multi-tier clien-server, architecture, DCOM, active form.