Content Supported by Sourcelens Consulting

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
<title>Island Hopper News Sample</title>
<META NAME="DESCRIPTION" CONTENT=" ">
<META NAME="MS.LOCALE" CONTENT="EN-US">
<META NAME="MS.HAID" CONTENT="islandhopperc">
<LINK REL=stylesheet TYPE="text/css" HREF="msdn.css">
</HEAD>
<BODY>
<FONT FACE="Verdana, arial">
<h1><a name="veovrislandhoppernewssample"></a>Island Hopper News Sample</h1>
</FONT>
<FONT FACE="Verdana, arial" SIZE=2>
<p>
&nbsp;&nbsp;&nbsp;</p>
<p>
The Visual Studio 6.0 sample application, Island Hopper News, illustrates how you can design and structure applications using the Microsoft platform and the Visual Studio suite.</p>
<p>
Island Hopper News is a fictitious online newspaper, designed to be published on the World Wide Web. It features local, national, and international news; local sports; and local classified ads. Only part of the Island Hopper News application is implemented as the Visual Studio 6.0 sample application: the classified ad section. Not all the functionality you might want or expect is present. The sample was implemented this way to provide the best example for you -- the parts from which you can extrapolate to build an application that suits your own needs and purposes.</p>
<p>
The sample is available in two different versions, called &quot;levels.&quot; Each level corresponds to a different user skill set and level of experience. Level A is a small-scale version of the application, suitable for a company intranet. Level C is an enterprise-scale version of the application, suitable for the Internet. Both levels include client applications, business and data access components, and databases.</p>
<p>
You can install and work with either level of the sample. Level C builds upon the knowledge and skills demonstrated in level A.</p>
<p>
The sample is shipped on the MSDN Library CD. You can find it in Disk1\Samples\Vs98. To copy the files for the sample to your local drive, run the MSDN Library Setup program, choose the Custom install option, and select the Island Hopper Samples checkbox.</p>
<P>
The sample requires Microsoft Windows NT version 4, SP 3 or higher.</P>
</FONT>
<FONT FACE="Verdana, arial">
<h2>Island Hopper News, Level A</h2>
</FONT>
<FONT FACE="Verdana, arial" SIZE=2>
<p>
Choose this level if you want to see the most basic form of the Island Hopper News classified ads application. Level A is a simple application that allows you to browse and place classified ads.</p>
</FONT>
<FONT FACE="Verdana, arial">
<h3>Technologies</h3>
</FONT>
<FONT FACE="Verdana, arial" SIZE=2>
<p>
Level A is a client/server application with two front ends, or clients: a traditional Windows client developed using Visual Basic, and a Web client developed with Visual InterDev. In level A, classified ads data is stored in a Jet database (the engine used with Microsoft Access) with a file extension of .mdb. Level A also includes simple use of Component Object Model (COM) components to illustrate the encapsulation of business rules. The components were developed using Visual Basic.</p>
</FONT>
<FONT FACE="Verdana, arial">
<h3>Installation</h3>
</FONT>
<FONT FACE="Verdana, arial" SIZE=2>
<p>
Installation and configuration instructions for level A of Island Hopper News are available in the <A HREF="samplea\readmea.htm">readme file</A> for level A. You can find this file in either of two places:
<ul>
<li>
If you have not copied the sample files from the MSDN Library CD to your local drive, look on the MSDN Library CD in Disk1\Samples\VS98\samplea\readmea.htm.<br><br></li>
<li>
If you have copied the sample files from the MSDN Library CD to your local drive, look in Program Files\Microsoft Visual Studio\MSDN98\98VS\1033\Samples\VS98\SampleA\readmea.htm.</li>
</ul>
</FONT>
<FONT FACE="Verdana, arial">
<h2>Island Hopper News, Level C</h2>
</FONT>
<FONT FACE="Verdana, arial" SIZE=2>
<p>
Choose this level if you want to see how to transition an internal Web application to an external public Internet application. Level C illustrates how Island Hopper Publishing (the parent company of Island Hopper News) moved its classified ads application to its external web site. Level C builds in the concepts of customer and invoice tracking to support classified ads (and other parts of the company's line of business). For purposes of the sample, only a slice of a fully developed working application is shown -- the parts that comprise the classified ads function.</p>
</FONT>
<FONT FACE="Verdana, arial">
<h3>Technologies</h3>
</FONT>
<FONT FACE="Verdana, arial" SIZE=2>
<p>
Level C is a complete enterprise application that makes full use of Microsoft Transaction Server (MTS), the Internet Information Server (IIS), and SQL Server. Like Level A, Level C is a client/server application with two clients: a traditional Windows client developed using Visual Basic, and a Web client developed with Visual InterDev. In Level C, however, each client serves a different user:
<ul>
<li>
Island Hopper Publishing company employees use the Windows client to maintain customer records, track invoices, and track payments.<br><br></li>
<li>
Island Hopper Publishing customers use the Web client to browse and place classified ads in Island Hopper News.</li>
</ul>
<p>
Level C demonstrates more complex use of COM components for encapsulation of business rules and data access. Many of the components were developed using Visual Basic; some were developed using Visual C++.</p>
</FONT>
<FONT FACE="Verdana, arial">
<h3>Installation</h3>
</FONT>
<FONT FACE="Verdana, arial" SIZE=2>
<p>
Installation and configuration instructions for level C of Island Hopper News are available in the <A HREF="samplec\readmec.htm">readme file</A> for level C. You can find this file in either of two places:
<ul>
<li>
If you have not copied the sample files from the MSDN Library CD to your local drive, look on the MSDN Library CD in Disk1\Samples\VS98\samplec\readmec.htm.<br><br></li>
<li>
If you have copied the sample files from the MSDN Library CD to your local drive, look in Program Files\Microsoft Visual Studio\MSDN98\98VS\1033\Samples\VS98\SampleC\readmec.htm.</li>
</ul>
</BODY>
</HTML>