Showing posts with label Java E-Books. Show all posts
Showing posts with label Java E-Books. Show all posts

Saturday, November 17, 2007

XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application

XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application

XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application

Publisher:New Riders Press (2001-07-19) | ISBN-10: 0735710899 | PDF | 4.3 Mb | 768 pages

As a Web Developer, you know the challenge of building robust applications on multiple platforms. Creating truly portable applications becomes possible by using Java for code and XML for organizing and managing data. “XML, XSLT, Java, and JSP:A Case Study” will help you maximize the capabilities of XML, XSLT, Java, and JSP in your Web applications.

Monday, November 12, 2007

Fast Track to Sun Certified Java Programmer (SCJP) 5.0 Upgrade Exam

Fast Track to Sun Certified Java Programmer (SCJP) 5.0 Upgrade ExamKa, Iok Tong, “Fast Track to Sun Certified Java Programmer (SCJP) 5.0 Upgrade Exam”

ISBN:143030393X | November 30, 2006 | 152 pages | PDF | 0.5MB

If you’d like to learn the new features in Java SE 5.0 and pass the Sun Certified Java Programmer Upgrade Exam (CX-310-056), then this book is for you. It covers all the Java SE 5.0 new features required in the exam. You don’t need to read about the existing features that you already know. 117 review questions and mock exam questions are included.

Java/J2EE Job Interview Companion - 400+ Questions & Answers, 2nd Edition

Java/J2EE Job Interview Companion - 400+ Questions & Answers, 2nd Edition
Arulkumaran Kumaraswamipillai, Sivayini Arulkumaran, “Java/J2EE Job Interview Companion - 400+ Questions & Answers”
ISBN:1411668243 | April 5, 2007 | 356 pages | PDF | 3.5MB

Sunday, November 11, 2007

Java All-In-One Desk Reference For Dummies 2nd Edition




Publisher: For Dummies ISBN: 0470124512 2nd Edition Author: Doug Lowe, Barry Burd 914 pages June 25, 2007 English CHM 12.3 MB
- Eight minibooks comprising nearly 900 pages give developers the tips and techniques they need to get up and running on the new J2SE 6 (Java Standard Edition 6) and JDK 6 (Java Development Kit 6)- This friendly, all-inclusive reference delivers the lowdown on Java language and syntax fundamentals as well as Java server-side programming, with explanations, reference information, and how-to instructions for both beginning and intermediate-to-advanced programmers- Minibooks cover Java basics; programming basics; strings, arrays, and collections; programming techniques; Swing; Web programming; files and databases; and fun and games

DOWNLOAD

Wednesday, November 7, 2007

Teach Yourself Java 6 in 21 days.

Sams Teach Yourself Java 6 in 21 Days


Sams ISBN 0672329433 Edition 5th PDF 720 pages 3.8 MB
In just 21 days, you can acquire the knowledge and skills necessary to develop three kinds of programs with Java: applications on your computer, servlets on a web server, and browser-launched Java Web Start applications.

No previous programming experience required. By following the 21 carefully organized lessons in this book, anyone can learn the basics of Java programming.
Learn at your own pace. You can work through each chapter sequentially to make sure you thoroughly understand all of the concepts and methodologies, or you can focus on specific lessons to learn the techniques that interest you most.
Test your knowledge. Each chapter ends with a Workshop section filled with questions, answers, and exercises for further study. There are even certification practice questions.
* Completely revised, updated, and expanded to cover the latest features of Java 6

* Learn to develop standalone Java applications, web servlets, JavaServer Pages, and Java Web Start applications

* Easy-to-understand, practical examples clearly illustrate the fundamentals of Java programming

* Discover how Swing can help you quickly develop programs with a graphical user interface

* Find out about JDBC database programming, Internet client/server programming, and XML parsing with the open source XOM class library

* Covers new features of version 6 such as Java DB, the new relational database that is now a built-in part of Java

Wednesday, October 31, 2007

Java 2 Enterprise Edition Bible

Java 2 Enterprise Edition Bible

Justin Couch,«Java 2 Enterprise Edition Bible»John Wiley ISBN 0764508822 PDF 2,91 Mb 960 Pages 2002 Year
Sun Microsystems’ Java 2 Platform, Enterprise Edition (J2EE) defines the standard for developing multitier enterprise applications — and the Java 2 Enterprise Edition Bible defines the standard for comprehensive coverage of this exciting development tool! This book covers all the primary technologies of J2EE, including: Enterprise JavaBeans, Java Server Pages, servlets, the Java Naming and Directory Interface (JNDI), the Java Transaction API (JTA), CORBA, and the JDBC data access API. It also explains how XML works with Java. Developers can rely on this book to provide detail on developing and deploying a complete, stable, secure, fast Java platform to the enterprise level.

Saturday, October 27, 2007

Java How to Program (6th Edition)

Java How to Program (6th Edition)



Publisher: Prentice Hall; Sixth, book only edition
Language: English
ISBN: 0131483986
Paperback: 1568 pages
Data: August 4, 2004
Format: CHM
Description: The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The books in this series feature hundreds of complete, working programs with thousands of lines of code. This edition is completely up-to-date with The Java 2 Platform Standard Edition (J2SE) 1.5. Now includes topics such as autoboxing, enumerations, enhanced for loops, static import statements, variable-length argument lists, and much more. Presents each new concept in the context of a complete, working program, immediately followed by one or more windows showing the program's input/output dialog. Enhances the Live-Code Approach with syntax coloring. Provides Helpful Programming Tips, all marked by icons: Good Programming Practices, Common Programming Errors, Error-Prevention Tips, Performance Tips, Portability Tips, Software Engineering Observations, Look and Feel Observations.

Download - External Mirror

A Programmers Guide to Java Certification: A Comprehensive Primer, Second Edition

A Programmers Guide to Java Certification: A Comprehensive Primer, Second Edition


Publisher: Addison-Wesley Professional; 2 edition Language: English ISBN: 0201728281 Paperback: 672 pages Data: August 8, 2003 Format: CHM
Description: What you will find in this book:
* Extensive coverage of all the objectives defined for the Sun Certified Programmer for Java 2 Platform 1.4 exam
* Easy-to-follow structure with chapters organized according to the exam objectives as laid out by Sun Microsystems
* Summaries that clearly state and differentiate the exam objectives and the supplementary objectives to be covered in each chapter
* A list of Sun's objectives for the SCPJ2 1.4 exam, and a guide to taking the exam
* A complete mock exam with new questions (not repeats of review questions)
* A CD that includes several mock exams and a version of the SCJP 1.4 Exam Simulator by Whizlabs Software, which simulates the exam-taking experience
* Numerous exam-relevant review questions to test your understanding of each major topic, with annotated answers
* Programming exercises and solutions at the end of each chapter
* Copious code examples illustrating concepts where the code has been compiled and thoroughly tested on multiple platforms
* Program output demonstrating expected results from running the examples
* Extensive use of UML (Unified Modeling Language) for illustration purposes
* An introduction to basic terminology and concepts in object-oriented programming
* Advice on how to avoid common pitfalls in mastering the language and taking the exam
* Platform-independent coverage--platform-specific details are provided where relevant *
* Information about the SCPJ2 Upgrade exam

Download - External Mirror

Friday, October 26, 2007

DB2 Express-c: The Developer Handbook for Xml, Php, C/c++, Java, and .net



DB2 Express-c: The Developer Handbook for Xml, Php, C/c++, Java, and .net




DB2 Express-c: The Developer Handbook for Xml, Php, C/c++, Java, and .net
Publisher: Vervante Language: English ISBN: 0738496758 Paperback: 350 pages Data: September 7, 2006 Format: PDF size:3.3Mb


DB2 Express Edition for Community (DB2 Express-C) is a no charge data server for use in development and deployment. DB2 Express-C supports a full range of APIs, drivers, and interfaces for application development including PHP, C/C++, and .NET. In addition, DB2 Express-C V9 contains advanced XML features. DB2 Express-C provides ISVs an ideal starting database server for Web, enterprise, and eBusiness applications.This IBM Redbook provides fundamentals of DB2 application development with DB2 Express-C. It covers the DB2 Express-C installation and configuration for application development and skills and techniques for building DB2 applications with XML, PHP, C/C++, Java, and .NET. Code examples are used to demonstrate how to develop a DB2 application in a different language. By following the examples provided, you will be able to learn DB2 application development with XML, PHP, C/C++, Java, and .NET in a short time.