Click here to Skip to main content
6,634,665 members and growing! (16,299 online)
Email Password   helpLost your password?
Article Category: All Topics MFC/C++ C# VB.NET ASP.NET SQL Architect Windows 7 Java LAMP Mobile CEO / Manager
Announcements
BullFrog Power
 
Search    
Add to IE Search

Java


Languages » Java
Language
Platform
Technology
Audience
Skill Level
Topic
Clear All

Contents

 

Java Programming - Beginners

top
Title / Updated Author Score  
Java Class Viewer
Updated: 3 May 2009  
Watch the Java class file visually & interactively for the meaning of every byte
Java, Java (JavaSE 6, J2EE), Swing, Architect, Dev, Design
Amos Shi 4.82
Intro to JavaFX - Dummy Chess
Updated: 17 Apr 2009  
This article describes my experiences in trying to learn the JavaFX programming language by writing a Chess program.
Java, Java, ASP.NET, Dev
El Bob-O 4.69
Programming 2D Games in J2ME
Updated: 23 Apr 2009  
It is easy to run your own game on your own mobile
Java, Java (JavaSE 6, J2SE 5, J2SE 4, J2ME, J2EE), Architect, Dev
hoangtuanbs 4.64
Create a Simple Web Service Using JBossWS - Unedited
Updated: 5 Feb 2009  
An article on how to create a simple web service using JBossWS, how to deploy and test.
Java, Java (JavaSE 6, J2SE 5, J2SE 4, J2ME, J2EE), Swing, Dev
Hanbo 4.46
JNI Basics - 1
Updated: 10 Sep 2002  
Calling native functions which are written in C or C++ from Java, using JNI.
Java, VC6, VC7, Java, Win2K, WinXP, Visual Studio, Dev
Irfan Dawood 4.21
iChat... Yet Another Server/Client Model...
Updated: 3 Apr 2009  
Did it for the sake of a mini-project... Watch out for my real project...
Java, Java (JavaSE 6), AWT, Swing, Dev
x.infiniteloop 4.09

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, Apache, Dev
David Whitehurst 3.91
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 (J2EE), Dev
bijulsoni 3.60

Java Programming - General

top
Title / Updated Author Score  
Hosting WPF Content in a Java Application
Updated: 26 Apr 2009  
Demonstrates a simple technique for embedding WPF/.NET Components into Java GUI
Java, Windows (WinXP, Win2003, Vista, Win2008), Java, .NET (.NET 2.0, .NET 3.0), Win32, Visual Studio (VS2005, VS2008), GDI+, WPF, WinForms, AWT, JNI, Swing, Architect, Design
Vitaly Shelest 5.00
OpenNxSerialization
Updated: 16 Jun 2009  
Speed up object serialization in Java.
Java, Java, Dev
.Shoaib 5.00
Beginning Java ME: A Simple Mandelbrot Viewer
Updated: 16 Jul 2009  
Renders the Mandelbrot Set on your mobile device, with panning and zooming
Java, Java (J2ME), Mobile, Architect, Dev
Dmitry Brant 5.00
How to invoke Java web service in ASP.net using C# - Unedited
Updated: 7 Jan 2009  
Web Services Interoperability
Java, Java (J2EE), Dev
Bikash Shaw 4.85
A Quick Look at API Design
Updated: 29 Apr 2009  
Suggestions to improve your approach to API design.
Java, Java, Architect, Dev
BurkHufnagel 4.80
An Introduction to Java GUI Programming
Updated: 19 Feb 2009  
An article to launch the beginner into the world of Java GUI programming
Java, Windows, Java, Swing
logicchild 4.78
Introduction to Graph with Breadth First Search(BFS) and Depth First Search(DFS) Traversal Implemented in JAVA
Updated: 3 Jan 2009  
This article provides a brief introduction about graph data structure with BFS and DFS traversal algorithm.
Java, Windows, Java, Dev
bijulsoni 4.71
JSP - JSTL Custom Tag Library
Updated: 8 Dec 2008  
JSP custom tags provide a standardized mechanism for separating the presentation and business logic in a dynamic web page, allowing page designers to focus on the presentation while application developers code the backend.
Java, Java (J2SE 5), Architect, Dev
Bikash Shaw 4.70
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
Member 2230040 4.68
Face Collage
Updated: 11 May 2009  
Java code to create your own face collage
Java, Windows, Java, Dev
abcbalaji 4.67
PDF Generation using XSLFO and FOP
Updated: 26 Jun 2009  
An article describes how to create PDF document programmatically using XSLFO and FOP
Java, Windows, Java, Dev
Shyam S 4.67
Java Mini Puzzler
Updated: 1 May 2009  
Three examples of Java code that doesn't do what you'd expect
Java, Java, Dev
BurkHufnagel 4.65
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
Carlos Jaimez 4.63
Network Application Framework with Java
Updated: 7 Apr 2009  
Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an abstract · event-driven · asynchronous API over various transports such as TCP/IP and UDP/IP via Java NIO.
Java, Swing, Dev
jaigharge 4.60
Manipulating Collections Without Loops with lambdaj
Updated: 14 Jun 2009  
A thread safe library of static methods that provides an internal DSL to manipulate Java collections without loops
JavaJavaSE 6, J2SE 5, Architect, Dev
Mario Fusco 4.50
Functional Java
Updated: 15 Nov 2009  
Functional programming with functors and object streams in Java
Java, Dev
Stephen Swensen 4.50
Java look & feel themes
Updated: 4 Jul 2002  
Enhance visual appeal of your swing application with colorful and customizable themes.
Java, Java, Dev
Manish Hatwalne 4.33
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
Implementing the Null Object Pattern with a proxy
Updated: 16 Feb 2009  
This article shows how a Null Object can be dynamically generated with a proxy.
Java, Java, Dev
Mario Fusco 4.33
4 Simple Rules for Effective Bug-free Concurrent Programming
Updated: 28 Feb 2009  
This article shows with an example some rules for effective concurrent programming
JavaJavaSE 6, J2SE 5, Architect, Dev
Mario Fusco 4.33
Lambdaj 2.0 Brings (Almost) Real Closures to Java
Updated: 6 Sep 2009  
How lambdaj tries to partially fill the lack of closures in Java
Java, Java (JavaSE 6, J2SE 5, J2SE 4, J2ME, J2EE), Dev
Mario Fusco 4.33
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
Davanum Srinivas 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
Xiangyang Liu 刘向阳 4.32
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.
Java, VC6, VC7, Java, Win2K, WinXP, MFC, Dev
Stanley Wang 4.30
How to Write Small and Useful Programs
Updated: 13 Sep 2005  
A tutorial with Java samples
Java, Windows, Java, Visual Studio, Dev
Xiangyang Liu 刘向阳 4.25
An Introduction to the Java 2D API
Updated: 11 Mar 2009  
An article for the student of Java GUI programming.
Java, Java, Swing, Dev
logicchild 4.25
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
Xiangyang Liu 刘向阳 4.17
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
Member 2230040 4.13
Lucene Website Crawler and Indexer
Updated: 31 Jan 2009  
Java Lucene website crawler and indexer
JavaJavaSE 6, J2SE 5, J2SE 4, J2ME, J2EE, Swing, Apache, Architect, Dev, Design
spfws 4.13
'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
Glenn S. Peffers 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.
Java, Java, Win2K, WinXP, Dev
Sidney Chong 4.00
Easier Execution of External Processes in Java
Updated: 7 Apr 2004  
Execute any external Process from your Java code without worry
Java, Java, Dev
Doron Barak 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 (JavaSE 6, J2SE 5, J2SE 4), AWT, Swing, Dev, Design
kaushik_sathupadi 4.00
Structural Typing vs. Duck Typing
Updated: 5 Jul 2008  
An article that discusses structural typing vs. duck typing
Java, Dev
Cedric Beust 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
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
Member 2230040 4.00
A Debugging Package for Java
Updated: 20 Mar 2003  
A debugging class for Java applications and applets.
Java, Java, Dev
Robert Little 3.95
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, Office, Dev
ggraham412 3.94
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
Member 2230040 3.94
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
Java, Java, Win2K, Dev
Mark Kozel 3.90
LZW Compression Algorithm Implemented in Java
Updated: 13 Aug 2006  
This article provides an implementation of the LZW compression algorithm in Java
Java, Java, Dev
fahadkhowaja 3.75
The Asti Spumante Bar Code
Updated: 3 Jun 2008  
An interesting article to learn how UPC-A bar coding works
JavaWin2K, WinXP, Dev
Ali BaderEddin 3.75
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
Dan Bunea 3.72
KeyGuard, JAR Signing Utility
Updated: 25 Feb 2005  
A small utility to automate and simplify the process of JAR signing
Java, Java, Dev
Doron Barak 3.72
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
Java, Java, Win2K, Dev
Kyle Morris 3.67
Match your String with Wild Card Characters
Updated: 23 Jul 2008  
This article gives you an idea of how to compare your string with * and ? so called wild cards
JavaJ2SE 5, Dev
DebadattaMishra 3.67
Introduction to JAVA ME Programming
Updated: 10 Mar 2009  
A guide to write a basic JAVA Midlet
JavaJavaSE 6, J2SE 5, J2SE 4, J2ME, J2EE, Dev
krasnoff 3.67
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
Java, VC6, Java, Win2K, WinXP, Dev
Tomer Petel 3.63
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
mastergaurav 3.63
Hide the JVM Console window
Updated: 20 Mar 2000  
A simple application that hides the JVM console window while your JVM GUI runs
Java, VC6, Java, Dev
Buddy 3.62
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
Javascript, Java, Java, WinXP, ASP, Visual Studio, Dev
Jeeva S 3.53
Java Native Interface Auto Loader for JAR Deployment
Updated: 16 May 2008  
In this tutorial, I will try to explain how to use JNI auto loader for JAR file.
Java, Java, JNI
Alice Huang 3.50
Tracing in Java applications
Updated: 16 Jan 2002  
A simple thread-safe Java class to dynamically generate trace info.
Java, Java, Dev
Xiangyang Liu 刘向阳 3.44
Digital Clock
Updated: 12 Mar 2003  
A digital clock JavaBean for use in a JavaBean aware IDE
Java, Java, Dev
Robert Little 3.44
Sample JNI Application
Updated: 19 May 2003  
Sample JNI DLL and Java test code
Java, VC6, Java, Win2K, WinXP, MFC, Dev
Rod VanAmburgh 3.40
Flat DOM
Updated: 24 Oct 2005  
A simpler way to process XML
XML, Java, Windows, Java, Visual Studio, Dev
Ian Schumacher 3.39
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
mysorian 3.33
How the Java Virtual Machine (JVM) Works
Updated: 25 Nov 2008  
How the Java Virtual Machine Works: Inside the JVM.
Java, Architect, Dev, Design
Bikash Shaw 3.28
Simple LRU Caching with Expiration
Updated: 30 Oct 2005  
LRU caching code small enough to paste directly into your application
Java, Windows, Java, Dev
Ian Schumacher 3.27
Java Learner IDE
Updated: 7 Nov 2007  
A single window Java Learner IDE with C#
C# 2.0, Java, .NET 2.0, Win2K, WinXP, Win2003, VistaVS2005, Dev
NinethSense 3.21
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
Prasad Khandekar 3.08
Java Basics - Input and Output
Updated: 5 Sep 2002  
This tutorial provides any beginner with the basic skills required to start programming in Java.
Java, Java, Dev
John Croucher 3.08
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
Java, Java, Win2K, WinXP, Dev, QA
Yury Fedorov 3.00
Quick Mail using Java Mail API
Updated: 14 Jun 2005  
Sending Mails using Java API
Java, Java, Win2K, WinXP, Win2003, Visual Studio, Dev
Ashraf Mohamed 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
Salman Jamali 3.00
Using Sockets in Java - Server
Updated: 24 Mar 2008  
Creating a server program using Java
Java
Marius Iulian Mihailescu 3.00
Loading Application Properties from a Database
Updated: 16 Sep 2008  
Use Spring and Commons Configuration to load application properties from a database
Java, Java, JDBC, Dev, Design
daniel_at_work 3.00
Building Tree Structure Domain Model
Updated: 12 Dec 2008  
How to build domain model with tree structure, thinking Object-Oriented
Java, UML, Dev, Design
RipleyKuo 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
Dr. Ivan S Zapreev 2.93
Manifest Reader for Ant Tool
Updated: 3 Mar 2006  
An Ant task for reading manifest information from a jar file and displaying it
Java, Java, Dev
Prasad Khandekar 2.90
Multipart HTTP forms submitter - With Progress Information
Updated: 27 Jan 2006  
Submit multipart HTTP requests from Java and display information about the upload progress
Java, Java, WinXP, Dev
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
Java, Java, Win2K, WinXP, Win2003, Visual Studio, Architect, Dev
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
JavaWinXP, Dev
Imran Ebrahim 2.60
Detecting a Firefox Extension using JavaScript - Unedited
Updated: 30 Jul 2008  
The following explanation will help you understanding the way you detect if a Firefox extension is installed on your system. This also tackles handles the problems you might face using Firefox 3.
Javascript, HTML, Windows, Architect, Dev
saud_ad 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
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
Ashraf Mohamed 2.40
JSerWeb - Java Web Server
Updated: 26 Sep 2006  
Free Java Web Server
Java, Windows, Java, Visual Studio, Dev
Diego Barrientos 2.33
Simple and Powerfull TableModel with Reflection. - Unedited
Updated: 5 Jun 2009  
No more problems with complexity of TableModels.
Java, Java (JavaSE 6, J2SE 5), Swing, Dev
Mark_Ameba 2.33
Graphical solution to eight queen problem - Unedited
Updated: 4 Oct 2005  
Provides a graphical solution to eight queen problem
Java, Java, Dev
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.
Java, Java, Win2K, WinXP, Win2003, Visual Studio, Dev
immaad 2.00
Daily Folder Appender
Updated: 17 Jun 2004  
A Log4j appender class to create daily folders
Java, Java, Win2K, WinXP, Win2003, Dev
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.
Javascript, Java, Windows, JavaIE 6.0, IE 5.5, Dev
lombamarc 2.00
Java Calender
Updated: 7 Jul 2006  
A Java application to generate the calender for a given year
Java, Java, WinXP, Win2003, Visual Studio, Dev
Member 2495999 2.00
Applications Properties in Java - Unedited
Updated: 4 Jun 2009  
Stratagies for managing application properties in Java
Java, Java (JavaSE 6, J2SE 5, J2SE 4, J2ME, J2EE), Architect, Dev, Design, SysAdmin
daniel_at_work 2.00
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.
C++, Java, VB 6, Java, .NET 1.0, WinXP, MFC, Dev
Jeeva S 1.96
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
Java, Java, Linux, Win2K, WinXP, Win2003, Visual Studio, Architect, DBA, Dev, QA
Madanu Ujjwal Kumar 1.91
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
Java, Java, .NET 1.0, WinXP, Dev
Jeeva S 1.83
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
Jacklondon Chen 1.63
danish to english translator - Unedited
Updated: 12 Mar 2006  
compiler
Java, Windows, Java, Visual Studio, Dev
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
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
C#, Java, Windows, Win Mobile, Java, .NETVS.NET2003, Dev
mohammed alodib 1.27
SCJP Exam Objectives - Unedited
Updated: 3 Feb 2006  
SCJP Exam Objectives
Java, Windows, Java, Visual Studio, Dev
deepakgpatel 1.25
Java is afraid of Unions - Unedited
Updated: 11 Jun 2004  
Why Java doesn't support unions.
Java, Windows, Java, Dev
Prof. Rajesh Patkar 1.19
Spirit of Automata - Unedited
Updated: 21 Jun 2005  
Characteristics, Principles of Industrial Automation Software
Java, Windows, Java, .NET, Visual Studio, Dev
manigandank 1.09
Using Sockets in Java - Client - Unedited
Updated: 24 Mar 2008  
creating a client program using Java
Java
Marius Iulian Mihailescu 1.00
Shove - Shell Shoveler - Unedited
Updated: 1 Mar 2008  
Emulate the NetCat Feature.
Java, Java, Dev
st0le  
Annotation Transformers in Java
Updated: 5 Jul 2008  
An article about Annotation transformers in Java
Java, Dev
Cedric Beust  
CAS May Be Easier in a Production Environment
Updated: 17 Jul 2008  
CAS may be easier in a production environment
Java, Dev
David Whitehurst  
Using the Flickrj API - Unedited
Updated: 3 Dec 2008  
Program written in Java, using the flickrj API, to browse a Flickr username's contacts
Java, Java (JavaSE 6)
stefanbb  
Modifying j2mepolish styles at runtime using code
Updated: 28 Jan 2009  
This article shows how to modify the j2mepolish styles of a j2me application at runtime using code and not CSS files.
Java, Dev
Badea Florin  
How to Write Applet Code
Updated: 19 Mar 2009  
An article to help write applet code.
Java, Java, Swing, Dev
logicchild  
Deploying Grails with Groovy
Updated: 17 Apr 2009  
Deploying Grails with Groovy
Java (JavaSE 6, J2SE 5, J2SE 4, J2ME, J2EE), Swing
Matt Stine  
An introduction to JavaCC - Unedited
Updated: 22 Apr 2009  
simple introduction to JavaCC for beginners in parser development
Java, Windows, All Topics, Architect, Dev, Design
Sojan P R  
Question with Media Player in Java - Unedited
Updated: 17 Nov 2009  
Hi, I'm doing a project on a media player created with java netbeans. Basically I'm able to create a simple media player that is able to play files in mpeg or mp3 that I have selected. I am trying to now create maybe a button that will link to a mpeg file straightaway without selection going through
Java
nicohnicoh  
basic question on exceptions - Unedited
Updated: 18 Nov 2009  
when an exception occurs that a method is unable to handle - does the program terminate and show the error number ? where does the error number and information about the error come from ? should the programmer while coding have an idea what kind of exception might occur. if so why does'nt he ens
Java
sumitnxt  
basic question on exceptions - Unedited
Updated: 18 Nov 2009  
Good question. My opinion is that the developer should be handling the exceptions that they are aware of (and perhaps responsible for) at the layer they are working. If they create any new exceptions then they are responsible for passing that data along in their docs so the consumer can handle th
Java
Ray Cassick  
Decoding SMS PDUs - Unedited
Updated: 19 Nov 2009  
Hi,I have a java messaging application which responds to customers based on a keyword.  The issue is: Some customers sms keywords in their native language (hindi/kannada).  The http request (after conversion from sms to http) contains hexadecimal characters. I guess these are PDUs.  The PDUs are of
Java
manu96  
Decoding SMS PDUs - Unedited
Updated: 20 Nov 2009  
I am sure there is an HTMLDecoder class for Java same as there is for .Net, I think that is what you are trying to do.
Java
daveauld  
playing audio file in java - Unedited
Updated: 20 Nov 2009  
I have code for playing audio file using sun.audio.* package and i can only able to play small clip files but not large files which runs through for mins. Could any one able to guide me to overcome this problem  I provided my code for reference: import java.io.FileInputStream; import sun.audio.*
Java, jdk
venkatglasses  
Delete a row from a SQL table via Java - Unedited
Updated: 20 Nov 2009  
How do I delete a row from SQL table through Java by accepting a username from user?
Java, SQL
sup0077  
Delete a row from a SQL table via Java - Unedited
Updated: 20 Nov 2009  
Though the SQL for a simple delete operation will remain the same no matter what language you use and what database you use, the code to connect to the database and execute the query will change based on which library you're using to connect to the database. Just search for JDBC and how to connect t
Java, SQL
SimulationofSai  
Exception Interceptor - Unedited
Updated: 21 Nov 2009  
Hi, I need your help: I was trying to look information about this, but i cant find it or i am unable to understand since i am a beginner on this: What i want to do is to create an exception interceptor. My application is being created with java, jsp, struts. So i want to create a basic excepti
Java, struts, exception, interceptor
jomontero  

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
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
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
David Whitehurst  

Last Updated 23 Nov 2009
Advertise | Privacy
Copyright © CodeProject, 1999-2009
All Rights Reserved. Terms of Use