Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Tag: <span>java</span>

Applets Reloaded: the New Java Plug-In

This presentation will highlight the new capabilities available to the applet developer, including integrated JNLP support, per-applet control over Java virtual machine command-line arguments and Java Runtime Environment version selection, a rewritten Java/JavaScript bridge, revised support for accessing and modifying the DOM, crossdomain.xml support, and more. Multiple demonstrations will illustrate …

Nullness Analysis for Java

Attempts to dereference null result in an exception or a segmentation fault. Hence it is important to know those program points where this might occur and prove the others (or the entire program) safe. Nullness analysis of computer programs checks or infers non-null annotations for variables and object fields. Most …

Silicon Valley JUG: Applying the Asynchronous Web

Emerging Ajax techniques–variously called Ajax Push, Comet, Reverse Ajax, and HTTP streaming–are bringing revolutionary changes to web application interactivity, moving the web into the Participation Age. Join us for a detailed introduction to the asynchronous web, covering the underlying protocols and APIs, the challenges for application servers, and the high-level …