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

Exploiting ThreadLocal to enhance scalability - Java tutorial


The ThreadLocal class appeared with little fanfare in version 1.2 of the Java platform. While support for thread-local variables has long been a part of many threading facilities, such as the Posix pthreads facility, the initial design of the Java Threads API lacked this useful feature. Further, the initial implementation was quite inefficient. For these reasons, ThreadLocal gets relatively little attention, but it can be very handy for simplifying the development of thread-safe concurrent programs. This article examines ThreadLocal and offers tips for exploiting its power.
Category: Java tutorials > Development - Difficulty:


More cool Java tutorials:



Create a Internationalization JavaServer Faces Web-Application using NetBeans
Create a Internationalization JavaServer Faces Web-Application using NetBeans
In this tutorial you can read how to create a simple Internationalization Web-Application, using NetBeans 6.0 running on Apache Tomcat 6. This example provides also a quick introduction into resource files (properties). Java Server Faces will be used as the Framework for this Application.
Category: Java tutorials > Application - Difficulty:
Managing Sessions with Java Servlets
Managing Sessions with Java Servlets
An article on managing sessions. First describes what is a session? how to identify a user across multiple pages and how to manage sessions using Java Servlets. Online demo available.
Category: Java tutorials > JSP - Difficulty:
Test performance of e-business apps using FoCus
Test performance of e-business apps using FoCus
Discover FoCuS, a tool that implements the functional coverage methodology and improves testing of applications by providing detailed information on the areas in which testing is lacking. Functional coverage refers to testing the performance of an e-business application and making sure that the design of the test covers every aspect of what the application is meant to do.
Category: Java tutorials > Application - Difficulty:
Connecting to a MySQL Database using Connector/J JDBC Driver.
Connecting to a MySQL Database using Connector/J JDBC Driver.
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains all the code in detail.
Category: Java tutorials > Database - Difficulty:
Rational Team API
Rational Team API
Discover a unified, client-side Java API for ClearCase, ClearQuest and RequistePro. Download the package to preview reference documentation, tutorials, and samples of an API that is available for evaluation in Rational Software Development Platform, Team Products, Releases 7.0.0 and 7.0.1.
Category: Java tutorials > Development - Difficulty: