Download presentation
Presentation is loading. Please wait.
Published byAnnabella Hopkins Modified over 9 years ago
1
University of Washington CUMREC 2003 Uncompromised Web Applications: Variety Without Chaos University of Washington CUMREC 2003 Copyright University of Washington, (Joe Frost and Marcia Tufarolo 2003. This work is the intellectual property of the Author. Permission is granted for this material to be shared for non-commercial, educational purposes, provided that this copyright statement appears on the reproduced materials and notice is given that the copying is by permission of the author. To disseminate otherwise or to republish requires written permission from the authors
2
University of Washington CUMREC 2003 University of Washington State Research University 3 Major Campuses 40,000 Students 24,000 Faculty & Staff
3
University of Washington CUMREC 2003 Joe Frost - System Engineer Marcia Tufarolo - Technology Manager Computing & Communications Client Services Project Consulting
4
University of Washington CUMREC 2003 Client Services Project Consulting Consulting group for UW Self-sustaining operation CSPC hired for work
5
University of Washington CUMREC 2003 Development Architectures Custom Application Universal Application Custom Compromised App ‘Generic’ Application
6
University of Washington CUMREC 2003 Custom Application Developed for one area Meets all needs No resource leveraging High cost - develop & maintain Risk of many similar applications
7
University of Washington CUMREC 2003 Universal Application One application & feature set Used by many areas Limited use of some application functions Re-definition of functions to meet needs Leveraged development costs Committee modifications/enhancements
8
University of Washington CUMREC 2003 Customized Compromised Application Cloned Custom or Universal app Modified to meet ‘real’ needs “If statements” Redefinition of fields Cost savings? Fragile to modify
9
University of Washington CUMREC 2003 Types of Development Architectures
10
University of Washington CUMREC 2003 Generic Application Meets common need Flexible to customize Serves specific needs of many areas Leverage dev & maint costs Not for high transaction volume apps
11
University of Washington CUMREC 2003 UW ‘Generic’ Applications UW Web Conference UW Web Donation UW Web Store
12
University of Washington CUMREC 2003 UW ‘Generic’ Applications Architecture Goal –Meet a common need –Ability to customize content –e-commerce functions –Scaleable
13
University of Washington CUMREC 2003 Central UW Infrastructure Web-based Credit Card Processing UW Web Credit Card Project
14
University of Washington CUMREC 2003 UW Web Credit Card Goal – Increase usage of secure, central application
15
University of Washington CUMREC 2003 UW Web Credit Card API for Interface Specific Requirements –Database –SSL –Security Callbacks
16
University of Washington CUMREC 2003 UW Web Credit Card
17
University of Washington CUMREC 2003 UW Web Credit Card Users Tuition UW Computer Training
18
University of Washington CUMREC 2003 UW Web Credit Card Interface Many areas could not interface –Complex programming & environment –Limited basic Web skills
19
University of Washington CUMREC 2003 Credit Card Acceptance Email Fax Phone Yikes!
20
University of Washington CUMREC 2003 Customized Common Needs Conferences –Health Policy Analysis Program Pledge Drives –KEXP Radio Station
21
University of Washington CUMREC 2003 Project Approach Defined timeframe of operation High Visibility ‘Always a rush’
22
University of Washington CUMREC 2003 ‘Generic’ Application Conferences –User registration & payment –Administrative application Standard report Data extract Registration maintenance Conference management
23
University of Washington CUMREC 2003 Project Team Database Expert Java Expert Student Staff - ‘The Gaber’ Project Manager
24
University of Washington CUMREC 2003 Project Method High Level Design Prototype/Code Implement
25
University of Washington CUMREC 2003 Computing Environment Win2K IIS SQL Server Java JavaScript
26
University of Washington CUMREC 2003 User Registration & Payment
27
University of Washington CUMREC 2003 UW Web Conference Registration Demo UW Web Conference Registration Demo AltAlt
28
University of Washington CUMREC 2003 Generic And Custom Form elements are defined in a database Departments control data and form appearance
29
University of Washington CUMREC 2003 UW Web Conference Registration Sample Registration Page REGSample Registration Page REG
30
University of Washington CUMREC 2003 Web Page Form Elements Form Elements built from database rows
31
University of Washington CUMREC 2003 HTML Tag Attributes Attributes of the input tag saved as columns
32
University of Washington CUMREC 2003 HTML Input Tag Types Standard HTML tags Select, Text area, Radio, Checkbox Subtypes of Text Text, Integer, Date, Money Display Only Any HTML fragment
33
University of Washington CUMREC 2003 Types of Form Elements Same data structure for each of the standard HTML form elements
34
University of Washington CUMREC 2003 Text Tag Subtypes Data type determines client-side processing
35
University of Washington CUMREC 2003 Select Tag Form Element Select and radio buttons can also be generated.
36
University of Washington CUMREC 2003 Select Tag Values Radio and select require multiple rows.
37
University of Washington CUMREC 2003 Scripting Functions Scripts for form elements
38
University of Washington CUMREC 2003 Serving The Page Page Builder generates the form
39
University of Washington CUMREC 2003 Saving The Results Retrieve the Attribute descriptions Edit the form data Store Registration and RegValue rows
40
University of Washington CUMREC 2003 Database Backbone Two tables for display
41
University of Washington CUMREC 2003 Attribute Maintenance Attribute Maintenance Search AMAttribute Maintenance Search AM
42
University of Washington CUMREC 2003 Database Backbone Two for displayTwo for storage
43
University of Washington CUMREC 2003 Using The Data Get data into simple table form Append the regValue columns to the Registration columns
44
University of Washington CUMREC 2003 Table Pivoting Convert flat tables to deep tables
45
University of Washington CUMREC 2003 Create Temporary Table Select the distinct attribute rows in a cursor Build a “create table” statement with the attribute names as columns Execute the create table statement
46
University of Washington CUMREC 2003 Create Table Select attribute_names into process loop
47
University of Washington CUMREC 2003 Load Temporary Table Insert an empty row for each registration Select the distinct attribute names in a cursor Build and execute update statements using each attribute name as a column name and selection criteria
48
University of Washington CUMREC 2003 Update the Temporary Table Update each column in a loop
49
University of Washington CUMREC 2003 Administrative Application Most of the application is behind the scenes. Conference Administration CAConference Administration CA
50
University of Washington CUMREC 2003 Another Application The same architecture can be used for other applications. –KEXP Donation (Sample) KDKEXP Donation (Sample) KD –Donation Administration DADonation Administration DA
51
University of Washington CUMREC 2003 Development Efficiencies Conference App – 3 months Donation App – 6 weeks Add a new conference or pledge drive: 8 hours
52
University of Washington CUMREC 2003 Where We Are Today Applications have evolved New features added to meet a general needs Still expanding
53
University of Washington CUMREC 2003 Challenges Money for development Levels of cost to department –Setup Fee –Credit card usage fees Changing technologies
54
University of Washington CUMREC 2003 Lessons Learned Strong database design More generic = Better design Java is better than JavaScript
55
University of Washington CUMREC 2003 Uncompromised Web Applications: Variety Without Chaos University of Washington projects@cac.washington.edu http://depts.washington.edu/cac/projects projects@cac.washington.edu
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.