User login

Navigation

Archives

January 2009
SunMonTueWedThuFriSat
123
45678910
11121314151617
18192021222324
25262728293031

Recent comments

  • Good
    31 weeks 5 days ago

Poll

Contact


www.kangmaman.com
YM: uwa_maman@yahoo.com
email: kangmaman@gmail.com


Blogs

Codegear, Codeblocks, Codegear, Codeblocks...

Tiap hari menghitung kancing: Codegear (C++ Builder), Codeblocks (GCC)... Codegear, Codeblocks... Kalau saya pilih, codegear, maka saya akan mendapatkan kenyamanan karena kecanggihan teknologi VCL-nya yang sangat memanjakan untuk pemrograman GUI. Akan tetapi, sy akan semakin terjebak dalam ’dunia microsoft’. Kenyamanan lain adalah, kecanggihan IDE (integrated development environment) made-in Borland yang sangat sophisticated, terutama fasilitas debugging nya...

Makan Secara Lebih Baik

  • Makanlah di meja makan.
  • Jangan makan sambil menyetir, nonton teve, atau sambil berbicara di telepon.

Virtual, methods, Override, Hiding, Overload

Virtual and dynamic methods

To make a method virtual or dynamic, include the virtual or dynamic directive in its declaration. Virtual and dynamic methods, unlike static methods, can be overridden in descendant classes. When an overridden method is called, the actual (runtime) type of the class or object used in the method call--not the declared type of the variable--determines which implementation to activate.

On Going Development...

On Going Development ... (Rush & Busy Hours....)

  • Porting IBS (Integrated Banking System - ClientServer Model) to CBS (Core Banking System - Application Server Model). Using SOAP Web-Service Technology.
  • Porting ATM Controller from C++ Borland-Style to C++ Multi-Platform-Style using open source boost library, GCC and CodeBlocks.
  • Porting mSwitch (ISO-8583 Multi-Switch) from C++ Borland-Style to C++ Multi-Platform-Style using open source boost library, GCC and
    CodeBlocks.
  • Developing EDC (Electronic Data Capture) application for Online Payment using GPRS (VPN-IP).
  • Developing ’Laporan Harian Koperasi Simpan Pinjam - LHKSP’ for Dekopin - PT Reksa Madani.

That’s all, folks.

Little note about 'Visibility of class members'

Members at the beginning of a class declaration that don’t have a specified visibility are by default published, provided the class is compiled in the {$M+} state or is derived from a class compiled in the {$M+} state; otherwise, such members are public.

Update your ISAPI app on the fly without bringing down IIS

Original article: http://delphicikk.atw.hu/listaz.php?id=2460&oldal=53

Everyone developing ISAPI apps runs into the problem when they have to update the customers ISAPI app you wrote... you have to stop their web server. Also when creating your ISAPI apps, you have to kill IIS or sometimes it wont die and you have to reboot. I have solved this problem !!

Answer:

Running ISAPI on IIS and APACHE Windows XP


Databases - Delphi Web Servers

The purpose of a Web Server is to generate a web page (html)= that is displayed in a regular web browser.
A CGI Web Server is an *.= exe file - ISAPI and NSAPI Web Servers are *.dll files.

Designing Web Service with REST (makhluk apa lagi REST ini)

REST is an acronym for Representational State Transfer. REST can be described as an architectural style (not a standard) of networked systems. This architecture is vastly becoming popular with Web services. The underlying protocol which is used with web services is http and the distributed systems are connected through the web (internet). REST is an alternative architectural style to SOAP (Simple Object Access Protocol) which instantly gained popularity with the advent of web services and is the widely used standard for web services data transfer.

Three-Tier Application Concept

’Three-tier’ is a client-server architecture in which the user interface, functional process logic ("business rules"), computer data storage and data access are developed and maintained as independent modules, most often on separate platforms.

The three-tier model is considered to be a software architecture and a software design pattern.

Masa Depan, bukan Web Site, tapi Web Service!!

Solusi ’gampangan’ yang sering dilontarkan untuk implementasi sistem ’online’ dengan ’remote-data’ via internet adalah dengan solusi aplikasi ’web-based’. Pemahaman ini sungguh sudah sangat ’meracuni’ berbagai pihak. Sesungguhnya, aplikasi web-based mempunyai banyak kekurangan, apalagi untuk digunakan dalam aplikasi-aplikasi bisnis yang bersifat transaksional, seperti misalnya lembaga keuangan. Berikut adalah pertimbangan-pertimbangan, mengapa aplikasi web-based bukan merupakan solusi yang tepat:

Shout Box

kangmaman: Silahkan masukkan pesan dan kesan anda disini (tapi anda harus terdaftar terlebih dahulu)
masjito: punten nge-tes heula nya ...
Login or register to post shouts
Syndicate content

Powered by and Designed by kangmaman