Home > Articles > Programming > Java

Java

693 Items

Sort by Date | Title

Choosing the Appropriate JDBC Driver to Connect to an Oracle Database
Nov 6, 2000
Oracle8i provides two different client-side programmatic interfaces for Java developers to access data stored in the database: JDBC and SQLJ (enabling SQL to be embedded in Java). Oracle expert Megh Thakkar discusses the JDBC drivers that can be used ...
Code as Data: Java 8 Interfaces
Jun 2, 2014
Tired of updating Java interfaces and implementation code? Would you prefer an easier way of maintaining your Java service interfaces? Are you finding anonymous class instances a little too heavyweight in your Java GUIs? Java 8 provides some lightweight facilities that may be just what the coding doctor ordered. Stephen B. Morris explores the functional programming world of Java 8.
Code Spelunking in Java
Dec 6, 2002
Joshua Engel discusses how to examine the code base of a large project.
Comparing JSTL and JSP Scriptlet Programming
Dec 27, 2002
Jeff Heaton discusses how JSP Tag Library (JSTL) can provide a more consistent source code that is easy for HTML programmers to learn.
Comparing Water to JSP for Building Web Sites
Jul 19, 2002
Water is a new XML-Native object-oriented programming language that allows you to program in XML. Learn about the functionality of Water with a sample program and see how this open language simplifies the development of new Web services and programs.
Concepts of the Eclipse Rich Client Platform: What It's All About
Nov 23, 2005
The Eclipse environment is very rich, but there are just a few concepts and mechanisms that are essential to Eclipse-ness. In this chapter, we introduce these concepts, define some terminology, and ground these concepts and terms in technical detail. The ultimate goal is to show you how Eclipse fits together, both physically and conceptually.
Concurrency in Java
May 2, 2003
This chapter will give you a solid foundation in the basics of concurrency so that you can understand the concepts and write reasonable multithreaded programs.
Concurrent Object-Oriented Programming
May 25, 2001
Learn how concurrency and objects fit together, how the resulting design forces impact construction of classes and components, and how some common design patterns can be used to structure solutions.
Concurrent Programming in Java: Creating Threads
Jun 1, 2001
Doug Lea discusses creating threads in Java, including oneway messages, services in threads, and parallel decomposition.
Concurrent Programming in Java: State Dependence
Apr 18, 2003
This chapter from "Concurrent Programming in Java: Design Principles and Patterns" covers State Dependence, including dealing with failure, guarded methods, structuring and refactoring classes, and joint actions.
Configuring an Eclipse Java Project
Mar 4, 2005
Eclipse includes a wide assortment of configuration options that control project compilation or enhance productivity. This sample book chapter will keep you from getting overwhelmed by the number of choices.
Configuring Boot Disks
Mar 15, 2002
This sample chapter presents a reference configuration of the root disk and associated disks that emphasizes the value of configuring a system for high availability and high serviceability and outlines the methods used create such a system.
Configuring Boot Disks With Solaris Volume Manager Software
Jan 24, 2003
This article focuses on the Solaris 9 Operating Environment, Solaris Volume Manager software, and VERITAS Volume Manager 3.2 software. It describes how to partition and mirror the system disk, and how to create and maintain a backup system disk.
Configuring SSL on BEA WebLogic Server 8.1
Apr 29, 2005
Using the Secure Sockets Layer (SSL) protocol is a relatively simple way to help protect your private information from spying eyes. Jon Svede shows how easy it is to set up SSL on BEA WebLogic Server 8.1.
Constructing a Solution: Servlets, JSP, and Enterprise JavaBeans
Mar 22, 2002
In this sample chapter from Developing Applications with Java™ and UML, Paul Reed generates initial skeleton code from the class diagram that we built in Rational Rose, and then begins filling in the code to make the skeleton do something for us.
Constructing a Solution: Servlets, JSP, and JavaBeans
Mar 22, 2002
In this sample chapter from Developing Applications with Java™ and UML, Paul Reed pulls together various technology puzzle pieces we and builds the first round of our architectural prototype.
Container Managed Persistence (CMP) versus Bean Managed Persistence (BMP) Entity Beans
Jun 22, 2001
This fifth article in a continuing column on Java enterprise technologies discusses the creation and deployment of a Bean Managed Persistence (BMP) Entity Bean.
Controlling Both Ends of the Communications Channel: From Cocoa to Servlets
Jun 2, 2006
Objective-C/Cocoa is the dominant language/API for Apple's OS X. Java is the dominant language for Web portals and other Internet services. So wouldn't it make sense for these two technologies to talk to each other? Marcus Zarra walks you through a simple solution to get these two technologies communicating.
Controlling Program Flow in Java
May 23, 2003
This excerpt from Thinking In Java shows you how to use operators and execution control statements.
Converting a Java Program into an Android App
Sep 25, 2013
Bintu Harwani helps Java programmers understand the basic differences between Java and Android applications and the steps required to convert or re-create a Java program as an Android app.

<< < Prev Page 4 5 6 7 8 Next >