Dec 27, 2011 |
6,641 views |

Book Description
An Introduction to Object-Oriented Programming with Java takes a full-immersion approach to object-oriented programming. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes.
Wu uses a gentler approach to teaching students how to design their own classes, separating the coverage into two chapters. GUI coverage is also located independently in the back of the book and can be covered if desired.
Wu also features a robust set of instructors’ materials including PowerPoint slides, code samples, and quiz questions.
Table of contents
Chapter 0. Introduction to Computers and Programming Languages
Chapter 1. Introduction to Object-Oriented Programming and Software Development
Chapter 2. Getting Started with Java
Chapter 3. Numerical Data
Chapter 4. Defining Your Own Classes – Part 1
Chapter 5. Selection Statements
Chapter 6. Repetition Statements
Chapter 7. Defining Your Own Classes – Part 2 Download Now »
Dec 20, 2011 |
3,574 views |

Book Description
OSGi in Depth shows Java developers how to develop to the OSGi Service Platform Enterprise specification, an emerging Java-based technology for developing modular enterprise applications.
OSGi is a mature framework for developing modular Java applications. Because of its unique architecture, you can modify, add, remove, start, and stop parts of an application without taking down the whole system. You get a lot of benefit by mastering the basics, but OSGi really pays off when you dig in a little deeper.
OSGi in Depth presents practical techniques for implementing OSGi, including enterprise services such as management, configuration, event handling, and software component models. You’ll learn to custom-tailor the OSGi platform, which is itself modular, and discover how to pick and choose services to create domain-specific frameworks for your business. Also, this book shows how you can use OSGi with existing JEE services, such as JNDI and JTA.
Written for Java developers who already know the basics, OSGi in Depth picks up where OSGi in Action leaves off.
What’s Inside
- Deep dives into modularization, implementation decoupling, and class-loading
- Practical techniques for using JEE services
- Customizing OSGi for specific business domains Download Now »
Dec 19, 2011 |
3,991 views |

Book Description
Clojure in Action is a hands-on tutorial for the working programmer who has written code in a language like Java or Ruby, but has no prior experience with Lisp. It teaches Clojure from the basics to advanced topics using practical, real-world application examples. Blow through the theory and dive into practical matters like unit-testing and environment set-up, all the way through building a scalable web-application using domain-specific languages, Hadoop, HBase, and RabbitMQ.
Clojure is a modern Lisp for the JVM, and it has the strengths you’d expect: first-class functions, macros, support for functional programming, and a Lisp-like, clean programming style.
Clojure in Action is a practical guide focused on applying Clojure to practical programming challenges. You’ll start with a language tutorial written for readers who already know OOP. Then, you’ll dive into the use cases where Clojure really shines: state management, safe concurrency and multicore programming, first-class code generation, and Java interop. In each chapter, you’ll first explore the unique characteristics of a problem area and then discover how to tackle them using Clojure. Along the way, you’ll explore practical matters like architecture, unit testing, and set-up as you build a scalable web application that includes custom DSLs, Hadoop, HBase, and RabbitMQ.
What’s Inside
- A fast-paced Clojure tutorial
- Creating web services with Clojure Download Now »
Dec 19, 2011 |
3,236 views |

Book Description
Lift in Action is a step-by-step exploration of the Lift framework. It moves through the subject quickly using carefully crafted, well-explained examples that make you comfortable from the start. This book is written for developers who are new to both Scala and Lift.
Lift is a Scala-based web framework designed for extremely interactive and engaging web applications. It’s highly scalable, production-ready, and will run in any servlet container. And Lift’s convention-over-configuration approach lets you avoid needless work.
Lift in Action is a step-by-step exploration of the Lift framework. It moves through the subject quickly using carefully crafted, well-explained examples that make you comfortable from the start. You’ll follow an entertaining Travel Auction application that covers the core concepts and shows up architectural and development strategies. Handy appendixes offer a Scala crash course and guidance for setting up a good coding environment.
This book is written for developers who are new to both Scala and Lift and covers just enough Scala to get you started.
What’s Inside
- Complete coverage of the Lift framework
- Security, maintainability, and performance
- Integration and scaling Download Now »
Dec 19, 2011 |
3,263 views |

Book Description
Tika in Action is a hands-on guide to content mining with Apache Tika. The book’s many examples and case studies offer real-world experience from domains ranging from search engines to digital asset management and scientific data processing.
Tika is an Apache toolkit that has built into it everything you and your app need to know about file formats. Using Tika, your applications can discover and extract content from digital documents in almost any format, including exotic ones.
Tika in Action is the ultimate guide to content mining using Apache Tika. You’ll learn how to pull usable information from otherwise inaccessible sources, including internet media and file archives. This example-rich book teaches you to build and extend applications based on real-world experience with search engines, digital asset management, and scientific data processing. In addition to architectural overviews, you’ll find detailed chapters on features like metadata extraction, automatic language detection, and custom parser development.
This book is written for developers who are new to both Scala and Lift and covers just enough Scala to get you started.
What’s Inside
- Crack MS Word, PDF, HTML, and ZIP
- Integrate with search engines, CMS, and other data sources Download Now »
Nov 25, 2011 |
11,932 views |

Book Description
Beginning Java 7 guides you through this language and a huge assortment of platform APIs according to the following table of contents:
Chapter 1: Getting Started with Java
Chapter 2: Discovering Classes and Objects
Chapter 3: Exploring Advanced Language Features
Chapter 4: Touring Language APIs
Chapter 5: Collecting Objects
Chapter 6: Touring Additional Utility APIs
Chapter 7: Creating and Enriching Graphical User Interfaces
Chapter 8: Interacting with Filesystems
Chapter 9: Interacting with Networks and Databases
Chapter 10: Parsing, Creating, and Transforming XML Documents
Chapter 11: Working with Web Services
Chapter 12: Java 7 Meets Android
Appendix A: Solutions to Exercises
Appendix B: Scripting API and Dynamically Typed Language Support
Appendix C: Odds and Ends
Appendix D: Applications Gallery
Chapter 1 introduces you to Java and begins to cover the Java language by focusing on fundamental concepts such as comments, identifiers, variables, expressions, and statements.
Chapter 2 continues to explore this language by presenting all of its features Download Now »