Jan 14, 2012 |
6,563 views |

Book Description
JavaFX 2.0: Introduction by Example provides a quick start to programming the JavaFX 2.0 platform. JavaFX 2.0 provides a rich set of APIs for use in creating graphically exciting client applications written solely in Java. You get a large set of customizable components that can be skinned using CSS techniques that you already know from doing web development. The platform even includes a web rendering engine enabling you to mix HTML content into your applications. Hardware acceleration means that your applications are fast and snappy, taking full advantage of modern graphics processing support at the hardware level. JavaFX 2.0 opens the door to business applications that look good, are fun to use, that take advantage of the medium to present data of all types—text, audio, video, etc.—in ways that engage the user and lead to increased productivity.
Getting started with JavaFX 2.0 is surprisingly easy. You already have the Java skills. Very likely you know enough of CSS to get by. All that’s left is to get a leg up on the API, and that’s where JavaFX 2.0: Introduction by Example can help. In this short book, author Carl Dea takes you through a series of engaging, fun-to-work examples that bring you up to speed on the major facets of the platform. Begin with the fundamentals of installing the software and creating a simple interface. Move in progressive steps through the process of developing a working dialog box for an application. Then let the fun begin as you explore images and animations, audio and video, and finally learn to embed JavaFX applications in a web page as well as embedding HTML5 content within an application. At the end of this book you’ll have a good grasp of what JavaFX is all about Download Now »
Jan 14, 2012 |
7,139 views |

Book Description
The NetBeans Platform is the world’s only modular Swing application framework, used by very large organizations in mission-critical scenarios, such as at Boeing and Northrop Grumman, as well as in the financial sector and in the oil/gas industry. For these large customers in enterprises who are increasingly interested in Maven and OSGi, the book will have particular relevance.
The Definitive Guide to NetBeans™ Platform 7 is a thorough and authoritative introduction to the open-source NetBeans Platform, covering all its major APIs in detail, with relevant code examples used throughout.
- Provides a completely updated definitive guide to the NetBeans Platform, using the latest APIs, coding patterns, and methodologies.
- Focuses strongly on business features in an application, since Oracle’s customers are particularly interested in business-related aspects. For example, how to use OSGi, how to add authentication/security, how to monetize from a modular application.
The original German book on which this title is based was well received. The NetBeans Platform Community has put together this English translation, which covers the latest NetBeans Platform 7 APIs. With an introduction by known NetBeans Platform experts Jaroslav Tulach and Tim Boudreau, this is the most up-to-date book on this topic at the moment.
All NetBeans Platform developers will gain something from this book, because several topics in the book have not been documented anywhere else. Download Now »
Jan 13, 2012 |
7,342 views |

Book Description
Pro Java 7 NIO.2 addresses the three primary elements that offer new input/output (I/O) APIs in Java 7, giving you the skills to write robust, scalable Java applications:
- An extensive file I/O API system addresses feature requests that developers have sought since the inception of the JDK
- A socket channel API addresses multicasting, socket binding associated with channels, and related issues
- An asynchronous I/O API enables mapping to I/O facilities, completion ports, and various I/O event port mechanisms to enhance scalability
NIO.2 for the Java platform, known as JSR 203, is a major feature of the new Java JDK 7 under the leadership of Alan Bateman as an OpenJDK project. Take advantage of these exciting new developments with Pro Java 7 NIO.2.
What you’ll learn
- How to carry out Path class operations
- How to get/set file metadata through the java.nio file attribute API (including POSIX)
- How to manage symbolic and hard links (including create, delete, and find target)
- How to deal with files and directories through the new java.nio.file.Files API
- How to use the FileVisitor API to develop file recursive operations
- How to explore the Watch Service API and file change notification
- How to use the new SeekableByteChannel API for Random Access File
- How to develop blocking/non-blocking socket-based applications Download Now »
Jan 07, 2012 |
8,399 views |

Book Description
This book introduces programmers to objects at a gradual pace. The syntax boxes are revised to show typical code examples rather than abstract notation. This includes optional example modules using Alice and Greenfoot. The examples feature annotations with dos and don’ts along with cross references to more detailed explanations in the text. New tables show a large number of typical and cautionary examples. New programming and review problems are also presented that ensure a broad coverage of topics. In addition, Java 7 features are included to provide programmers with the most up-to-date information.
From the Back Cover
No one brews up a better Java guide than Cay Horstmann, and in this Fourth Edition of Big Java he’s created his best one yet. Thoroughly updated to include Java 7, this edition of Horstmann’s best-selling text helps students absorb computing concepts and programming principles, develop strong problem-solving skills, and become better programmers, all while exploring the elements of Java that are needed to write real-life programs.In preparing the new edition, special attention was given to the quality and variety of exercise material- from skill-oriented multiple-choice questions to short code-completion exercises to multi-step lab exercises-offering instructors more ways to engage students at different levels, and providing more practice to students who need it.
A top-notch introductory text for beginners, Big Java, Fourth Edition is also a thorough reference guide for students and professionals alike to Java technologies, Internet programming, database access, and many other areas of computer science. Download Now »
Jan 06, 2012 |
8,108 views |

Book Description
Java: An Introduction to Problem Solving and Programming, 6e, is ideal for introductory Computer Science courses using Java, and other introductory programming courses in departments of Computer Science, Computer Engineering, CIS, MIS, IT, and Business. Students are introduced to object-oriented programming and important concepts such as design, testing and debugging, programming style, interfaces inheritance, and exception handling. The Java coverage is a concise, accessible introduction that covers key language features. Objects are covered thoroughly and early in the text, with an emphasis on application programs over applets.
Updated for Java 7, the Sixth Edition contains additional programming projects, case studies, and VideoNotes.
Table of Contents
Chapter 1. Introduction to Computers and Java
Chapter 2. Basic Computation
Chapter 3. Flow of Control: Branching
Chapter 4. Flow of Control: Loops
Chapter 5. Defining Classes and Methods
Chapter 6. More About Objects and Methods
Chapter 7. Arrays Download Now »
Jan 06, 2012 |
7,482 views |

Book Description
Inspired by the success of their best-selling introductory programming text, Java Software Solutions, authors Lewis, DePasquale, and Chase now release Java Foundations, Second Edition. This text is a comprehensive resource for instructors who want a two-or three-semester introduction to programming textbook that includes detail on data structures topics. Java Foundations introduces a Software Methodology early on and revisits it throughout to ensure students develop sound program development skills from the beginning. Control structures are covered before writing classes, providing a solid foundation of fundamental concepts and sophisticated topics.
- Presents objects in a gradual, natural manner. Concepts that overlap with procedural programming, such as methods and their invocation, are discussed in terms of an object-oriented approach.
- Loaded with fully implemented examples, intertwining small examples, and realistic larger examples that are easy to understand.
- Offers complete chapter on Graphical User Interfaces that includes engaging graphical examples.
- Exclusive coverage of software-testing and debugging effective practices.
- Provides plenty of opportunity for practice with extensive end-of-chapter questions, exercises, and projects.
Table of Contents
Chapter 1. Introduction Download Now »