|


Rent Centric designed and
developed Auto Rent Tracker, to be a scalable/flexible
3-tier software based on standard Microsoft protocols such
as COM and .NET
Framework, which is organized into three major parts
for easy and concise development. A 3-tier application
uses the client/server computing model. Each part has been
constructed concurrently for different functional
purposes. This model is recognized as being ideal for
enterprise deployment, due to the programming flexibility
that it affords. From a programmers perspective existing
applications or critical code can be permanently or
temporarily retained and encapsulated within exisiting
components or .NET
framework as new ones are being created allowing the
application to evolve for meeting new business opportunity
needs.
 |
Layer
I - User interface |
 |
| The user interface
contains the ASP and ASP.NET
which provides the rich graphical user interface
(GUI) and application-specific entry forms or
interactive windows. In order to serve these pages
Auto Rent Tracker utilizes a built in Webserver
using a single stand alone .NET
enabled Web server compatible with any Windows
operating system or standard Microsoft web servers
such as Windows 2000 or 2003 Server. |
 |
Layer
II - Business Application |
 |
| Business logic is located
directly on the server. To perform these processes
Auto Rent Tracker utilizes COM(Component Object
Model) Business Object Model in VB6 and VB.NET DLL
technology for serving responses to client
requests. Therefore determines the logic
functions. |
 |
Layer
III - Database |
 |
| The database is based on
Microsoft renowned SQL Server 2000 Engine which is
based on core SQL Server technology. SQL Server
2000 has demonstrated its reliability in providing
the underlying processor query capability for
global web-based enterprise such as that delivered
by Barnes & Nobel.
|
|