CSE681 - Software Modeling and Analysis

Lecture #8 - Midterm Review and Web Services

Revised: 15 October 2007
Home Courses Code Handouts CoreTech Books Articles Math Research Masters Projects SWDev WebDev News OtherLinks SiteDesign Graduates AllPages Office Hours Notices Contents

CSE681-SWMAA CSE686-IP CSE687-OOD CSE775-DO CSE776-DP CSE778-AWP CSE784-SWS

Lecture #01 Lecture #02 Lecture #03 Lecture #04 Lecture #05 Lecture #06 Lecture #07
Lecture #08 Lecture #09 Lecture #10 Lecture #11 Lecture #12 Lecture #13 Lecture #14

Contents Syllabus

Web Resources:

UML XML, HTML Code Project Microsoft Developer's Network DevelopMentor XML Sells Brothers Windows Developer's Journal Windows Forms DotNetJunkies GotDotNet C# Corner Mono Project

Office Hours: Instructor & TAs

Content:

This week we focus on next week's midterm examination. Then we will introduce web services and discuss some web service code.
  1. The Syllabus describes topics to be covered, reading material for you to digest before coming to class, and due dates for the assigned projects.
  2. Best Project #2s - Fall '04, Fall '05, Fall '06
  3. Midterm Review

    InstrSolMTSu07a
    Topics for Midterm

    Remember that one 8.5 x 11 in sheet of notes is encouraged - both sides, small font ok.
  4. Helpers for Projects #3 and #4

    "chalk talk" about communication structure

    ADAM-Wrapper-Prototype (Lectures #7 and #8)
    All message handlers, e.g., virtually all parts, inherit from AWrapper, except for UIs that already inherit implementation from Form. UIs need to create a message handler that does inherit from AWrapper.

    DLL Loading - implicit and explicit (Lecture #7)
    How the Executives attach to the parts they manage.

    Message Framing Socket Receiver (Lecture #5)
    Communication component receivers need to do this.

    Base64Encoding (Lecture #5)
    Any component that wants to send, possibly binary, files needs to do this.

    .Net Process Creation (Lecture #6)
    Shows how to wrap a legacy EXE.

    Safe Thread Synchronization, Jeffrey Richter
  5. Web Services Tutorials and References:

    GotDotNet
    Developer.com
    IBM
    hp view
  6. Create a virtual directory and insert a simple web service and client
  7. Active Server Pages (ASP) Lite
  8. Create a simple ASP.NET application
  9. Simple ASP.NET application
  10. Web Services Presentation
  11. Calc web service
  12. Browse Calc web service
    Uses BrowseCalc.cmd in CSE681/lecture8 folder. Won't run on ECS Server.
  13. Run Calc Client
    Uses Calc.cmd in CSE681/lecture8 folder. Won't run on ECS Server.
  14. Project Center web service based communication prototype
  15. Create a simple Web Service with Visual Studio
  16. Web Service Types
  17. fileXferWebService - a typical web service
  18. Web Service Details
  19. Lecture #8 folder contains a page of links to presentations and code discussed in this class. The Lecture folders will occasionally hold physical files of interest as well. Usually, however, all the materials of interest to the class are in the presentations and code folders. The contents of these folders will grow as you progress through the course.