My Videos
I have made instructional videos on two separate occasions. The first was a comparison of Java Development tools in 1996 (the pickings were slim back then). The second was a two-course series on Java language and XML in Java for Appliation Developer's Training Company in conjunction with LearnKey.
 |
J2SE: Java 2 Standard Edition
CD-ROM & Video Training For Developers by Developers
- 8 Multi-Media CDs
- Over 12 hours of video instructions
- 650 pages of courseware on CD-ROM
- Step-by-step hands-on-labs
- Sample codes
This course covers the foundational material needed to become proficient using the Java language. It covers all of Java's critical elements, including language syntax, application construction and deployment, applets, threading, and JDBC. You will learn how to construct event driven graphical, console, and database applications. You will also learn the ins and outs of object-oriented programming in Java, from basic concepts to advanced topics such as interfaces. This course provides a strong foundation in Java, enabling you to build Java applications correctly and with confidence.
The video on AppDev's site
The video on LearnKey's site
The video on Career Academy's site |
| |
|
 |
XML Development in Java
CD-ROM & Video Training For Developers by Developers
- 3 Multi-Media CDs
- Over 4 hours of video instructions
- 250 pages of courseware on CD-ROM
- Step-by-step hands-on-labs
- Sample codes
XML is an important data format, and although tools try to hide the underlying syntax, eventually you must parse and manipulate it. This course provides the foundations for working with XML in Java. It shows you how to parse, generate, manipulate, and transform XML using Java. It covers the major World Wide Web Consortium (w3c) interfaces and their implementations in Java, including all releases of SAX and DOM.
The course covers event driven and in-memory parsing of XML documents. It also shows how to build DOM trees in memory and persist them as XML documents. It covers the important details of SAX and DOM Levels 1 & 2, including advanced features like TreeWalkers and NodeFilters. It also shows the DOM alternative JDOM and how that approaches differs from the standard. This course also covers important manipulation techniques for XML. It shows how to use XSL and XSLT to drive transformations and how to automate this process using publishing frameworks. It also shows how to use XML as a remote procedure call data format (using XML-RPC).
The course provides a comprehensive treatment of manipulating XML programmatically using Java. Attendees of this class will understand the important XML standards and how they are utilized in Java.
The video on AppDev's site
The video on LearnKey's site |
| |
|