CSE681 - Software Modeling and Analysis
Lecture #8 - Midterm Review and Web Services
Revised: 15 October 2007
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
Content:
This week we focus on next week's midterm examination. Then we will introduce web services and discuss some web service code.
-
The Syllabus describes topics to be covered,
reading material for you to digest before coming to class, and due dates
for the assigned projects.
-
Best Project #2s - Fall '04, Fall '05, Fall '06
-
Midterm Review
InstrSolMTSu07a
Topics for Midterm
Remember that one 8.5 x 11 in sheet of notes is encouraged - both sides, small font ok.
-
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
-
Web Services Tutorials and References:
GotDotNet
Developer.com
IBM
hp view
-
Create a virtual directory and insert a simple web service and client
-
Active Server Pages (ASP) Lite
-
Create a simple ASP.NET application
-
Simple ASP.NET application
-
Web Services Presentation
-
Calc web service
-
Browse Calc web service
Uses BrowseCalc.cmd in CSE681/lecture8 folder. Won't run on ECS Server.
-
Run Calc Client
Uses Calc.cmd in CSE681/lecture8 folder. Won't run on ECS Server.
-
Project Center web service based communication prototype
-
Create a simple Web Service with Visual Studio
-
Web Service Types
-
fileXferWebService - a typical web service
-
Web Service Details
-
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.