Home > Articles > Programming > Java

Java

693 Items

Sort by Date | Title

Applied Big Data Analysis in the Real World with MapReduce and Hadoop
Jan 23, 2013
In the third article in this series, Java programming expert Steven Haines demonstrates how to build a meaningful Hadoop MapReduce application to analyze hourly website usage from a set of Apache HTTP Server logs.
Applying Affine Transformation to Images
Oct 19, 2001
This sample chapter from Building Imaging Applications with Java Technology introduces interpolation, discusses image manipulation requirements, specifies requirements for performing manipulation functions, and builds a class for an image manipulation ...
Applying Code Generation Techniques to the J2EE Development
Jun 10, 2005
This chapter discusses the different approaches to code generation and looks at best practices for applying code generation techniques to the development of enterprise software for the J2EE platform.
Applying Murphy's Law to Java Development
Apr 19, 2002
Daniel Brookshier uses Murphy's famous Law to address some of the most common problems in software development, and what to do about them.
Arguing with Angle Brackets: A Step-by-Step Introduction to XML Schema
Oct 17, 2003
The primary building block for conveying meaningful information with XML is the W3C's XML Schema language. This article shows you step by step how to beat XML Schema into submission.
art_gore_outsourcing
Jan 1, 2003
Aspect-Oriented Programming with AspectJ: Application Description
Dec 20, 2002
Learn about the architecture, tools, and development environment of an application that allows registered users to access published content via the Web and submit new stories.
Aspect-Oriented Programming: A Tool for Internationalization
Feb 1, 2008
Stephen B. Morris explains how aspect-oriented programming can be used to solve some knotty problems and tackles the issue of internationalization.
Automating Programs with Robots
Apr 13, 2001
Did you know you can automate the execution of Java and non - Java programs by using robots? This article explains how.
Avoiding Java Exception Abuse
Dec 22, 2005
There are always exceptions to the rule, right? In Java, those exceptions allow a clean break from normal program flow in the event of an exceptional situation. They're not used for program flow interruption, but for program flow branching, which can sometimes lead to difficult-to-maintain code. Marcus Zarra walks you through several best practices for using exceptions in Java.
Bad Data and Buggy Code: Using Java's Exceptions and Debugging Features
Feb 18, 2005
In a perfect world, users would never enter data in the wrong form, files they choose to open would always exist, and code would never have bugs. Alas, we don't live in this perfect world. This chapter introduces the concepts of debugging and exception handling for when something goes wrong.
Basic Network Programming in J2ME MIDP
Aug 27, 2001
This sample chapter discusses the important concepts involved in network programming with J2ME MIDP-such as the difference between network programming with J2SE and with J2ME, and the concept of the Generic Connection framework.
Basic Program Structure of Java
Dec 22, 2001
This chapter goes beyond the traditional "Hello World" example and inspects the underlying structure of a more advanced Java program.
Basic Thread Operations in Java
Mar 22, 2002
This article by Java expert Jeff Friesen explores a variety of basic thread operations via appropriate methods in the Thread class.
Basics of Android Debugging
Apr 13, 2011
Shane Conder and Lauren Darcey provide a walk-through of Android application debugging techniques and the logic behind them.
Be a Better Java Programmer: A Reading List by Binu John
Oct 3, 2011
Java performance expert Binu John shares 6 of the most important books in his programming library and explains why each is so valuable.
BEA WebLogic Server 7.0: Debugging Applications
Feb 7, 2003
Study the four different techniques of debugging applications: debugging, assertion, tracing, and logging. Also learn about the support provided by WebLogic Server for logging, and the new logger API that is available with the JDK 1.4.
BEA WebLogic Server 7.0: Working with Servlets
Mar 7, 2003
Discuss the need for Web-enabled applications, the initial technique of Web-enabling applications using CGI, and how the Java servlet technology overcomes the drawbacks of CGI.
Beginning SOA Using BEA WebLogic Workshop
Oct 15, 2004
Emmanuel Proulx discusses service-oriented architecture (SOA) and provides an example of an SOA system using the BEA WebLogic Workshop development environment.
Big Data Analysis with MapReduce and Hadoop
Jan 9, 2013
Steven Haines presents an overview of Hadoop’s architecture and demonstrates, from a high-level, how to build a MapReduce application.

<< < Prev Page 2 3 4 5 6 Next >