Java 2 Bible

Java 2 Bible

Author: Aaron E. Walsh

Publisher: Wiley

Published: 2000

Total Pages: 0

ISBN-13: 9780764546327

DOWNLOAD EBOOK

The object-oriented techniques for Java 2 are carefully introduced and developed here, from data encapsulation to use of inheritance, security and interfaces, to manage the design of complex applications using the latest release of Java programming language and new JFC and Swing Components. In addition to revised information and new chapters, the text features scores of new examples.


Java with the Judges

Java with the Judges

Author: Sandra Glahn

Publisher: Coffee Cup Bible Studies

Published: 2006-03

Total Pages: 0

ISBN-13: 9780899572215

DOWNLOAD EBOOK

. Under the capable leadership of Moses and Joshua, the nation of Israel marched into the Promised Land. After many successful military campaigns, Israel generally pursued the pagan peoples, and God's people stood clearly in charge. On the eve of Joshua's death, the nation's future couldn't have appeared brighter. But the outlook wasn't as bright as it seemed. The nation, having fallen short of complete obedience to God, was about to receive some tough love over a lengthy period of time. During this time, Israel plunged into a seemingly endless cycle of sin, suffering, repentance, and temporary deliverance.


Just Java 2

Just Java 2

Author: Peter van der Linden

Publisher: Pearson Education

Published: 2004-06-21

Total Pages: 1366

ISBN-13: 0137009909

DOWNLOAD EBOOK

The #1 introduction to J2SE 1.5 and enterprise/server-side development! An international bestseller for eight years, Just Java™ 2 is the complete, accessible Java tutorial for working programmers at all levels. Fully updated and revised, this sixth edition is more than an engaging overview of Java 2 Standard Edition (J2SE 1.5) and its libraries: it’s also a practical introduction to today’s best enterprise and server-side programming techniques. Just Java™ 2, Sixth Edition, reflects both J2SE 1.5 and the latest Tomcat and servlet specifications. Extensive new coverage includes: New chapters on generics and enumerated types New coverage of Web services, with practical examples using Google and Amazon Web services Simplified interactive I/O with printf() Autoboxing and unboxing of primitive types Static imports, foreach loop construct, and other new language features Peter van der Linden delivers expert advice, clear explanations, and crisp sample programs throughout–including dozens new to this edition. Along the way, he introduces: The core language: syntax, objects, interfaces, nested classes, compiler secrets, and much more Key libraries: date and calendar, pattern matching, network software, mapped I/O, utilities and generic collections Server-side technology: network server systems, a complete tiny HTML Web server, and XML in Java Enterprise J2EE: Sql and JDBC™ tutorial, servlets and JSP and much more Client-side Java: fundamentals of JFC/Swing GUI development, new class data sharing details Companion Web Site All the book’s examples and sample programs are available at http://afu.com.


Java Servlet Programming Bible

Java Servlet Programming Bible

Author: Suresh Rajagopalan

Publisher: Wiley

Published: 2002-03-01

Total Pages: 0

ISBN-13: 9780764548390

DOWNLOAD EBOOK

This book contains all the essential information required for Java Servlet programming at various levels, from simple Web applications to enterprise-wide solutions. Topics include the basics of servlets & servlet programming; HTML and servlets; servlets and databases; JSP basics; the Model View Controller (MVC) Architecture; security, and tips and tricks for the servlet programmer.


Java 2 Bible

Java 2 Bible

Author: Justin Couch

Publisher: Wiley

Published: 2002-04-15

Total Pages: 0

ISBN-13: 9780764508820

DOWNLOAD EBOOK

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.


Java Database Programming Bible

Java Database Programming Bible

Author: John O'Donahue

Publisher:

Published: 2002-08-16

Total Pages: 732

ISBN-13:

DOWNLOAD EBOOK

Java Database Bible is a comprehensive approach to learning how to develop and implement a professional level Java 2 database program using the Java database connection API (JDBC 3.0). Includes an introduction to relational databases and designing database applications; covers interacting with a relational database using a Java program; and shows how to create and work with XML data storage using a Java program.


Java 2 Enterprise Edition 1.4 (J2EE 1.4) Bible

Java 2 Enterprise Edition 1.4 (J2EE 1.4) Bible

Author: James McGovern

Publisher: John Wiley & Sons

Published: 2011-09-23

Total Pages: 1010

ISBN-13: 076455574X

DOWNLOAD EBOOK

Java 2 Enterprise Edition (J2EE) is the specification that all enterprise Java developers need to build multi-tier applications, and also the basis for BEA's WebLogic Application Server and IBM's WebSphere Revised to be current with the significant J2EE 1.4 update that will drive substantial developer interest Written by a top-selling team of eleven experts who provide unique and substantial business examples in a vendor-neutral format, making the information applicable to various application servers Covers patterns, J2EE application servers, frameworks, Ant, and continuous availability Includes extensive intermediate and advanced coverage of J2EE APIs Companion Web site provides additional examples and information


Java 2 Performance and Idiom Guide

Java 2 Performance and Idiom Guide

Author: Craig Larman

Publisher: Prentice Hall PTR

Published: 2000

Total Pages: 0

ISBN-13: 9780130142603

DOWNLOAD EBOOK

Thank you for considering the Java 2 Performance and Idiom Guide. The goal of this book is to document the common idioms and optimization techniques that experienced Java developers should know. The topics are presented specifically for Java 2, including coverage of features such as the Collections Framework and the HotSpot JVM. High Performance Java-write fast code Our goal is to help catapult the beginner or intermediate Java developer over the chasm of performance pitfalls the Java platform challenges us with. Thus, the book includes a broad introduction to optimizing for speed and space, including: Design level optimization principles Environment and tool strategies Algorithm and data structure strategies Language and library specific optimization techniques. Idioms in Java-write code fast There are a wide variety of "tricks of the Java trade" or idioms that experienced Java developers apply to develop solid code. Like design patterns, coding idioms provide out-of-the-box solutions for many problems. Unlike design patterns, these idioms are very close to code and therefore take maximum advantage of the Java language and libraries. They include: Idiomatic usage of particular JDK classes and APIs, such as the Reflection API. Concurrency idioms to create thread-safe code Packaging and application structure idioms Naming and coding style idioms


Apache Server 2 Bible

Apache Server 2 Bible

Author: Mohammed J. Kabir

Publisher: Wiley

Published: 2002-03-29

Total Pages: 0

ISBN-13: 9780764548215

DOWNLOAD EBOOK

Best-selling author Mohammed Kabir expands coverage to include how to make practical use of the Apache Server. Written in the Bible's well-known comprehensive style, this book covers the "new" release of the award-winning Apache Web Server software.


Pro Java 7 NIO.2

Pro Java 7 NIO.2

Author: Anghel Leonard

Publisher: Apress

Published: 2012-01-28

Total Pages: 295

ISBN-13: 1430240121

DOWNLOAD EBOOK

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.