Category General

Validation with Java and XML Schema, Part 1

Learn the value of data validation and why pure Java isn’t the complete solution for handling it As technologies have matured and APIs for Java and other languages have taken more of the burden of low-level coding off your hands…

Class action

Discover more about creating Java classes In the last Java 101 column, I presented the different primitive types that Java supports. I also discussed variables, their scope and characteristics, and the various places where developers can implement them. In addition,…

Brewing entity Enterprise JavaBeans

Harness the power of entity beans Enterprise JavaBeans (EJB) represents a fundamental change in the world of enterprise software. The EJB specification provides the software development community with the component model, maintains interoperability between EJB and non-EJB applications (including non-Java-based…

Site links developers directly to projects

The HotDispatch marketplace brings Java developers and companies together — worldwide August 28, 2000 — Software developers worldwide are taking advantage of a Web-based exchange by which they sell their expertise in Java, Linux, and other software technologies directly to…

JDK 1.2 breaks the Java sound barrier

Learn how to implement JDK 1.2’s high-quality sound Earlier versions of the JDK produced audio through an applet or an application in .au format only, which provided support for 8,000 Hz mono 8-bit mu-Law-encoded audio clips. That fairly substandard sound…

Programming restrictions on EJB

Learn to write reliable and portable EJB 1.1 components Enterprise JavaBeans (EJB) is a specification and architecture for the development and deployment of distributed server-side, transactional, and secure business application components. The EJB architecture is the basis and core of…