Beginning Java Objects: From Concepts To Code, Second Edition

Learning to design objects effectively with Java is the goal of Beginning Java Objects: From Concepts to Code, an intensive yet approachable guide to object design, using UML and today’s hottest programming language. Plenty of titles dig into the Java language in massive detail, but this one steps back and…

 

Beginning J2ME: From Novice to Professional, Third Edition

Have you thought about building games for your cell phone or other wireless devices? Whether you are a first-time wireless Java developer, or an experienced professional— Beginning J2ME, Third Edition brings exciting wireless and mobile Java application development right to your door! This book will empower you with numerous topics:…

 

Pro Apache Tomcat 6

Pro Apache Tomcat 6 is ideal for Tomcat administrators and others who want to configure Tomcat. It covers only Tomcat 6 and doesn\t get bogged down trying to overexplain tasks from each older version of the server. The book examines the entire installation, including file system, database, and web server, and…

 

Pro Wicket

Wicket is an open source, component-oriented (POJOs-based), lightweight Java web application development framework that brings the Java Swing event-based programming model to web development. Wicket pages can be mocked up, previewed, and later revised using standard WYSIWYG HTML design tools.

Wicket provides stateful components, thereby improving productivity. It has an architecture…

 

Java Regular Expressions: Taming the java.util.regex Engine

Java has always been an excellent language for working with objects. But Java’s text manipulation mechanisms have always been limited, compared to languages like AWK and Perl. On the flip side, a new regular expressions package in Java 2 Standard Edition (J2SE) brings hope to the Java text mechanisms. This…