Architecture of the COREP-XBRL mapper - PowerPoint PPT Presentation

About This Presentation
Title:

Architecture of the COREP-XBRL mapper

Description:

Architecture of the COREP-XBRL mapper Java based web application Uses only open source packages of Java + struts.jar for the GUI + poi.jar for the reading of ... – PowerPoint PPT presentation

Number of Views:28
Avg rating:3.0/5.0
Slides: 6
Provided by: d2570
Category:

less

Transcript and Presenter's Notes

Title: Architecture of the COREP-XBRL mapper


1
Architecture of the COREP-XBRL mapper
  • Java based web application
  • Uses only open source packages of Java
    struts.jar for the GUI poi.jar for the
    reading of excel jdom.jar for the building of
    xml xml jar files for the xml schema
    validation (xalan.jar, xerces.jar) tomcat
    server to run the application

2
Architecture of the mapper
HTTP
Web Server (Tomcat)
http//localhost9080/corep/
URL
Servlet
JSP
GUI (html)
coreptest file
instance document (xml)
3
Architecture of the mapper
  • Java based web application
  • Uses only open source packages of
    Java struts.jar for the GUI poi.jar for the
    reading of excel jdom.jar for the building of
    xml xml jar files for the xml schema
    validation a tomcat server to run the
    application

4
How the XBRL-COREP Mapper works I
  • the application provides the possiblity to
    upload the coreptest files (formats and
    descripting sheets must be removed by running an
    integrated excel macro)
  • a java representation of the excel file is
    built by using the poi functionality
  • the object contains sheet, row and cell object
  • for each corept template the rows are read and
    transformed into a partial jdom (xml) tree

5
How the XBRL-COREP Mapper works II
  • all partial xml trees are added to the xbrl
    root element XBRL
  • the complete jdom document is checked to be
  • wellformed
  • valid according the xml schema rules
  • the xml output is sent with the response to a
    new window of the browser
  • the file can be saved to the file system
Write a Comment
User Comments (0)
About PowerShow.com