Joćo Kramer's Home Page - ASP components
| Component | Brief description |
| jk50conn | If you want to multiplex some databases connections over hundreds of users then you musth take a look at this component. Its main purpose is to cache databases connections. FREE!!! (Code: ASP 2.0 & VBScript) |
| DontMixHtmlAndAsp | This component is a framework that helps you to organize your ASP code and don't mix it with HTML. FREE !!! (Code: ASP 2.0 & VBScript) |
In order to develop COM components I first
had to learn COM so I bought a book called Inside
COM. It was a good book but I only managed to read it until chapter 7 mainly
because the author used C++ in his examples (a language that I had never worked
before, but not soo difficult). After chapter 7 he started to talk about the
threading models and how one component could use another's functionallity and I
got very confused. At this point I already knew what a COM component was and
what were its main features. Despite of my difficulties I found it a very good
book and learned a lot about COM form the basics.
After discovering COM's mistery I tried to make one
using Delphi. It was really a pain! At this time I discovered another book ,Delphi
COM programming , that explained how to make COM components using Delphi.
This book showed me how to work with interfaces and what was the difference
between using it and classes
My first components was the connection
server and then I did the HTML
formater.
Last modified 19/09/2000