Software Development Tutorials and Videos

Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Software Development Tutorials and Videos

The Future of the Web: HTML 5, WebSocket, and Comet

The HTML 5 specification is set to forever change the way in which we build applications for the Web. One innovation- WebSocket- in particular will enable full-duplex HTTP communication, and finally bring an end to the tired “click and wait” paradigm traditionally associated with the Web. Prior to the introduction …

Joist Bootstrapping

Joist is a web application development stack. It consists of two sub-projects joist.domain, an ORM with type-safe queries (no strings) and no runtime class generation (no CGLIB), and joist.web, a component-based web framework. The goal is a simple, productive environment for enterprise-scale webapps. This screencast shows how to use the …