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

Using HTML in Java Swing Controls - Java tutorial


Have you ever wanted to provide text formatting in a Swing control? Have you ever wanted to have multiple lines of text in a tab? This tutorial will show you how to use the simplicity of HTML to provide flexible and powerful text formatting in Swing controls.
Category: Java tutorials > Swing - Difficulty:


More cool Java tutorials:



Control lock contention using Lock Analyzer for Java
Control lock contention using Lock Analyzer for Java
Many of today's Java apps use threads to support concurrent programming; lock contention problems can be a result of how an application controls these threads. The Lock Analyzer for Java performs lock analysis on a live application in order to highlight threads with lock contention that could affect performance.
Category: Java tutorials > Development - Difficulty:
Java 2 Micro Edition (J2ME) Application Development : MIDP Programming.
Java 2 Micro Edition (J2ME) Application Development : MIDP Programming.
Sample chapter from "Java 2 Micro Edition (J2ME) Application Development" on Mobile Information Device Profile programming.
Category: Java tutorials > WAP - Difficulty:
EJB 3.0 Persistence out of a J2EE container
EJB 3.0 Persistence out of a J2EE container
In this article we will learn how to manage the persistence issues without being tied to use a J2EE application server.
We will build a very basic sample application that saves and loads data on a database using an EJB 3.0 persistence implementation.

At present (April 2007) there exist two implementations of the EJB 3.0 persistence specification: the first is Hibernate-based and was adopted by JBoss, while the other is Oracle Toplink, included into the Oracle Application Server OC4J and into the EJB 3.0 Sun Reference Implementation also known as Glassfish Project .
Note that EJB 3.0 persistence specifications are only a part of the EJB 3.0 specifications. They do not deal with Session Beans (stateless or stateful), but only with the Entity Beans.
Well, the good news is that, as long as we need only the EJB 3.0 persistence layer and do not need Session Beans, we can use Hibernate or Toplink implementation (our choice!) just into any Java application, without the need of a J2EE container, not even a web server, just from a plain Java class!

Category: Java tutorials > EJB - Difficulty:
Certificate chain benefits of KeyMan using Java
Certificate chain benefits of KeyMan using Java
Discover KeyMan, a tool for managing keys, certificates, certificate revocation lists, and the respective repositories for storing and retrieving these items. Updated Version 1.69 contains bug fixes for access to certificate chains on remote SSL/TLS servers.
Category: Java tutorials > Development - Difficulty:
Overview of Images in Java game programming
Overview of Images in Java game programming
You will have to add images to almost every game you will write. Therefore, it is important to know about the different types of
images. This article discusses the most commonly used Image formats,their advantages and disadvantages.
Category: Java tutorials > Games - Difficulty: