Search Tools Links Login

Tutorial On Application Severs: Develop Killer Web Applications In VB..


Visual Basic 6, or VB Classic

This Tutorial will teach you the Ins and outs of creating custom Application Servers. Get the power to make true killer VB web applications, and give more scalability to your existing applications.

If you are new to the term 'Application Server', just consider that it is an application that runs between a thin front end (in this case the web browser) and back end servers: After reading this article, you can

(a) Understand what is an 'Application Server'

(b) Create an Application Server, with a general
handler

(c) Extend the Application Server with additional logic.(In this case, a 'Banner Creator', which can create Banners with respect to user requests, and writes the picture back to them)

Also, kindly VOTE for me, if you find it interesting..b'coz I took 6-7 solid hours to write it

Your's Anoop M Nedumkunnam

Original Author: Anoop Madhusudanan

Code

Dear Friends,


Kindly see the attached ZIP for the article and associated projects. Anyway, here is a short introduction. As you know, now a days, the term Application
Server
is becoming so hot.
An Application Server
is a software that runs on the middle layer. I mean; it runs between a thin front end (in this case the web browser) and
back end servers.


Most Application Servers rely on Internet Servers, to pass
information/data to clients on the web. Application Servers are expected to support COM (Component Object Model) and/or CORBA (Common
Object Request Broker Architecture) frameworks.



In this case, we are creating an Application Server that supports COM interface.
After reading this, you can



  • Get an idea about Application Servers.

  • Create and use your own COM based Application Servers.

  • Write directly to RESPONSE object from
    a COM component (Got it? Instead of passing a value back to a variable in ASP to write it to response object, write
    directly to response object from your component)

  • See how to integrate additional logic (say your existing
    business COM objects) using our Application Server


Also, if you are the CEO of an IT/Web
company, don't forget to read about my ventures in the preface section
:-).?á OOPS, forgot to tell all of you one thing; VOTE for me please,
because I took nearly 6-7 hours to write this completely :-) (ofcourse, the brain work is extra.lol.)


Always ur's Anoop, anoopj13@yahoo.com



About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 95 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD1088110222000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 14,756 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.