Home > Articles > Programming > Java

Java

693 Items

Sort by Date | Title

An Introduction to J2EE
May 30, 2003
Look at the past of J2EE to understand its future with your work. Discover the basic architectural concepts, while building on the technical discussion of J2EE and progressing to an architectural view.
An Introduction to Neural Networks in Java
Jan 17, 2003
Artificial Intelligence programming is something that has interested nearly every programmer at one point or another. In this introduction to neural networks, Jeff Heaton shows you how to use a simple neural network to recognize patterns.
An Introductory Tutorial on Web Services, Java and XML
Jun 21, 2002
XML and Java play a central role in Web services. This tutorial gives a quick look at XML and how it makes data portable. Then it gives an overview of the Java APIs for XML. It describes each of the APIs individually and then presents a scenario that illustrates how they can work together.
An Overview of C++ and Java Facilities and Techniques for Defining Classes
Sep 24, 2013
This chapter from Object-Oriented Computation in C++ and Java: A Practical Guide to Design Patterns for Object-Oriented Computing covers the choices we face among language facilities that have duplicate or overlapping functionality, the background of various traditions in C++ and Java programming, and established principles of good programming practice as they apply to building and using object-oriented classes.
An Overview of EJB Technology
Jun 6, 2003
Learn the basics of Enterprise JavaBeans technology to set you on your way toward more complete comprehension. This outline will cover every aspect of the technology, but don't worry. It's not as difficult as it may seem.
An Overview of JavaServer Faces Technology
Jan 12, 2007
This sample chapter explains some of the primary benefits of using JavaServer Faces technology and what a JavaServer Faces application is.
An Overview of the Eclipse Infrastructure
Jul 7, 2006
Eclipse isn't a single monolithic program, but rather a small kernel called a plug-in loader surrounded by hundreds (and potentially thousands) of plug-ins. In this chapter Eric Clayberg and Dan Rubel give you a more in-depth understanding of Eclipse and its structure in relation to creating plug-ins.
Analysis, Design, and Development Techniques with J2EE
Jun 6, 2003
Creating a solid architecture that is appropriate for the application is a vital step in the development of a J2EE system. Learn the process of performing J2EE architectural analysis and design, and examine the various work artifacts created during this process.
Android 4.0: Ice Cream Sandwich and What It Means for Developers
Oct 24, 2011
The recent release of Ice Cream Sandwich (ICS, Android 4.0) marks a significant milestone of Android platform development. In this article Shane Conder and Lauren Darcey look at ICS from a developer's perspective, examining the SDK and updated development tools.
Android 4.1 (Jelly Bean) for Developers
Jul 31, 2012
Lauren Darcy and Shane Conder help you become familiar with the new Android 4.1 tools and SDK features.
Android Application Basics: Activities and Intents
Nov 22, 2010
After providing a brief overview of the basic building blocks of an Android application, this chapter explains activities and the intents that launch them.
Android Development Tips: Easy Work Queues with IntentService
Nov 9, 2011
Shane Conder and Lauren Darcey show you how to use IntentService and how to implement your own custom service class.
Android for Programmers Welcome App: Dive-Into Eclipse and the ADT Plugin
Dec 14, 2011
In this chapter, you’ll build the Welcome app, a simple app that displays a welcome message and two images — without writing any code — using the Eclipse IDE with the ADT (Android Development Tools) Plugin.
Android Honeycomb: Updated Animation
Oct 12, 2011
Android Honeycomb (Android 3.x) brought with it a new and updated animation system for developers to take advantage of. Shane Conder and Lauren Darcey show you how to use the tools to give your application a polished look and a fluid feel.
Android Tablet Development Tips and Tricks
May 4, 2011
Shane Conder and Lauren Darcey, the authors of Android Wireless Application Development, Second Edition, provide some handy pointers to help you develop and market Android apps for this large new niche.
Ant User, Let Me Introduce Maven
Jul 29, 2005
Ant user? Meet the new kid on the block: Maven. Webster's Dictionary says that "maven" means "experienced or knowledgeable," and this product lives up to its moniker. In this introduction, Marcus Zarra walks you through a sample development project using Maven. See how using Maven can give consistency and ease of use to your Java development projects.
Ant: Building a Better Build File
May 6, 2005
Want to keep your build file lean, mean, and totally maintainable? Marcus Zarra tells you why Jakarta's Ant is a relatively easy-to-use way to build your projects (and how to avoid its common pitfalls).
Ant: Global Concepts
Dec 6, 2002
Joey Gibson, Kirk Pepperdine, Alan Williamson, and Andrew Wu study of a useful standard development directory tree, cover the basic targets of almost every Ant build file, data types, listeners and loggers, and the Ant command line.
Application Contexts for Spring Web Services
Sep 16, 2008
Stephen B. Morris fills in some gaps in the Spring literature by helping you to come to grips with application contexts in Spring web services.
Application Servers and Enterprise JavaBeans
Jun 1, 2001
In this article, you learn how application servers provide enterprise application components, and you examine the various roles in application server architectures. You also explore how Enterprise JavaBeans can help application-enable an enterprise.

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