rssHome » Programming » Java » Java Apress

Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1...

eBook Details:

  • Paperback: 656 pages
  • Publisher: Apress; 1st edition (February 27, 2013)
  • Language: English
  • ISBN-10: 1430247649
  • ISBN-13: 978-1430247647

eBook Description:

Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805: A Comprehensive OCPJP 7 Certification Guide

Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805: A Comprehensive OCPJP 7 Certification Guide  is a concise, comprehensive, step-by-step, and one-stop guide for the Oracle Certified Professional Java SE 7 Programmer Exam. The first two chapters set the stage for exam preparation and let the reader get started quickly. The first chapter answers frequently asked questions about the OCPJP exam.

This book assumes that the reader is already familiar with Java fundamentals which is in line with the prerequisite of having a OCAJP certification. This book will be a delectable read for any OCPJP aspirant because of its simple language, example driven approach, and easy-to-read style. Further, given its 100% focus on the exam and helpful supportive material, this book is clearly an attractive buy to OCPJP aspirants worldwide.

Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805: A Comprehensive OCPJP 7 Certification Guide is a concise, comprehensive, step-by-step, and one-stop guide for the OCPJP SE 7 Exam, and is meant for anyone studying for the OCPJP certification. This book has a comprehensive focus on all 13 exam topics rolled out by Oracle that maps exam topics to  the book chapters. Download eBook Free »

Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology

eBook Details:

  • Paperback: 640 pages
  • Publisher: Apress; 1st edition (February 29, 2012)
  • Language: English
  • ISBN-10: 1430268727
  • ISBN-13: 978-1430268727

eBook Description:

Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology

Covering the JavaFX API, development tools, and best practices, this book provides code examples that explore the exciting new features provided with JavaFX 2. It contains engaging tutorials that cover virtually every facet of JavaFX development and reference materials on JavaFX that augment the JavaFX API documentation. Written in an engaging and friendly style, Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology is an essential guide to JavaFX 2.

In Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology, Jim Weaver, Weiqi Gao, Stephen Chin, Dean Iverson, and Johan Vos show you how you can use the JavaFX platform to create rich-client Java applications. You’ll see how JavaFX provides a powerful Java-based UI platform capable of handling large-scale data-driven business applications.

Covering the JavaFX API, development tools, and best practices, this book provides code examples that explore the exciting new features provided with JavaFX 2. It contains engaging tutorials that cover virtually every facet of JavaFX development and reference materials on JavaFX that augment the JavaFX API documentation. Written in an engaging and friendly style, Pro JavaFX 2: A Definitive Guide to Rich Clients with Java Technology is an essential guide to JavaFX 2. Download eBook Free »

Beginning JSP, JSF and Tomcat: Java Web Development

eBook Details:

  • Paperback: 436 pages
  • Publisher: Apress; 2nd edition (September 26, 2012)
  • Language: English
  • ISBN-10: 1430246235
  • ISBN-13: 978-1430246237

eBook Description:

Beginning JSP, JSF and Tomcat: Java Web Development

Start building Java-based web applications now, even if you’re a complete newcomer to Java. Comprehensive and example-driven, Beginning JSP, JSF and Tomcat: Java Web Development, 2nd Edition is all you need to develop dynamic Java-based web applications using JSP, connect to databases with JSF, and put them into action using the world’s most popular open source Java web server, Apache Tomcat.

  • A comprehensive introduction to JavaServer Pages (JSP), JavaServer Faces (JSF), and the Apache Tomcat web application server
  • Key concepts made easy to grasp by numerous working examples and a walkthrough of the development of a complete e-commerce project
  • Written for professionals by a practicing Java web application professional and expert

Start building Java-based web applications now, even if you’re a complete newcomer to Java. Comprehensive and example-driven, Beginning JSP, JSF and Tomcat: Java Web Development, 2nd Edition is all you need to develop dynamic Java-based web applications using JSP, connect to databases with JSF, and put them into action using the world’s most popular open source Java web server, Apache Tomcat. Download eBook Free »

Java 7 Recipes: A Problem-Solution Approach

eBook Details:

  • Paperback: 708 pages
  • Publisher: Apress; 2nd edition (February 7, 2012)
  • Language: English
  • ISBN-10: 1430235004
  • ISBN-13: 978-1430235002

eBook Description:

Java 7 Recipes: A Problem-Solution Approach

Java 7 Recipes: A Problem-Solution Approach 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: A Problem-Solution Approach 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: A Problem-Solution Approach apart from other books on the topic. Java 7 Recipes: A Problem-Solution Approach 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.

Java 7 Recipes: A Problem-Solution Approach 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: A Problem-Solution Approach 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! Download eBook Free »

Beginning Java 7

eBook Details:

  • Paperback: 920 pages
  • Publisher: Apress; 1st edition (November 23, 2011)
  • Language: English
  • ISBN-10: 1430239093
  • ISBN-13: 978-1430239093

eBook Description:

Beginning Java 7

Jeff Friesen‘s Beginning Java 7 gets you coding with the new Java 7, Oracle’s latest release of the popular Java language and platform. It is the definitive guide to the Java language and the numerous APIs that you’ll need to master to become an accomplished Java developer. Beginning Java 7 guides you through this language and a huge assortment of platform APIs.

What you’ll learn

  • The entire Java language, including Java 7-specific features such as switch on string, try-with-resources, final rethrow, multicatch, and SafeVarargs
  • A huge assortment of Java 7 APIs, beginning with those APIs oriented toward the language itself, and including Java 7-specific APIs such as the Fork/Join Framework, Objects, JLayer, and NIO.2
  • Various Java 7 tools, starting with the javac compiler and java application launcher
  • How to create user interfaces, working with web services, and a whole lot more
  • The basics of getting started with Android app development

Jeff Friesen‘s Beginning Java 7 gets you coding with the new Java 7, Oracle’s latest release of the popular Java language and platform. It is the definitive guide to the Java language and the numerous APIs that you’ll need to master to become an accomplished Java developer. Beginning Java 7 guides you through this language and a huge assortment of platform APIs. Download eBook Free »

Java 7 for Absolute Beginners

eBook Details:

  • Paperback: 320 pages
  • Publisher: Apress; 1st edition (December 21, 2011)
  • Language: English
  • ISBN-10: 1430236868
  • ISBN-13: 978-1430236863

eBook Description:

Java 7 for Absolute Beginners

Java 7 for Absolute Beginners introduces the new core, open source Java Development Kit. Its focus is on practical knowledge and its completeness it provides all the bits and pieces an utter novice needs to get started programming in Java.

It seems as if everyone is writing applications or apps these days for Android, BlackBerry, and the enterprise it’s where the money’s at. But, how do they do it? Well, it’s best to start by learning Java, one of the most popular programming languages around these days, still. Yes, that’s right.

Java 7 for Absolute Beginners introduces the new core, open source Java Development Kit. Its focus is on practical knowledge and its completeness it provides all the bits and pieces an utter novice needs to get started programming in Java.

It seems as if everyone is writing applications or apps these days for Android, BlackBerry, and the enterprise it’s where the money’s at. But, how do they do it? Well, it’s best to start by learning Java, one of the most popular programming languages around these days, still. Yes, that’s right.

Everyone! This book is for anyone who wants to learn to develop applications or apps for the enterprise or mobile using Android or BlackBerry and much more. No previous programming experience is necessary. Download eBook Free »

12»