##############################################################################
#   Comparatio Web-Business Application                                      #
#   Copyright (C) 2008-2009 Comparatio USA, LLC                              #
#   All rights reserved.                                                     #
#                                                                            #
#   Comparatio USA, LLC                                                      #
#   4517 Minnetonka Blvd. Suite 303                                          #
#   St. Louis Park, MN 55416, USA                                            #
#   Phone   : 952-926-5500                                                   #
#   Fax     : 952-926-5501                                                   #
#   Email   : info@comparatio.com                                            #
#   www.comparatio.com                                                       #
##############################################################################


<License>
    This program is free software: you can redistribute it and/or modify it 
    under the terms of the GNU General Public License as published by the Free 
    Software Foundation, either version 3 of the License, or (at your option) 
    any later version.
    
    This program is distributed in the hope that it will be useful, but 
    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
    or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 
    for more details.
    
    You should have received a copy of the GNU General Public License along 
    with this program. If not, see <http://www.gnu.org/licenses/>.
    
    Even though this framework is free for personal use please note that 
    you are required to obtain a commercial license to use this framework 
    for commercial purposes. Please contact Comparatio for further questions.


<Components Included>
    1. Binaries
    - PublicWebClient/webserver
        - fileManagement/index.html : Wrapper HTML file generated by Flex
        - fileManagement/index.swf  : Compiled binary for WebClient
        - wrapper/index.html        : Custom wrapper HTML file
        - crossdomain.xml           : Cross-domain file for WebServer
        - sqlite3.dll               : SQLite library
        - WebServer.exe             : Executable for WebServer
        - WebServer.ini             : Configuration file for WebServer
    
    2. Web Client Source Codes
    - PublicWebClient/src/com/comparatio/webclient
        - components                : Main GUI Package
        - components/templates      : Template GUI Package
        - constants                 : Constant Package
        - controls                  : Main Control Package
        - controls/templates        : Template Control Package
        - preloader                 : Custom Pre-Loader Package
        - service                   : HTTP Service Package
        - sql                       : SQL Provider Package
        - index.mxml                : Main Flex application
    
    3. Database (SQLite)
    Default: SQLite
    Optional: MySQL, MSSQL, Oracle, Sybase, FireBird, PostgreSQL, and etc.
    - PublicWebClient/database
        - file_management.db        : SQLite Database File
        - file_management.sql       : SQL Dump File
        - sqlite3.exe               : SQLite Executable


<Instruction to run this demo>
    1. Start WebServer.
    - Open WebServer.ini file in PublicWebClient/webserver/WebServer.ini.
    - Set a port number for WebServer. (port=8080)
    - Run WebServer.exe in PublicWebClient/webserver/WebServer.exe.
    
    2. Open a browser such as FireFox or IE.
    - Type http://localhost:8080/fileManagement/ in your browser.
    - Please use "admin" as user name and "demo" as password to login.
    - Have fun and enjoy Comparation Web-Business application.


