Hardcore Java

Hardcore Java

Author: Robert Simmons Jr

Publisher: "O'Reilly Media, Inc."

Published: 2004-03-11

Total Pages: 347

ISBN-13: 0596552440

DOWNLOAD EBOOK

Java has quickly become one of the most important languages in programming, particularly for professional and enterprise-level projects. From its infancy as a language primarily used for web applets to its maturity through servlets, Enterprise JavaBeans, and database access, Java has become a complex and robust tool for today's developer.Hardcore Java takes this language and breaks it apart, piece by piece, revealing the important secrets and tricks that will take you from a junior-level programmer to a seasoned and expert developer. You'll fly through the fundamentals and quickly find yourself learning about advanced memory management techniques, optimization and bytecode-level enhancements, and the techniques required to build lightning-fast GUIs. Throughout the book, you'll also master the art of writing and maintaining bulletproof and error-proof code, all while grasping the intricacies of the Java language.Hardcore Java covers: Use of the final keyword to optimize and protect your Java classes. Complete and thorough coverage of all types of nested classes, including how to optimize anonymous and inner classes. Detailed discussion of immutable objects, including unique tips on when to use them (and when not to). Elimination of bugs through exception-handling management. In-depth studies of constants, including their impact on the Java memory model. The most thorough discussion of reflection in print, moving far beyond other books' "Hello World" coverage. Construction and use of dynamic proxies, in both Java Standard and Enterprise editions. Expansive coverage of weak references, including usage patterns and their role in garbage collection and memory management. Hardcore Java is an invaluable addition to every programmer's library, and even the most advanced developers will find themselves moving beyond their own conceptions into truly advanced applications of the language. Thousands of lines of code, heavily commented and easily runnable, illustrate each concept in the book.


Hardcore Java

Hardcore Java

Author: Robert Simmons (Jr.)

Publisher: "O'Reilly Media, Inc."

Published: 2004

Total Pages: 194

ISBN-13: 9780596005689

DOWNLOAD EBOOK

Focuses on the little-touched but critical parts of the Java programming language that the expert programmers use. Learn about extremely powerful and useful programming techniques such as reflection, advanced data modeling, advanced GUI design, and advanced aspects of JDO, EJB, and XML-based web clients. This unique book reveals the true wizardry behind the complex and often mysterious Java environment. --O'Reilly web site


Hardcore JFC

Hardcore JFC

Author: Mitch Goldstein

Publisher: Cambridge University Press

Published: 2001-08-13

Total Pages: 382

ISBN-13: 9780521664899

DOWNLOAD EBOOK

A comprehensive guide to the functionality and practical use of the Java Foundations Classes (JFC).


Programming Jakarta Struts

Programming Jakarta Struts

Author: Chuck Cavaness

Publisher: "O'Reilly Media, Inc."

Published: 2004

Total Pages: 478

ISBN-13: 9780596006518

DOWNLOAD EBOOK

While the look and feel of an enterprise web application is certainly important, developers often find themselves spending far too much time on frontend presentation before coding the business logic of their application. Jakarta Struts addresses this issue by combining Java Servlets, Java ServerPages (JSPs), custom tags, and messaging resources into a unified, reusable framework. The result is a cooperative, synergistic platform that's efficient and suitable for independent developers, large development teams, and everyone in between. Since the initial publication of Programming Jakarta Struts, the Struts open source project has become even more popular. However, documentation for this exciting technology remains woefully limited-most guides are far too basic and lack critical information needed by developers who are writing today's complex web applications. This revised and expanded edition of Programming Jakarta Struts fills the information gap by providing up-to-date information on working with the recently released Struts 1.1. The new edition includes completely new chapters on security and integrating the new JavaServerFaces (JSF) APIs, JavaServer Pages Standard Tag Library (JSTL), and Expression Language (EL) with Struts. With each enterprise system he's developed, author Chuck Cavaness has spent many grueling hours learning invaluable lessons about Struts and figuring out the most efficient way to build web applications. He saves you time and headaches by sharing that invaluable real-world experience in a realistic, practical, "here's how to do it" guide on using the Struts Framework to its fullest potential.


Java 5.0 Tiger

Java 5.0 Tiger

Author: Brett McLaughlin

Publisher: "O'Reilly Media, Inc."

Published: 2004-06-25

Total Pages: 204

ISBN-13: 0596007388

DOWNLOAD EBOOK

Ch. 1. What's new? Ch. 2. Generics Ch. 3. Enumerated types Ch. 4. Autoboxing and unboxing Ch. 5. Varargs Ch. 6. Annotations Ch. 7. The for/in statement Ch. 8. Static imports Ch. 9. Formatting Ch. 10. Threading.


Iterating Infusion

Iterating Infusion

Author: Greg Anthony

Publisher: Apress

Published: 2017-01-16

Total Pages: 210

ISBN-13: 1430251050

DOWNLOAD EBOOK

Iterating Infusion: Clearer Views of Objects, Classes, and Systems is a one-of-a-kind book, not dependent on any single technology. Rather, it provides a way to integrate the most efficient techniques from a variety of programming methods, in a manner that makes designing and programming software look easy. Iterating Infusion presents comprehensive tools for you to best manage and work with object orientation. These include simplified fundamental concepts, popular language comparisons, advanced designing strategies, a broad usage progression, thorough design notations (interaction algebra), and data-oriented (fundamentally-OO) languages. The title, Iterating Infusion, alludes to the fact that any system has multiple, coexisting functional levels and that new levels—both lower and higher—are continually added to the same functional area. The practical effect is to bring processes into focus, always clarifying the vague. The extreme form of this is when separate but compatible technologies are brought together to create advancements; these can be baby-steps or great leaps, with varying amounts of effort. In more general terms, the same thing in a different context can take on much more power. And actually, this phenomenon is at the heart of object-oriented software. Readers have been confirming that, compared to books on just low-level details, Iterating Infusion presents cohesive insights that allow you to solve more problems with the same effort in more key places.


Java I/O

Java I/O

Author: Elliotte Rusty Harold

Publisher: "O'Reilly Media, Inc."

Published: 2006-05-16

Total Pages: 730

ISBN-13: 1449390889

DOWNLOAD EBOOK

All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four largecategories: input streams and output streams, for reading and writing binary data; and readers and writers, for reading and writing textual (character) data. You're almost certainly familiar with the basic kinds of streams--but did you know that there's a CipherInputStream for reading encrypted data? And a ZipOutputStream for automaticallycompressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more. A discussion of I/O wouldn't be complete without treatment of character sets and formatting. Java supports the Unicode standard, which provides definitions for the character sets of most written languages. Consequently, Java is the first programming language that lets you do I/O in virtually any language. Java also provides a sophisticated model for formatting textual and numeric data. Java I/O, 2nd Edition shows you how to control number formatting, use characters aside from the standard (but outdated) ASCII character set, and get a head start on writing truly multilingual software. Java I/O, 2nd Edition includes: Coverage of all I/O classes and related classes In-depth coverage of Java's number formatting facilities and its support for international character sets


Java Enterprise in a Nutshell

Java Enterprise in a Nutshell

Author: Jim Farley

Publisher: "O'Reilly Media, Inc."

Published: 2006

Total Pages: 902

ISBN-13: 9780596101428

DOWNLOAD EBOOK

With the recent release of Java 2 Enterprise Edition 1.4, developers are being called on to add even greater, more complex levels of interconnectivity to their applications. To do this, Java developers need a clear understanding of how to apply the new APIs, and the capabilities and pitfalls in the program--which they can discover in this edition.


Better, Faster, Lighter Java

Better, Faster, Lighter Java

Author: Bruce Tate

Publisher: "O'Reilly Media, Inc."

Published: 2004-05-28

Total Pages: 265

ISBN-13: 0596552793

DOWNLOAD EBOOK

Sometimes the simplest answer is the best. Many Enterprise Java developers, accustomed to dealing with Java's spiraling complexity, have fallen into the habit of choosing overly complicated solutions to problems when simpler options are available. Building server applications with "heavyweight" Java-based architectures, such as WebLogic, JBoss, and WebSphere, can be costly and cumbersome. When you've reached the point where you spend more time writing code to support your chosen framework than to solve your actual problems, it's time to think in terms of simplicity.In Better, Faster, Lighter Java, authors Bruce Tate and Justin Gehtland argue that the old heavyweight architectures are unwieldy, complicated, and contribute to slow and buggy application code. As an alternative means for building better applications, the authors present two "lightweight" open source architectures: Hibernate--a persistence framework that does its job with a minimal API and gets out of the way, and Spring--a container that's not invasive, heavy or complicated.Hibernate and Spring are designed to be fairly simple to learn and use, and place reasonable demands on system resources. Better, Faster, Lighter Java shows you how they can help you create enterprise applications that are easier to maintain, write, and debug, and are ultimately much faster.Written for intermediate to advanced Java developers, Better, Faster, Lighter Java, offers fresh ideas--often unorthodox--to help you rethink the way you work, and techniques and principles you'll use to build simpler applications. You'll learn to spend more time on what's important. When you're finished with this book, you'll find that your Java is better, faster, and lighter than ever before.


Enterprise JavaBeans

Enterprise JavaBeans

Author: Richard Monson-Haefel

Publisher: "O'Reilly Media, Inc."

Published: 2004

Total Pages: 796

ISBN-13: 9780596005306

DOWNLOAD EBOOK

Enterprise JavaBeans, Fourth Edition, is the definitive guide to EJB 2.1. It shows you how to build complex, mission-critical systems using snap-together software components that model business objects and processes. EJB 2.1 makes several important steps forward in EJB technology: message-driven beans are much more flexible, a time service has been added, and EJBs have been integrated with web services. Enterprise JavaBeans delivers on a promise chat was astonishing a few years ago: not only can EJBs run without modification on any operating system, they can run on any J2EE application server. However, after writing EJBs, you have to deploy them in an application server, and deploying EJBs can be a painful task. This edition includes the Jboss Workbook, which shows you how to deploy the examples on the open source JBoss Application Server. If you've done any enterprise software development in the past few years, you already know the extent to which EJB has changed the field. Use this book to catch up on the latest developments. If you're new to enterprise software development, or if you haven't been working with EJB, this book will bring you up to speed on this exciting technology for building business systems.