5,401,186 members and growing! (298 online)
Email Password   helpLost your password?
Announcements




BullFrog Power
Search    
Advanced Search
Sitemap

Set your article filter

 Current Filter:

Java


Languages » Java

Contents Quick search by title:

Java Programming - Beginners

top
Title / Updated Author Score  
JNI Basics - 1
Updated: 10 Sep 2002  
Calling native functions which are written in C or C++ from Java, using JNI.
VC6, VC7, NT4, Win2K, WinXP, Java, Java, Visual Studio, Dev, Beginner
Irfan Dawood 4.14
 

EJB

top
Title / Updated Author Score  
Pirates and Session Beans - There is a Relation
Updated: 19 Jul 2008  
An article about pirates and session beans - there is a relation
Java, Visual Studio, Dev, Intermediate, Apache
David Whitehurst 3.67
EJB 3.0 Remote Session Bean Lookup
Updated: 1 May 2008  
This article describes a way to perform remote lookup of EJB 3.0 session bean into simple Java application.
Java, Java, Dev, Intermediate, J2EE
bijulsoni 3.60
 

Java Programming - General

top
Title / Updated Author Score  
Java Native Interface Auto Loader for JAR Deployment - Unedited
Updated: 16 May 2008  
In this tutorial, I will try to explain how to use JNI auto loader for JAR file.
Java, Java, Beginner, JNI
LiloHuang 5.00
Match your String with wild card characters - Unedited
Updated: 23 Jul 2008  
This article gives you idea of how to compare your string with * and ? so called wild cards
Java, Java, Dev, Intermediate, J2SE 5
DebadattaMishra 5.00
Generics in Java – Part I
Updated: 8 Jul 2008  
This article introduces the concepts of Generics and shows you examples of how to use it.
Java, Windows, Java, Dev, Beginner
Member 2230040 4.62
Serializing Java objects to XML with WOX - Unedited
Updated: 26 Jul 2008  
This article explains how to use WOX to serialize Java objects to XML. One of its main features is the generation of standard XML, which is language independant.
XML, Java, Windows, Architect, Dev, Intermediate
Carlos Jaimez 4.60
Add Mouse Wheel support to Swing Widgets
Updated: 2 Jul 2000  
This article shows how to add support for Mouse Wheel for Java Swing Widgets
Java, Java, Dev, Advanced
Davanum Srinivas 4.35
IVR applications based on Voicent Gateway (Java Sample Interface) - Unedited
Updated: 10 Jun 2008  
Since all these functions are implemented as a HTTP client communicating directly with Voicent Gateway, they can be run on any machine that has a connection to the host running the gateway. The C# interface source code is included at the end of this section.
Java, Java, J2SE 4
jedliu2046 4.33
Executing commands on a remote machine - Part 1
Updated: 18 Oct 2001  
A simple tool that allows you to control other machines from your program
Java, Java, Dev, Intermediate
Xiangyang Liu 刘向阳 4.30
Java look & feel themes
Updated: 4 Jul 2002  
Enhance visual appeal of your swing application with colorful and customizable themes.
Java, Java, Dev, Intermediate
Manish Hatwalne 4.28
Using Memory Mapped Files and JNI to communicate between Java and C++ programs
Updated: 18 Jun 2002  
An article on inter-process communication between Java and Java, Java and C++ programs.
VC6, VC7, Win2K, WinXP, VS6, Java, Java, MFC, Dev, Intermediate
Stanley Wang 4.24
How to Write Small and Useful Programs
Updated: 13 Sep 2005  
A tutorial with Java samples
Java, Windows, Java, Visual Studio, Dev, Intermediate
Xiangyang Liu 刘向阳 4.24
Accessing the CodeProject LatestBrief service from a Java program
Updated: 3 Aug 2003  
A simple Java SOAP client program to get the lastest updates to CodeProject.com
Java, Java, Dev, Intermediate
Xiangyang Liu 刘向阳 4.17
'Wait while loading' message for Java applets
Updated: 24 May 2000  
An article describing JavaScript code that will display a message (i.e. Please Wait...) while a Java Applet is loading. This code is designed to work in both IE and Netscape
Javascript, Java, Java, Dev, Intermediate
Glenn S. Peffers 4.09
Batch Converting and Merging Multiple Documents to PDF Using Open Office and Ghostscript
Updated: 1 Jun 2008  
An example of how to use Open Office and Ghostscript to convert supported formats to PDF using Open Office and merge them using Ghostscript
Java, Java, Dev, Office, Intermediate
ggraham412 4.09
Abstract class for creating dialog boxes with OK/CANCEL/APPLY buttons.
Updated: 17 Nov 2001  
An abstract base class that provides the basic plumbing necessary for an options dialog. More specifically, it manages the creation, layout, display and event handling of the three option buttons OK, APPLY and CANCEL.
NT4, Win2K, WinXP, Java, Java, Dev, Intermediate
Sidney Chong 4.00
The Asti Spumante Bar Code
Updated: 3 Jun 2008  
An interesting article to learn how UPC-A bar coding works
Win2K, WinXP, Java, Dev, Beginner
Ali BaderEddin 4.00
Implementing Mouse Gestures in Java Swing: Step by Step
Updated: 29 Jun 2008  
A step by step guide to implement Mouse Gestures based commands in your Swing applications
Java, Java, Dev, Design, Intermediate, Advanced, JavaSE 6, J2SE 5, J2SE 4, AWT, Swing
kaushik_sathupadi 4.00
Structural Typing vs. Duck Typing
Updated: 5 Jul 2008  
An article that discusses structural typing vs. duck typing
Java, Dev, Intermediate
Cedric Beust 4.00
Generics in Java – Part II
Updated: 8 Jul 2008  
This article discusses how Generics is implemented in Java, and we delve into a number of issues with it.
Java, Windows, Java, Dev, Intermediate
Member 2230040 4.00
Java 5 Features
Updated: 13 Jul 2008  
This article discusses new features in Java 5, and see how you can benefit from these. In Part-I, we cover auto-boxing and foreach.
Java, Windows, Java, Dev, Intermediate
Member 2230040 4.00
Java 5 Features: Part-II
Updated: 13 Jul 2008  
This article discusses two new features in Java 5: varargs and static import.
Java, Windows, Java, Dev, Intermediate
Member 2230040 4.00
Easier execution of external Processes in Java - Unedited
Updated: 7 Apr 2004  
Execute any external Process from your Java code without worry.
Java, Java, Dev, Intermediate
Doron Barak 3.97
A Debugging Package for Java
Updated: 20 Mar 2003  
A debugging class for Java applications and applets.
Java, Java, Dev, Intermediate
Robert Little 3.95
Generics in Java – Part III
Updated: 9 Jul 2008  
This article has discussions on issues with mixing generic and non-generic (raw-type) code, and the issues of converting a non-generic legacy code to generics.
Java, Windows, Java, Dev, Intermediate
Member 2230040 3.93
Getting a Handle on the Execution Directory
Updated: 15 Dec 2002  
Returns a File and String object that point to the directory that a class is executing from
Win2K, Java, Java, Dev, Intermediate
Mark Kozel 3.90
dataGlue - build FASTER, work smarter - event driven, component based, database bound Java web applications
Updated: 8 Oct 2003  
Event driven, component based, database bound Java web applications using Echo web framework and JDO.
Java, Java, Dev, Advanced
Dan Bunea 3.72
KeyGuard, JAR Signing Utility - Unedited
Updated: 25 Feb 2005  
A small utility to automate and simplify the process of JAR signing.
Java, Java, Dev, Advanced
Doron Barak 3.69
LZW compression algorithm implemented in Java - Unedited
Updated: 13 Aug 2006  
This article provides an implementation of the LZW compression algorithm in Java
Java, Java, Dev, Intermediate
fahadkhowaja 3.67
Digital Clock - Unedited
Updated: 12 Mar 2003  
A digital clock JavaBean for use in a JavaBean aware IDE
Java, Java, Dev, Intermediate
Robert Little 3.60
Tracing in Java applications
Updated: 16 Jan 2002  
A simple thread-safe Java class to dynamically generate trace info.
Java, Java, Dev, Intermediate
Xiangyang Liu 刘向阳 3.57
Consuming Web Service in Java 5
Updated: 3 Oct 2006  
The article describes how to consume a Web service in Java 5. (Creating proxy classes in Java was never so simple!)
Java, Windows, Java, Visual Studio, Dev, Beginner
mastergaurav 3.57
Hide the JVM Console window
Updated: 20 Mar 2000  
A simple application that hides the JVM console window while your JVM GUI runs
VC6, NT4, VS6, Java, Java, Dev, Intermediate
Buddy 3.55
PC StandBy Detector for Java Apps
Updated: 31 Mar 2004  
Description: Shows how to detect if the computer is going to go into sleep (stand-by) mode and allow/disallow it
VC6, Win2K, WinXP, VS6, Java, Java, Dev, Intermediate
Tomer Petel 3.53
How to create a wrapping and/or multiline label in AWT.
Updated: 12 Aug 2001  
How to create a wrapping and/or multiline label in AWT
NT4, Win2K, Java, Java, Dev, Intermediate
Kyle Morris 3.40
Flat DOM
Updated: 24 Oct 2005  
A simpler way to process XML
XML, Java, Windows, Java, Visual Studio, Dev, Intermediate
Ian Schumacher 3.39
Java Chat With Customizable GUI
Updated: 7 May 2007  
A complete Java (AWT) Chat Application with great customizable GUI Interface. It has features such as general chat and private chat, music when message arrives, sending images and more
WinXP, ASP, Javascript, Java, Java, Visual Studio, Dev, Advanced
Jeeva S 3.37
Sample JNI Application
Updated: 19 May 2003  
Sample JNI DLL and Java test code
VC6, Win2K, WinXP, VS6, Java, Java, MFC, Dev, Intermediate
Rod VanAmburgh 3.36
Navigation Scheme in Sun Java Studio Creator IDE
Updated: 16 Aug 2004  
Frame-like navigation is possible with limited extent using Page Fragments
Java, Windows, Java, Visual Studio, Dev, Intermediate
mysorian 3.33
Simple LRU Caching with Expiration
Updated: 30 Oct 2005  
LRU caching code small enough to paste directly into your application
Java, Windows, Java, Dev, Intermediate
Ian Schumacher 3.27
An Enhanced INI File Class for Java
Updated: 26 Aug 2004  
A INI file manipulation class with support for environment variables
Java, Windows, Java, Visual Studio, Dev, Intermediate
Prasad Khandekar 3.10
Java Basics - Input and Output - Unedited
Updated: 5 Sep 2002  
This tutorial provides any beginner with the basic skills required to start programming in Java.
Java, Java, Dev, Beginner
John Croucher 3.04
Connection Pool for Application Clients in JBoss 3.2
Updated: 4 Oct 2004  
This article describes how to resolve the problem of connections of application clients with database in JBoss 3.2.x
NT4, Win2K, WinXP, Java, Java, Dev, QA, Intermediate
Yury Fedorov 3.00
Experiencing Jack (Agent development Environment)
Updated: 1 Apr 2006  
I have discussed how to set up Jack and what it defines an agent to be, plus a step-by-step procedure to compile and run an example in it
Javascript, Java, Windows, Java, Visual Studio, Dev, Intermediate
Salman Jamali 3.00
Using Sockets in Java - Server - Unedited
Updated: 24 Mar 2008  
creating a server program using Java
Java
Marius Iulian Mihailescu 3.00
A11Y and I18N Testing of Java based GUIs
Updated: 21 Jun 2004  
In this article, I am going to discuss the A11Y and I18N testing of Java based GUIs
Java, Windows, Java, Visual Studio, Dev, QA, Intermediate
Dr. Ivan S Zapreev 2.93
Manifest Reader for Ant Tool - Unedited
Updated: 3 Mar 2006  
An Ant task for reading manifest information from a jar file and display it.
Java, Java, Dev, Intermediate
Prasad Khandekar 2.90
Quick Mail using Java Mail API
Updated: 14 Jun 2005  
Sending Mails using Java API
NT4, Win2K, WinXP, Win2003, Java, Java, Visual Studio, Dev, Intermediate
Ashraf Mohamed 2.89
Multipart HTTP forms submitter - With Progress Information
Updated: 27 Jan 2006  
Submit multipart HTTP requests from Java and display information about the upload progress
WinXP, Java, Java, Dev, Intermediate
Tomer Petel 2.80
Persist in DataBase with AspectJ (AOP) - Unedited
Updated: 6 Sep 2004  
One of the multiple forms to give persistence in data base to an object of a class with oriented programming to aspects (AOP) in AspectJ
NT4, Win2K, WinXP, Win2003, Java, Java, Visual Studio, Architect, Dev, Intermediate
Mariano Lorente 2.75
Toggle the Multi Monitor Setting in Windows XP
Updated: 24 Apr 2008  
Automate - "Extend my Windows desktop onto this monitor" using Java
WinXP, Java, Dev, Beginner, Intermediate
Imran Ebrahim 2.60
Are Scala's Case Classes A Failed Experiment?
Updated: 5 Jul 2008  
An article that discusses Scala's case classes
Java, Java, Dev, Intermediate
Cedric Beust 2.43
How to Develop a Signed Applet
Updated: 31 Aug 2004  
Read/write the local machine file system using a signed applet
Java, Windows, Java, Visual Studio, Dev, Intermediate
Ashraf Mohamed 2.40
JSerWeb - Java Web Server
Updated: 26 Sep 2006  
Free Java Web Server
Java, Windows, Java, Visual Studio, Dev, Intermediate
Diego Barrientos 2.14
Graphical solution to eight queen problem - Unedited
Updated: 4 Oct 2005  
Provides a graphical solution to eight queen problem
Java, Java, Dev, Intermediate
SChat 2.13
Easy Conversion of Any File Type to Base64
Updated: 7 Aug 2004  
The program provides a User Interface to convert any file type to base64. The base64 conversion is to remove unreadable characters from your file. You can save your base64 code in a separate file and then convert it back to the original format whenever you want.
NT4, Win2K, WinXP, Win2003, Java, Java, Visual Studio, Dev, Intermediate
immaad 2.00
Daily Folder Appender
Updated: 17 Jun 2004  
A Log4j appender class to create daily folders
NT4, Win2K, WinXP, Win2003, Java, Java, Dev, Beginner
Prasad Khandekar 2.00
Mathematic Function Simulator in Java. How to develop a mathematic function. - Unedited
Updated: 20 Apr 2006  
This is java standalone application that shows a mathematic function in one or more charts.
IE 6.0, IE 5.5, Javascript, Java, Windows, Java, Dev, Advanced
lombamarc 2.00
Java Calender
Updated: 7 Jul 2006  
A Java application to generate the calender for a given year
WinXP, Win2003, Java, Java, Visual Studio, Dev, Advanced
Member 2495999 1.94
Free "tail -f" Tool for all Platforms: Tail for Windows, Tail for Linux and Tail for Mac
Updated: 19 Jul 2006  
MakeLogic Tail is a freeware similar to " tail -f " of Linux. It is Tail for Windows, Tail for Linux and Tail for Mac
NT4, Win2K, WinXP, Win2003, Java, Java, Visual Studio, Architect, DBA, Dev, QA, Linux, Intermediate
Madanu Ujjwal Kumar 1.91
Java System Tray Application using Visual Basic - Unedited
Updated: 2 Oct 2002  
This is Simple Java System Tray Application.. This Works only in Windows Environment. No Need For JNI.
.NET 1.0, NT4, WinXP, VB 6, C++, Java, Java, MFC, Dev, Intermediate
Jeeva S 1.85
Tab Control in Java ( in AWT) - Unedited
Updated: 17 Apr 2002  
This is a Java tab Control like SS Tab in VB. Its Cool One
.NET 1.0, NT4, WinXP, Java, Java, Dev, Advanced
Jeeva S 1.74
Email with Joshua Bloch for some java technical issues - Unedited
Updated: 19 Jan 2005  
discuss about java interface and the general contract when overriding equals
Java, Windows, Java, Visual Studio, Dev, Advanced
Jacklondon Chen 1.63
danish to english translator - Unedited
Updated: 12 Mar 2006  
compiler
Java, Windows, Java, Visual Studio, Dev, Intermediate
caoqi 1.41
SPFOL JSP FORUM - Unedited
Updated: 20 Nov 2004  
SPFOL JSP FORUM , is an cost-effective, user-friendly, easy to use, efficient, stable, secure and flexible, easy to setup bulletin board (forum) built on the Java J2EE technology (Jsp/Servlet). It is compatible with any Servlet Containers which supports Jsp 1.2 and Servlet 2.3..
Java, Windows, Java, .NET, Visual Studio, Dev, Advanced
zlst 1.40
Calucate average in Pocket PC - Unedited
Updated: 18 Aug 2004  
This is a Java-program to calculate the grade point average and the term's average
VS.NET2003, C#, Java, Windows, Win Mobile, Java, .NET, Dev, Intermediate
mohammed alodib 1.31
SCJP Exam Objectives - Unedited
Updated: 3 Feb 2006  
SCJP Exam Objectives
Java, Windows, Java, Visual Studio, Dev, Beginner
deepakgpatel 1.25
Java is afraid of Unions - Unedited
Updated: 11 Jun 2004  
Why Java doesn't support unions.
Java, Windows, Java, Dev, Advanced
Prof. Rajesh Patkar 1.20
Spirit of Automata - Unedited
Updated: 21 Jun 2005  
Characteristics, Principles of Industrial Automation Software
Java, Windows, Java, .NET, Visual Studio, Dev, Intermediate
manigandank 1.11
Using Sockets in Java - Client - Unedited
Updated: 24 Mar 2008  
creating a client program using Java
Java
Marius Iulian Mihailescu 1.00
another method to restore postgresql windows Database - Unedited
Updated: 12 Sep 2006  
postgresql windows version have some bug about db restore, here is a solution from java side
Java, Windows, Java, Visual Studio, Dev, Advanced
wayne wu  
Annotation Transformers in Java
Updated: 5 Jul 2008  
An article about Annotation transformers in Java
Java, Dev, Intermediate
Cedric Beust  
CAS May Be Easier in a Production Environment
Updated: 17 Jul 2008  
CAS may be easier in a production environment
Java, Dev, Intermediate
David Whitehurst  
 

Reflection

top
Title / Updated Author Score  
Java Generic Code - Reflection, the Easy Way - Unedited
Updated: 9 Apr 2004  
Make Java's Reflection easier with this utility class.
Java, Java, Dev, Advanced
Doron Barak 3.75
Java Generic Code - Power Of Reflection
Updated: 30 Sep 2004  
Java's Reflection enables programs to automatically flesh out simple interfaces to create automated data objects
Java, Windows, Java, Visual Studio, Dev, Advanced
Doron Barak 3.53
 

Security

top
Title / Updated Author Score  
Simplifying CAS for Security
Updated: 17 Jul 2008  
An article about simplifying CAS for security
Java, Dev, Intermediate
David Whitehurst  
 

Last Updated 20 Aug 2008
Advertise | Privacy
Copyright © CodeProject, 1999-2008
All Rights Reserved. Terms of Use