Advertisement
2002VB Complete Applications #20160

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

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

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
<p><font face="verdana,arial" size="1">Dear Friends,</font></p>
<p><font face="verdana,arial" size="1">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 <b>Application
Server</b> is becoming so hot. </font><font face="verdana,arial" size="1">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.</font></p>
<p><font face="verdana,arial" size="1">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.<br>
<br>
In this case, we are creating an Application Server that supports COM interface.
After reading this, you can</font></p>
<ul>
 <li><font face="verdana,arial" size="1">Get an idea about Application Servers.</font></li>
 <li><font face="verdana,arial" size="1">Create and use your own COM based Application Servers.</font></li>
 <li><font face="verdana,arial" size="1">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)</font></li>
 <li><font face="verdana,arial" size="1">See how to integrate additional logic (say your existing
 business COM objects) using our Application Server</font></li>
</ul>
<p><font face="verdana,arial" size="1">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.)</font></p>
<p><font face="verdana,arial" size="1">Always ur's Anoop, <a href="mailto:anoopj13@yahoo.com">anoopj13@yahoo.com</a></font></p>
<p> </p>
Original Comments (3)
Recovered from Wayback Machine