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

A three-pronged solution for identifying users - Java tutorial


The problem of system security starts with discovering the identity of the user on the other end of the communications link. This article discusses three familiar approaches for identifying users, highlights their strengths and weaknesses (alone and in combinations), and provides some examples of each.
Category: Java tutorials > Security - Difficulty:


More cool Java tutorials:



XML generation with JAVA
XML generation with JAVA
XML developers used to rely on XML parsers to read XML files. They also used to rely on XML processors to transform XML to *ML (HTML, XML, etc.). However, most of them forget these tools to generate XML from scratch. They should not. This article presents code samples for generating XML with JAVA/JAXP.
Category: Java tutorials > XML - Difficulty:
Introduction to Glass Panes
Introduction to Glass Panes
This tutorial provides an introduction to using the glass pane in a JFrame and JApplet.
Category: Java tutorials > Swing - Difficulty:
Diagnostic Tool for Java Garbage Collector 1.3
Diagnostic Tool for Java Garbage Collector 1.3
Discover a diagnostic tool for optimizing parameters affecting the garbage collector when using the Java Virtual Machine. Applications running under Java use a heap for garbage collection, which serves as a storage manager in development kits and run-time environments.
Category: Java tutorials > Development - Difficulty:
Using the Ruby Development Tools plug-in for Eclipse
Using the Ruby Development Tools plug-in for Eclipse
This article introduces the Ruby Development Tools plug-in for Eclipse, which allows Eclipse to become a first-rate Ruby development environment. Ruby developers who want to learn how to use the rich infrastructure of the Eclipse community to support their language will benefit, as will Java developers who are interested in using Ruby.
Category: Java tutorials > Development - Difficulty:
RESTful Grails: Build a resource-oriented architecture
RESTful Grails: Build a resource-oriented architecture
In this installment of Mastering Grails, the article introduces various ways to get Grails to produce XML instead of the usual HTML. Learn to creating Web pages that give users the information they want, while offering a source of raw data that other Web developers can easily mix in with their own applications.
Category: Java tutorials > XML - Difficulty: