Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Web services and J2EE connectors for B2B integration
Using Java to read bar codes
User interface logic in use case modeling
uCertify SCJP - 310-035, Exam Simulation 7.00.05
Turning streams inside out
The Java 2 user interface
The Jxta command shell
Take a shine to JRuby
Structural Analysis for Java
Quick Java programming with FESI
Jikes Bytecode Toolkit
JAR Class Finder
Introduction to WBEM and the CIM
How Bridge2Java helps expand your Java code's horizons
Getting started with the FMA and Jiro
Top Code
An introduction to neural networks
Build interoperable Web services with JSR-109
Build your own Java-based supercomputer
Creating a text adventure game in Java
Data Wizard for Java
Diagnosing Java Code: Glass box extensibility
Diagnosing Java Code: The Liar View bug pattern
Extending Ant to support interactive builds
Faster apps on a better machine
Generate certificate chains for testing Java applications
Getting started with the FMA and Jiro
How Bridge2Java helps expand your Java code's horizons
Introduction to WBEM and the CIM
JAR Class Finder
Jikes Bytecode Toolkit
Java > Tips and Tutorials > Miscellaneous
Source List
All | Freeware

Code 11-20 of 25   Pages: Go to  << Prior  1  2  3  Next >>  page  


Java developers can use this tutorial to gain knowledge about the Java library, Jikes Bytecode Kit. This library helps them to query and update a high level representation of a collection of Java class files including the relationship between those f



Users can utilize this tutorial to gain complete knowledge about the JAR class finder which is a plug in utility that aids in fixing exceptions like 'Noclassdeffound'. The author also explains how to resolve such type of exceptions that occurs during



This article provides an introduction to WBEM (Web-Based Enterprise Management), which provides a standardized method for accessing managed resources. Managing enterprise networks has been made easy as WBEM simplifies the process of creating manageme



As a Java Programmer if you want to reuse codes written in some other language other than Java, then Bridge2Java, which is an IBM alphaWorks technology can help you. It enables Java developers to integrate COM objects into their applications and also



This article provides the user a detailed introduction of the FMA (Federated Management Architecture), which is a standard extension to the Java 2 platform. It also explains how it creates the policy-based management application infrastructures. The



This is an useful article for software developers to learn about software testing modules. The author has narrated on what actually does 'Digital certificates' mean in PKI basics and briefs about the method of generating testing certificates using th



This tutorial provides you with directions for profiling, monitoring, and performance tuning tips for hardware capacity, the Linux 2.2.x kernel, the IBM Developer Kit 1.3, and your Java applications with which you can build and run faster Java Applic



This tutorial provides explanation to extent Ant for creating run time interactive builds by changing the parameter. Java community use Ant to create automatic builds. Even though the user is unfamiliar with the build files the prompts enables the us



This is an article about Glass box extensibility with which a software system can be extended with altering the original code. Glass box lies as the medium between black box design, in which extensions are built without viewing the original code and



The model-view-controller is generally used while designing the GUIs. In this the view is separated from the model, which causes lot of difficulty in automated testing to verify state change of state in the model is exactly reflected in the view. Sin