Tuesday, September 21, 2010

REMOTE WEBBEX

REMOTE WEBBEX

The project aims at facilitating the website programmer a framework where he can create web pages dynamically. Our framework takes input from an xml in which the user requirements is specified in user tags. We will pass this xml file and based on the info we will create the pages needed. The project will be implemented as follows. Initially we create a website. A user who needs to use our facility needs to register with our site. Once that is done he can login and upload an xml file or use the settings page to his requirements, and once he submits it, a folder is created and provided to him. He can download the folder and can use the files for his application.
Modules
1. Administrator Module

• Create HTML file
This module takes input from an xml in which the user requirements is specified in user tags. We will pass this xml file and based on the info we will create the pages needed.
• Convert XML to Sql Database

This module convert XML file to Sql Database
Create .cs file
In this Module administration will add necessary c# coding. Like insert, delete, update and search operations

2. User Module

• User Creation

The module helps in registration of the prospective customers with the system. The customer has to register with site to get a login

• Upload XML File

In this module user can upload XML file

• Down Load HTML File

In this module user can download HTML files

No comments:

Post a Comment