Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Local Inner Classes - Java tutorial


Local inner classes are declared inside of a block of code. This block can be static bloc, a constructor, a method or simply a block of code surrounded with curly braces. These classes are only visible inside the enclosing block, but inside the block full hierarchies of classes can be developed.
Category: Java tutorials - Difficulty:


More cool Java tutorials:



Fluid Sync
Fluid Sync
Add multi-user collaboration or multi-device capabilities to your application using Fluid Sync, a java library. Applications become "fluid" in the sense that a running application can be spread to a new device. With Fluid Sync, each device has a copy of the application and a replica of the application state that a real-time synchronization protocol keeps consistent.
Category: Java tutorials > Application - Difficulty:
Extend the Eclipse SDK with Mylyn 2.0
Extend the Eclipse SDK with Mylyn 2.0
Now in release 2.0, Mylyn (formerly called Mylar) enhances productivity by seamlessly integrating tasks into Eclipse and automatically managing the context of those tasks as you work. Part 1 introduces Mylyn's task management facilities and integration with repositories such as Bugzilla, Trac, and JIRA. You'll learn how context management eases multitasking and reduces information overload in Part 2.
Category: Java tutorials - Difficulty:
Thread synchronization
Thread synchronization
Every object in Java code has one lock, which is useful for ensuring that only one thread accesses critical code in the object at a time. This synchronization helps prevent the object's state from getting corrupted.
Category: Java tutorials - Difficulty:
Java Technology: Asserting architectural soundness
Java Technology: Asserting architectural soundness
Paul Duvall returns from his hiatus in this installment of Automation for the People to demonstrate how you can discover architectural deviations by writing tests using JUnit, JDepend, and Ant to discover problems proactively instead of long after the fact.
Category: Java tutorials - Difficulty:
SSL and Cryptography
SSL and Cryptography
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning cryptography himself. Topics include Blowfish, CA, certificate, cipher, cryptography, CSR, decryption, DES, encryption, Java, JCE, JDK, OpenSSL, PEM, private key, public key, RSA, sample codes, secret key, self-signed certificate, SSL, X509. Key sections: Basic Concepts - Cipher - DES Algorithm - DES Algorithm - Illustrated with Java Programs - DES Algorithm - Java Implementation - JDK/JCE - Cipher for Encryption and Decryption - Cipher - Blowfish Algorithm - 8366 Hex Digits of PI - What is OpenSSL? - Installing OpenSSL on Windows - Generating RSA Key Pairs - Viewing Components of RSA Keys - Encrypting RSA Keys - What is a certificate? - Generating Self-Signed Certificates - Viewing Components of Certificates - Why Certificates Need to Be Signed by CAs? - Generating a Certificate Signing Request for Your Own Public Key - Viewing Components of Certificate Signing Request - Signing a Certificate Signing Request - Certification Path Validation - Using Certificates in Web Browsers.
Category: Java tutorials > Security - Difficulty: