Design Fast Websites
Web performance expert Nicole Sullivan discusses a set of best practices in the creation of supremely fast, visually impactful web sites.
Software Architecture Videos and Tutorials
Web performance expert Nicole Sullivan discusses a set of best practices in the creation of supremely fast, visually impactful web sites.
An Overview of the Java EE 6 and Servlet 3.0 Specifications by Roberto Chinnici and Rajiv Mordani, Sun Microsystems.
This video shows how to Get Started with GlassFish v2. The screencast starts at the GlassFish community page, continues with the download and installation and then moves to the New Administration Console. http://blogs.sun.com/alexismp/resource/getting-started-gfv2.html
Story Driven Modeling (SDM) is a systematic software development approach based on scencario analysis on model level. Usual text book approaches start with the derivation of a domain level class diagram from textual requirements specifications. This does not work. Class diagrams structure programs not your domain. Thus SDM proposes to …
This video takes a look at at some of the various ways you can use the UpdateModel mechanism which is part of the ASP.Net MVC framework to update your data model from a form post. We will take a look at how to use UpdateModel, TryUpdateModel and how to use …
The advent of multicore processors has generated profound debate on the merits of writing parallel programs with threads and locks. Nonetheless, for many application domains, this remains the standard paradigm for writing parallel programs, and at the moment, there is no apparent universal replacement. And it is the focus of …