Bestsellers > > Java Books
|
|
Eclipse Rich Client Platform: Designing, Coding, and Packaging Java(TM) Applications (Eclipse Series)»rank: 189887by: Jeff McAffer, Jean-Michel Lemieux
: :Eclipse, a platform for building applications, was originally aimed at Web application and image manipulation. With the release of Eclipse 3.0 there has been a shift to the use of Eclipse as a Rich Client Platform (RCP). In other words, using Eclipse as a base for everyday generic applications from media players to productivity and desktop applications. Thinking of Eclipse as not just an IDE but a platform for all application building is an evolution for the platform and significantly extends its reach to developers. In this book the designers of Eclipse as an RCP introduces the reader to the RCP concept and walks them through a set of scenarios ... |
The Definitive Guide to Spring Web Flow (The Definitive Guide)»rank: 215988by: Erwin Vervaet
: :Spring Web Flow is an exciting open source framework for developing Java web applications. The framework improves productivity by addressing three major pain–points facing web application developers: user interface navigation control, state management, and modularity. The Definitive Guide to Spring Web Flow covers Spring Web Flow in detail by explaining its motivation and feature set, as well as providing practical guidance for using the framework to develop web applications successfully in a number of environments. What you’ll learn How to get started with Spring Web Flow Leveraging Spring Web Flow’s powerful features Extending the framework to take it beyond its out–of–the–box feature set Best practices and real–world use cases Insights ... |
||
JavaScript(TM) Step by Step»rank: 63185by: Steve Suehring
: :Get the hands-on, step-by-step guide to learning JavaScript for Web development. Even with no programming experience, you can teach yourself the essentials of working with the JavaScript programming language one step at a time. With STEP BY STEP, you work at your own pace through hands-on, learn-by-doing exercises. Whether you re building skills for your career or just want to customize your personal Web site, you ll learn the core capabilities and fundamental techniques for working with JavaScript and begin to create professional-looking Web sites. Includes a companion CD with code samples, data sets, and a fully searchable eBook.Key Book BenefitsFeatures easy-to-follow, logically planned lessons to help you learn at ... |
The Art and Science of Java»rank: 233738by: Eric Roberts
: : In The Art and Science of Java, Stanford professor and well-known leader in Computer Science Education Eric Roberts emphasizes the reader-friendly exposition that led to the success of The Art and Science of C. By following the recommendations of the Association of Computing Machinery’s Java Task Force, this first edition text adopts a modern objects-first approach that introduces readers to useful hierarchies from the very beginning. Introduction; Programming by Example; Expressions; Statement Forms; Methods; Objects and Classes; Objects and Memory; Strings and Characters; Object-Oriented Graphics; Event-Driven Programs; Arrays and ArrayLists; Searching and Sorting; Collection Classes; Looking Ahead. A modern objects-first approach to the Java programming language that introduces readers ... |
||
SOA Using Java(TM) Web Services»rank: 191745by: Mark D. Hansen
: :Expert Solutions and State-of-the-Art Code ExamplesSOA Using Java™ Web Services is a hands-on guide to implementing Web services and Service Oriented Architecture (SOA) with today’s Java EE 5 and Java SE 6 platforms. Author Mark Hansen presents in explicit detail the information that enterprise developers and architects need to succeed, from best-practice design techniques to state-of-the-art code samples.Hansen covers creating, deploying, and invoking Web services that can be composed into loosely coupled SOA applications. He begins by reviewing the “big picture,” including the challenges of Java-based SOA development and the limitations of traditional approaches. Next, he systematically introduces the latest Java Web Services (JWS) APIs and walks through creating Web ... |
Swing Hacks: Tips and Tools for Killer GUIs (Hacks)»rank: 236026by: Joshua Marinacci, Chris Adamson
: :'Swing Hacks' helps Java developers move beyond the basics of Swing, the graphical user interface (GUI) standard since Java 2. If you're a Java developer looking to build enterprise applications with a first-class look and feel, Swing is definitely one skill you need to master. This latest title from O'Reilly is a reference to the cool stuff in Swing. It's about the interesting things you learn over the years--creative, original, even weird hacks--the things that make you say, 'I didn't know you could even do that with Swing!' 'Swing Hacks' will show you how to extend Swing's rich component set in advanced and sometimes non-obvious ways. The book touches upon ... |
||
Data Structures and Algorithms in Java (2nd Edition)»rank: 206067by: Robert Lafore
: :Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includes a workshop as a small demonstration program executable on a Web browser. The programs demonstrate in graphical form what data structures look like and how they operate. In the second edition, the program is rewritten to improve operation and clarify the algorithms, the example programs are revised to work with the latest version of the Java JDK, and questions and exercises will be added at the ... |
Java(TM) Programming Language, The (4th Edition) (Java Series)»rank: 75221by: Ken Arnold, James Gosling, David Holmes
: :Co-authored by the creator of the Java technology and an experienced object-oriented developer, The Java (TM)Programming Language, Second Edition, is the definitive resource for all serious Java programmers. This book will give you a solid foundation in Java programming language strategies and techniques. It features a concise introduction to the language; detailed descriptions of Java's commands, constructs, and libraries; and numerous real-world examples that show you how to exploit the language's power, portability, and flexibility. You will find in-depth and progressively advanced coverage of classes and objects, interfaces, exception-handling, threads and multitasking, and packages. In addition, the book describes the Java core library packages, including I/O, standard utilities, language types, ... |
||
Student Study Pack (Your Student Study Pack)»rank: 1066047by: Michael Sullivan III
: :Everything a student needs to succeed in one place. Free, packaged with the book, or available for purchase standalone. StudyPak contains: * Student Solutions Manual Fully worked solutions to odd-numbered exercises * Pearson Tutor Center Tutors provide one-on-one tutoring for any problems with an answer at the back of the book. Students access the Tutor Center via toll-free phone, fax, or email. * CD Lecture Series A comprehensive set of CD-ROMs, tied to the textbook, containing short video clips of an instructor working key book examples. * Algebra Review Four chapters of Intermediate Algebra review. Perfect for a slower-paced course or for individual review. * Chapter Test Prep Video CD ... |
Java Threads»rank: 169150by: Scott Oaks, Henry Wong
: :Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming. Java's threading system is simple relative to other threading systems. In earlier versions of Java, this simplicity came with tradeoffs: some of the advanced features in other threading systems were not available in Java. J2SE 5.0 changes all that: it provides a large number of new thread-related classes that ... |