Free Academic Seminars And Projects Reports

Full Version: NETWORK COMPONENT DEVELOPMENT FOR XML DOCUMENT MIGRATION.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
NETWORK COMPONENT DEVELOPMENT FOR XML DOCUMENT MIGRATION
[attachment=82]
ABSTRACT
This document contains a description Network Component Development form XML Migration. This document will also contain the functional requirements of the project. Designed as an overview for IT professional this article serves as a guide for general users, developers and designers. Section 2 is constructed more on the client perspective and section 3 describes more for the developers.
The aim of this project is to enable persistent data storage for an internet application in the local machine. The utility when implemented for intranet can also relieve the overhead of maintaining a database in an application server which is costly and difficult to manage over the network. At the same time, the utility can be used as a means of having a local database thereby avoiding the overhead of maintaining a remote DBA.
MODULES
1. a) Accepting data from the user.
b) Transfer it to the web server.
2. Extract the data from the webpage, convert and store it in XML file format in the web space.
3. a) Make a connection with the web server.
b) Download those XML files and store in the local drives.
4. Parse the data from the XML files and store those in the local database.
EXISTING SYSTEM:
With the existing systems, database has to be in the middle tire where the internet application is deployed. This is very costly as deploying agency will be billing a huge amount for the usage of database. More over user is not having full control over the database and it is not possible to do DBA level administrations. So data consolidation (data warehousing) is not possible.
PROPOSED SYSTEM:
Today, with the rapid development of the internet services we now have a far reaching for a low cost and efficient data storage mechanism that can support quick data transmission and management.
This solution is provides a better utilization of network bandwidth and also reduces the traffic by avoiding congestion. Here we are saving the information in XML files which will be residing in the application tire. XML supports an elegant way of storing the data in a tag format as per the specifications. This is very efficient since storing the data into a flat file like XML file will be very quick. This completely avoids the need for having a database in the server. The data will be downloaded as XML files and will be parsed for the data and is then migrated to the local database