Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Attacking JAVA Serialized Communication
Java on Guice: Dependency Injection, the Java Way
Google Tech Talks April 26, 2007 ABSTRACT Guice is a new open-source dependency-injection framework for Java 5. It's small, fast, typesafe, doesn't require you to write XML, and is already in use in several Google projects. Come learn how Guice can help make your applications simpler and easier to test. Credits: Speakers:Kevin Bourrilliion and Bob Lee
Attacking JAVA Serialized Communication
This video demonstrates the new technique demonstrated by Attack & Defense Labs at BlackHat Europe 2010 held in Barcelona, Spain. It simplifies the method for penetration testing of applications making use of JAVA Object Serialization.
Advanced Topics in Programming Languages: The Java Memory...
Google Tech Talks March 21, 2007 ABSTRACT This talk describes the Java Memory Model and how it affects the ways concurrent software should be written. Recent changes to the memory model, which were incorporated into JDK 5, redefined the semantics of threads, synchronization, volatile variables, and final fields. The new memory model provides efficient and provably correct techniques for safely and correctly implementing concurrent operations. These techniques are compatible with existing good programming practice, although care needs to be taken in a couple of corner cases. Most programmers can avoid depending on low-level details and instead just use the high-level concurrency abstractions...
Advanced Topics In Programming Languages: Closures For Java
Google Tech Talks January 17, 2007 ABSTRACT We propose to add Closures to the Java Programming Language. Closures simplify the use of APIs that rely on anonymous class instances, such as the concurrency APIs and callbacks. More importantly, closures support control abstractions, which are APIs that act as programmer-defined control constructs. This talk describes the proposed language extension and its design rationale, and shows how it will affect existing and future APIs. Credits: Speaker:Neal Gafter
A Brief History of Java and JDBC
For some internal training I wanted to highlight the importance of Java on the technology industry and the world, so I decided to do this brief history of Java and JDBC movie. My first Google search turned up a history timeline from Sun Microsystems (www.java.com and so that was used as the basis for the movie. Java Junkies Enjoy! -Jesse