Java 7 Recipes: A Problem-Solution Approach (Paperback)

Josh Juneau, Mark Beaty, Carl Dea, Freddy Guime, John OConner

  • 出版商: Apress
  • 出版日期: 2011-12-23
  • 售價: $1,960
  • 貴賓價: 9.5$1,862
  • 語言: 英文
  • 頁數: 872
  • 裝訂: Paperback
  • ISBN: 1430240563
  • ISBN-13: 9781430240563
  • 相關分類: Java 程式語言
  • 已過版

買這商品的人也買了...

商品描述

Java 7 Recipes offers solutions to common programming problems encountered every day while developing Java-based applications. Fully updated with the newest features and techniques available, Java 7 Recipes provides code examples involving Servlets, Java FX 2.0, XML, Java Swing, and much more. Content is presented in the popular problem-solution format: Look up the programming problem that you want to solve. Read the solution. Apply the solution directly in your own code. Problem solved!

The problem-solution approach sets Java 7 Recipes apart from other books on the topic. Java 7 Recipes is focused less on the language itself and more on what you can do with it that is useful. The book respects your time by always focusing on a task that you might want to perform using the language. Solutions come first. Explanations come later. You are free to crib from the book and apply the code examples directly to your own projects.

  • Covers all-new release of Java: Java 7
  • Focuses especially on up-and-coming technologies such as Java FX 2.0
  • Respects your time by focusing on practical solutions you can implement in your own code

What you’ll learn

  • Develop Java SE applications using the latest in Java SE technology
  • Create great-looking user interfaces with Java Swing and Java FX 2.0
  • Build web-based applications around Java Servlet technology
  • Generate graphics and work with media such as sound and video
  • Implement web services and applications to invoke them
  • Exploit the power of XML from within your Java applications

Who this book is for

This book is for experienced Java programmers new to Java 7 and those with some experience with Java 7.

Table of Contents

  1. Getting Started with Java 7
  2. Strings
  3. Numbers and Dates
  4. Data Structures, Conditionals, and Iteration
  5. Input and Output
  6. Exceptions, Logging, and Debugging
  7. Object Oriented Java
  8. Concurrency
  9. Debugging and Unit Testing
  10. Unicode, Internationalization, and Currency Codes
  11. Working with Databases (JDBC) 
  12. Java 2D Graphics and Media
  13. Java 3D
  14. Swing API
  15. JavaFX Fundamentals
  16. Graphics with JavaFX
  17. Media with JavaFX 
  18. Working with Servlets        
  19. Applets
  20. JavaFX on the Web
  21. Email
  22. XML and Web Services  
  23. Networking