1 / 15

Case study concerning architecture development

Case study concerning architecture development. Emil Doychev, emil.doychev@ecl.pu.acad.bg Georgi Cholakov, georgi.cholakov@ecl.pu.acad.bg. University of Plovdiv “Paisii Hilendarski”, e-Commerce Laboratory. The idea. The main idea – to prepare a case study for building software architectures

varana
Download Presentation

Case study concerning architecture development

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Case study concerning architecture development Emil Doychev, emil.doychev@ecl.pu.acad.bg Georgi Cholakov, georgi.cholakov@ecl.pu.acad.bg University of Plovdiv “Paisii Hilendarski”, e-Commerce Laboratory

  2. The idea • The main idea – to prepare a case study for building software architectures • To use a real project for this case study, which demonstrates the reverse engineering of a software architecture • In each step of the explanation to put a problem and show a solution

  3. A set of real projects A set of real projects, developed for Deutsche Telekom One (appropriate?) selected Idealized Cut Carrier Web

  4. What we have at the beginning • A huge database, unknown type • Application, written in 70’s in COBOL, only way to access the database • The database and the application are not available on the side of the developers • Necessity of modern tools for accessing the business logic of this application

  5. What we must have at the end • Thin client for access to the system (browser) • Multilingual: • User interface • Help system • Error messages • Simulator of the COBOL application for the period of the development

  6. How to realize it? Database ? COBOL Application User

  7. Problems and Solutions Problem: Thin client Solution: Web server Web Server Web Browser ? DB HTTP COBOL Application User

  8. Problems and Solutions Problem: Multilingual user interface Solution: Dynamic web application, using Struts framework Web Server ? DB JSP Engine Struts COBOL Application User

  9. Problems and Solutions Problem: Access to the COBOL application using Java Solution: CORBA Web Server ? DB CORBA Wrapper JSP Engine Struts COBOL Application User

  10. Problems and Solutions Problem: Multilingual help system and error messages Solution: Mappings in local database Web Server ? DB JSP Engine Struts CORBA Wrapper COBOL Application User Local DB

  11. Problems and Solutions Problem: The COBOL application is not available during the development lifecycle Solution: Development of own CORBA test server, considering the IDLs, given by the developers of the original CORBA wrapper. CORBA Test Server Web Server ? JSP Engine Struts User Local DB

  12. Problems and Solutions Problem: Accessing CORBA and database server from web application Solution: Putting the business logic in an application server Note: Session Façade is used as a pattern. Application Server CORBA Test Server Session Façade Web Application CORBA Façade Bean Entity EJBs Local DB

  13. Web Server JSP Engine Struts Application Server Session Façade CORBA Façade Bean Entity EJBs Overall architecture’s view DB CORBA Wrapper COBOL Application Local DB

  14. The topics, distributed in lections

  15. Used software • Local DB – Oracle • Application Server – IBM Web Sphere • ORB – Orbix/Visibroker • JSP Engine – Tomcat • Frameworks – Apache Struts

More Related