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

Locating resources in Java - Java tutorial


A resource is a file situated somewhere in the class path. It can be a file in a package folder, in the classes folder or in a jar file. Resources are usually needed at runtime and they can be properties files, images and so on. The ClassLoader and Class classes provide methods to find the desired resources but a little bit of attention has to be payed to the quirks of this API.
Category: Java tutorials > Basics - Difficulty:


More cool Java tutorials:



Building your first Enterprise JavaBean.
Building your first Enterprise JavaBean.
This step by step tutorial will show you how to build a simple Session EJB. It will then deploy this EJB on JBoss Server and call it from a JSP page running on Tomcat. You will learn how to call an EJB running on a separate EJB cotainer from a JSP page running on a different WEB container. Every step has been explained in detail.
Category: Java tutorials > Javabeans - Difficulty:
BLOB field handling through Java
BLOB field handling through Java
This article discusses the BLOB feature in the database and the author shows on how any file can be stored in the BLOB field of Oracle and can be displayed as an save as attachment dialog box. Very good article for the beginners and intermediate developers who wants to add the file upload and "save As" attachment feature in their struts powered web application .
Category: Java tutorials > Database - Difficulty:
Platforms for developing servlets and JSPs
Platforms for developing servlets and JSPs
First, you can use a single PC (or Stand-alone PC). Second, you can use a Local Area Network (or LAN). Third, you can use the Internet. When you use a single PC (or Stand-alone PC), you of course need to install all of the required software on that PC. That includes the Java SDK, the web server software, the servlet and JSP engine, and the database management system.
Category: Java tutorials > JSP - Difficulty:
EJB 2.1 Kick Start : Implementing a Solution Using EJB 2.1.
EJB 2.1 Kick Start : Implementing a Solution Using EJB 2.1.
Sample chapter from "EJB 2.1 Kick Start" on installing an application server to developing and deploying an EJB on it.
Category: Java tutorials > EJB - Difficulty:
Simple Text Transformation Tool
Simple Text Transformation Tool
Discover the Simple Text Transformation Tool, an extensible, Eclipse-RCP-based tool that allows you to perform transformations to text data. Also, become familiar with the tool’s built-in features for processing text files.
Category: Java tutorials > Development - Difficulty: