p11 cristian duda

Uploaded from authorPOINTLite
Views:
 
Category: Entertainment
     
 

Presentation Description

No description available.

Comments

Presentation Transcript

Predicate-Based Indexing of Enterprise Web Applications: 

Predicate-Based Indexing of Enterprise Web Applications Cristian Duda, David Graf, Donald Kossmann ETH Zurich

Enterprise Search: Possible Approaches: 

Enterprise Search: Possible Approaches “Do It Yourself” (e.g., SAP, Oracle) + App vendors know the semantics of their application - Everybody impements their own search engine - Cross Application Search is difficult “Google for Web Applications” (generic ESE) + generic (for all applications) + enables cross-application search - need to teach the semantics of the app to the search engine - nobody knows how to do it

Enterprise Search: Current Status: 

Enterprise Search: Current Status

Enterprise Application Search: 

Enterprise Application Search

Enteprise Application Search: 

Enteprise Application Search JSP file Database Property file title.english=PetStore XML Message <item part=“1”> <name>Snake</name> <quantity>1</quantity> <USPrice>60.30</USPrice> </item> Data User View SAP, ...

Enterprise Search Engine (ESE): 

Enterprise Search Engine (ESE) Challenges: 1. Userview assembled in a non-trivial way (not WYSIWYG) 2. References to Web Pages are complex: URL function parameters context (workflow, security) This is not Google! 1. Google is WYSIWYG 2. Google references are simple URIs This is not Hidden Web! 1. The app developer collaborates and teaches the semantics of the app to the ESE 2. The ESE has full access to all data sources

Enterprise Search Engine:: 

Enterprise Search Engine: Rules and Patterns a handful of patterns are enough to describe the mapping from raw view to user view declaratively (semi-automatic) Crawl the data sources (automatic) Normalize the data (automatic) Predicate-based indexing (automatic) Predicate-based query processing (automatic)

Predicate-based Index: 

Predicate-based Index

Demo!: 

Demo! Indexing Query Processing Result Generation Use Case: Sun’s Java Pet Store Application

The Application: 

The Application JSP Application developed by Sun Uses Dynamic JSP Pages + Database Sun uses it to showcase the capabilities of their J2EE platform

Indexing (using our GUI): 

Indexing (using our GUI) JSP Files Rules from app. developer Index location Indexed files

Query Processing (using our GUI): 

Query Processing (using our GUI) The queried Index Query Results (URL+additional info)

Result presentation: 

Result presentation Dbl click on query result Web page (user view) is displayed in browser. 1 2 Query: java iguana

Result presentation: 

Result presentation java iguana Query: Only appears in the JSP file Only appears in the database Our ESE understood the combination between the two data sources ! The ESE combined the two data sources just as the application would have done

Something funny: 

Something funny The application also has a search functionality, but…

Something funny: 

Something funny No Results! The application’s search box is broken 

Details:: 

Details: http://www.dbis.ethz.ch/research/current_projects/appdata Contacts: