5,114,210 members and growing! (12,391 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  
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.50
 

Java Programming - General

top
Title / Updated Author Score  
How to write small and useful programs - Unedited
Updated: 13 Sep 2005
A tutorial with Java samples
Java, Windows, Java, Visual Studio, Dev, Intermediate
Xiangyang Liu 4.24
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.22
'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
JScript, Java, Java, Dev, Intermediate
Glenn S. Peffers 4.15
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
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
Consuming Web Service in Java 5 - Unedited
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 - Unedited
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 - Unedited
Updated: 24 Oct 2005
A simpler way to process XML.
XML, Java, Windows, Java, Visual Studio, Dev, Intermediate
Ian Schumacher 3.39
Navigation Scheme in Sun Java Studio Creator IDE - Unedited
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
Java Chat With Customizable GUI - Unedited
Updated: 7 May 2007
A Complete java (AWT) Chat Application with great Customizable GUI Interface. It have Genral Chat and Private Chat.,Music when message comes,Sending Images and More.
WinXP, ASP, JScript, Java, Java, Visual Studio, Dev, Advanced
Jeeva S 3.32
Simple LRU caching with expiration - Unedited
Updated: 30 Oct 2005
LRU caching code small enough to paste directly into your application.
Java, Windows, Java, Dev, Intermediate
Ian Schumacher 3.23
Sample JNI application - Unedited
Updated: 19 May 2003
Sample JNI dll and Java test code
VC6, Win2K, WinXP, VS6, Java, Java, MFC, Dev, Intermediate
Rod VanAmburgh 3.20
An enhanced INI file class for java - Unedited
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
Connection Pool for Application Clients in JBoss 3.2 - Unedited
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) - Unedited
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.
JScript, Java, Windows, Java, Visual Studio, Dev, Intermediate
Salman Jamali 3.00
A11Y and I18N testing of Java based GUIs. - Unedited
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
Ivan S Zapreev 2.93
Multipart HTTP forms submitter - with Progress information - Unedited
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
Quick Mail using Java Mail API - Unedited
Updated: 14 Jun 2005
Sending Mails using Java API
NT4, Win2K, WinXP, Win2003, Java, Java, Visual Studio, Dev, Intermediate
Ashraf Mohamed 2.76
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, Arch, Dev, Intermediate
Mariano Lorente 2.75
How to develop a signed applet - Unedited
Updated: 31 Aug 2004
Read/write the local machine file system using singed applet
Java, Windows, Java, Visual Studio, Dev, Intermediate
Ashraf Mohamed 2.40
JSerWeb - Java Web Server - Unedited
Updated: 26 Sep 2006
Free Java Web Server
Java, Windows, Java, Visual Studio, Dev, Intermediate
Diego Barrientos 2.14
Easy conversion of any file type to Base64 - Unedited
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 - Unedited
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, JScript, Java, Windows, Java, Dev, Advanced
lombamarc 2.00
Java Calander - Unedited
Updated: 7 Jul 2006
A java application to generate the calander for the 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 - Unedited
Updated: 19 Jul 2006
MakeLogic Tail is a freeware similar to " tail -f " of Linux. It is Tail for Widows, Tail for Linux and Tail for Mac
NT4, Win2K, WinXP, Win2003, Java, Java, Visual Studio, Arch, DBA, Dev, QA, Linux, Intermediate
Madanu Ujjwal Kumar 1.91
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 1.89
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.64
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
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..
J#, 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, WinCE, 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.29
danish to english translator - Unedited
Updated: 12 Mar 2006
compiler
Java, Windows, Java, Visual Studio, Dev, Intermediate
caoqi 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
J#, Java, Windows, Java, .NET, Visual Studio, Dev, Intermediate
manigandank 1.11
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  
 

Reflection

top
Title / Updated Author Score  
Java Generic Code - Power Of Reflection - Unedited
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.67
 

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