Bestsellers > Books > Java
|
|
Graphic Java 2, Volume 2, Swing (3rd Edition) (Sun Microsystems Press Java Series) (2 Book Set)»rank: 200732by: David Geary
: :From Sun Microsystems Press and Prentice Hall comes the definitive guide to Swing: an exhaustive reference spanning more than 1600 pages. Clearly and concisely written and loaded with illustrative code examples, Graphic Java provides the most comprehensive Swing coverage available. Part I (360 pages) discusses fundamental Swing concepts such as Swing component architecture, the JComponent class, borders, icons, actions, Swing and multithreading, Swing utilities, and pluggable look and feel. Swing components are the focus throughout the rest of the book. In addition to code examples that illustrate component use, components are further explored with class diagrams, property and event tables, and a look at AWT compatibility. The final third of ... |
A Programmer's Guide to Java SCJP Certification: A Comprehensive Primer (3rd Edition)»rank: 319772by: Khalid Mughal, Rolf Rasmussen
: :This book will help you prepare and pass the Sun Certified Programmer for the Java Platform, Standard Edition 6 (CX-310-065) exam. This book is written for any experienced programmer (with or without previous knowledge of Java) interested in mastering the Java programming language and passing the SCJP 1.6 exam. A Programmer's Guide to Java™ Certification, Third Edition, contains detailed coverage of all exam topics and objectives, readily runnable code examples, programming exercises, extensive review questions, and a new mock exam. In addition, as a comprehensive primer to the Java programming language, this book is an invaluable reference tool for the reader. This new edition has been thoroughly updated to ... |
||
Web Development with JavaServer Pages»rank: 167067by: Duane K. Fields, Mark A. Kolb, Shawn Bayern
: :Covers all aspects of development for the new versions of the JSP and Servlet specifications (1.2 and 2.3, respectively), including servlet filters and enhancements to the API for JSP Tag Libraries and the interaction between JSP and other J2EE technologies. Review:Web Development with JavaServer Pages is truly an excellent and in-depth tutorial in the effective use of JSPs to build Web applications. Geared toward the Web designer or intermediate Java programmer who's making a transition to JSPs for the first time, this text contains a wealth of information on basic and advanced techniques. This tutorial is as good as any that's available, and covers all of the necessary JSP ... |
Programming Jakarta Struts, 2nd Edition»rank: 128549by: Chuck Cavaness
: :While the look and feel of an enterprise web application is certainly important, developers usually find themselves spending far too much time on the front-end presentation before they can get to coding the good stuff--the business logic at the heart of the program. Jakarta Struts addresses this issue by combining Java Servlets, Java ServerPages (JSP), custom tags, and messaging resources (like Java Message Service) into a unified, re-usable framework. The result is a cooperative, synergistic platform that's efficient and suitable for independent developers, large development teams, and everyone in between. The Struts Framework has become a highly popular open source project, but there's still woefully little documentation on the technology. ... |
||
Business Process Management with JBoss jBPM»rank: 273637by: Matt Cumberlidge
: : This book shows business analysts how to model business processes in JBoss jBPM and use these models to generate a fully-functioning workflow application. The book shows how business analysts can use the tools to build a solution without the need for Java coding expertise. It also introduces more advanced functionality that can be implemented by Java developers in partnership with the BA. JBoss jBPM is a free, open-source, business process management solution. It enables users to create business processes that coordinate people, applications, and services. A business process is a sequence of activities triggered by a certain input that results in a valuable output. Business Process Management is about ... |
Building Spring 2 Enterprise Applications»rank: 376078by: Interface21 , Seth Ladd, Bram Smeets
: :Spring has made a remarkable rise in popularity since its conception in 2002. Many users have found the lightweight, open source Spring Framework 2.x ideal for building their applications in Java EE environments. Written by Interface21, Building Spring 2 Enterprise Applications will take developers through the following: Covers the first steps of using Spring while discussing the relevant technologies that Spring can be integrated with, what to be aware of, and how working with Spring makes them easier to use Focuses on the most useful features of Spring, including persistence and transaction management as well as the complete Spring web tools portfolio Introduces three-tier application design and how to test ... |
||
Data Structures and Problem Solving Using Java (3rd Edition)»rank: 404184by: Mark Allen Weiss
: :Data Structures and Problem Solving Using Java 3/e provides a practical introduction to data structures from a viewpoint of abstract thinking and problem solving, and incorporates the enhancements of Java 5.0. It includes coverage of generic programming, and content on the design of generic collection classes. This book is appropriate for readers who are familiar with basic Java programming concepts or are new to the language and want to learn how it treats data structures concepts. |
Java: Introduction to Problem Solving and Programming (5th Edition)»rank: 433092by: Walter Savitch, Frank M. Carrano
: : Trusted authors Savitch and Carrano examine problem solving and programming techniques with Java. Readers are introduced to object-oriented programming and important concepts such as testing and debugging techniques, program style, inheritance, and exception handling. More emphasis on design and algorithms before coding in programming examples and case studies. More attention given to using methods prior to defining methods. Coverage of enumerations and the for-each loop.. Additional coverage of interfaces and polymorphism New glossary of terms.. A useful reference for programmers who need to brush up their Java skills. |
||
TCP/IP Sockets in Java, Second Edition: Practical Guide for Programmers (The Practical Guides) (The Practical Guides)»rank: 106591by: Kenneth L. Calvert, Michael J. Donahoo
: :The networking capabilities of the Java platform have been extended considerably since the first edition of the book. This new edition covers version 1.5-1.7, the most current iterations, as well as making the following improvements:The API (application programming interface) reference sections in each chapter, which describe the relevant parts of each class, have been replaced with (i) a summary section that lists the classes and methods used in the code, and (ii) a ?gotchas? section that mentions nonobvious or poorly-documented aspects of the objects. In addition, the book covers several new classes and capabilities introduced in the last few revisions of the Java platform. New abstractions to be covered include ... |
The Java(TM) Class Libraries Poster, Enterprise Edition, v1.2 (Java Series)»rank: 1295565by: Patrick Chan, Rosanna Lee
: :This poster gives you an overall view of the classes in the Java 2 Platform, Enterprise Edition, v1.2. There are a total of 357 public classes and interfaces within the 21 packages in this first release of the platform. For each package, all of the classes and interfaces in the package are displayed, showing their relationships to each other. If a class subclasses a class from another package or if a class implements an interface from another package, these 'foreign' classes and interfaces are also shown. Foreign classes and interfaces are marked in such a way as to easily determine which package they actually belong to. Also indicated is whether ... |