Year: 2009
Lecture 19 | Programming Methodology (Stanford University)
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami reintroduces interfaces and elaborates on the topic. CS106A is an Introduction to the engineering of computer applications emphasizing modern software engineering principles: object-oriented design, decomposition, encapsulation, abstraction, and testing. Uses the Java programming language. Emphasis is …
Top 10 NetBeans APIs (Part 9)
The focus of this screencast is an introduction to the Visual Library API, building on top of Part 8, which created a scenario where it makes sense to use the Visual Library API: the user will be able to drag items from a Palette and, when the item is dropped, …
Top 10 NetBeans APIs (Part 8)
Part 8 begins with a recap of the previous parts, followed by a demo where we prepare ourselves for the next screencast, which will focus on the Visual Library API. To get to a point where we can meaningfully use that API, we construct two layers of nodes which we …
Lecture 18 | Programming Methodology (Stanford University)
Lecture by Professor Mehran Sahami for the Stanford Computer Science Department (CS106A). Professor Sahami wraps up arrays and introduces the term debugging.
Creating amazing user interfaces with Dojo and DWR
Ajax has the power to make your applications satisfying and beautiful or painful and frustrating. This talk shows how Dojo can help you create amazingly beautiful user experiences and how DWR brings the beauty to Java by making Java and JavaScript work well together. Both Dojo and DWR have changed …