Java Outside In Paperback with CD-ROM

Java Outside In Paperback with CD-ROM
Author: Ethan D. Bolker
Publisher: Cambridge University Press
Total Pages: 336
Release: 2003-06-30
Genre: Computers
ISBN: 9780521010870

This book treats learning a programming language much like learning a spoken language: programming is best learned by immersion. Through building interesting programs and addressing real design issues much earlier than other texts, this title moves beyond the mere syntax and discusses the serious architecture of programs: how delegation and inheritance allow objects to cooperate effectively. The text is filled with programs for realistic applications. These programs are much closer to those the student will encounter in the real world than those in traditional texts. Furthermore, the authors constantly revise the programs as they grow in sophistication so students learn another important aspect of real-world programming: that programs are constantly updated, modified and improved. Finally, in the exercises, the authors encourage students to write programs that interact with programs that they have prepared, and then ask them to write about those programs.

Java Outside In Hardback with CD-ROM

Java Outside In Hardback with CD-ROM
Author: Ethan D. Bolker
Publisher: Cambridge University Press
Total Pages: 334
Release: 2003-06-23
Genre: Computers
ISBN: 9780521811989

This book and CD set treats learning a programming language much like learning a spoken language: programming is best learned by immersion. Through building interesting programs and addressing real design issues much earlier than other texts, this book moves beyond the placement of semicolons and other syntactic details and is able to discuss the architecture of serious programs: how delegation and inheritance allow objects to cooperate to do useful work. Throughout the text, the authors deal with programs that implement applications realistic enough to be convincing.

Core Java Web Server

Core Java Web Server
Author: Chris Taylor
Publisher: Prentice Hall
Total Pages: 630
Release: 1999
Genre: Computers
ISBN:

This book presents computational biology methods by focusing on their applications, including primary sequence analysis, protein structure elucidation, transcriptomics and proteomics data analysis, and exploration of protein interaction networks.

LDAP Programming with Java

LDAP Programming with Java
Author: Rob Weltman
Publisher: Addison-Wesley Professional
Total Pages: 718
Release: 2000
Genre: Computers
ISBN: 9780201657586

In this book, the creators of the Directory SDK for Java show how it can be used to build powerful, standards-based directory applications that leverage LDAP directory information on intranets, the Internet, even in e-commerce applications. The CD-ROM includes reference documentation and source code for the Directory SDK for Java and for all examples and programs in the book, as well as the entire text of the book in a fully searchable format.

Teach Yourself Java 1.1 Programming in 24 Hours

Teach Yourself Java 1.1 Programming in 24 Hours
Author: Rogers Cadenhead
Publisher: Sams.Net Software
Total Pages: 384
Release: 1997-01-01
Genre: Computers
ISBN: 9781575212708

Instructs the user in object-oriented programming, allowing the creation of interactive Web sites, cross-platform applications, and Java applets; includes a CD-ROM with examples for each lesson

Beyond Java

Beyond Java
Author: Bruce Tate
Publisher: "O'Reilly Media, Inc."
Total Pages: 204
Release: 2005-09-22
Genre: Computers
ISBN: 0596553498

Bruce Tate, author of the Jolt Award-winning Better, Faster, Lighter Java has an intriguing notion about the future of Java, and it's causing some agitation among Java developers. Bruce believes Java is abandoning its base, and conditions are ripe for an alternative to emerge. In Beyond Java, Bruce chronicles the rise of the most successful language of all time, and then lays out, in painstaking detail, the compromises the founders had to make to establish success. Then, he describes the characteristics of likely successors to Java. He builds to a rapid and heady climax, presenting alternative languages and frameworks with productivity and innovation unmatched in Java. He closes with an evaluation of the most popular and important programming languages, and their future role in a world beyond Java. If you are agree with the book's premise--that Java's reign is coming to an end--then this book will help you start to build your skills accordingly. You can download some of the frameworks discussed and learn a few new languages. This book will teach you what a new language needs to succeed, so when things do change, you'll be more prepared. And even if you think Java is here to stay, you can use the best techniques from frameworks introduced in this book to improve what you're doing in Java today.

Java Threads

Java Threads
Author: Scott Oaks
Publisher: "O'Reilly Media, Inc."
Total Pages: 361
Release: 2004-09-10
Genre: Computers
ISBN: 144936666X

Threads are essential to Java programming, but learning to use them effectively is a nontrivial task. This new edition of the classic Java Threads shows you how to take full advantage of Java's threading facilities and brings you up-to-date with the watershed changes in Java 2 Standard Edition version 5.0 (J2SE 5.0). It provides a thorough, step-by-step approach to threads programming.Java's threading system is simple relative to other threading systems. In earlier versions of Java, this simplicity came with tradeoffs: some of the advanced features in other threading systems were not available in Java. J2SE 5.0 changes all that: it provides a large number of new thread-related classes that make the task of writing multithreaded programs that much easier.You'll learn where to use threads to increase efficiency, how to use them effectively, and how to avoid common mistakes. This book discusses problems like deadlock, race conditions, and starvation in detail, helping you to write code without hidden bugs.Java Threads, Third Edition, has been thoroughly expanded and revised. It incorporates the concurrency utilities from java.util.concurrent throughout. New chapters cover thread performance, using threads with Swing, threads and Collection classes, thread pools, and threads and I/O (traditional, new, and interrupted). Developers who cannot yet deploy J2SE 5.0 can use thread utilities provided in the Appendix to achieve similar functionality with earlier versions of Java.Topics include: Lock starvation and deadlock detection Atomic classes and minimal synchronization (J2SE 5.0) Interaction of Java threads with Swing, I/O, and Collection classes Programmatically controlled locks and condition variables (J2SE 5.0) Thread performance and security Thread pools (J2SE 5.0) Thread groups Platform-specific thread scheduling Task schedulers (J2SE 5.0) Parallelizing loops for multiprocessor machines In short, this new edition of Java Threads covers everything you need to know about threads, from the simplest animation program to the most complex applications. If you plan to do any serious work in Java, you will find this book invaluable.Scott Oaks is a senior software engineer for the Java Performance Engineering group at Sun Microsystems and the author of four books in the O'Reilly Java series.Formerly a senior systems engineer at Sun Microsystems, Henry Wong is an independent consultant working on various Java related projects.

Hardcore Java

Hardcore Java
Author: Robert Simmons (Jr.)
Publisher: "O'Reilly Media, Inc."
Total Pages: 194
Release: 2004
Genre: Computers
ISBN: 9780596005689

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

Java: The Good Parts

Java: The Good Parts
Author: Jim Waldo
Publisher: "O'Reilly Media, Inc."
Total Pages: 196
Release: 2010-04-20
Genre: Computers
ISBN: 1449390706

What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available. Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code. Learn how the type system and packages help you build large-scale software Use exceptions to make code more reliable and easier to maintain Manage memory automatically with garbage collection Discover how the JVM provides portability, security, and nearly bug-free code Use Javadoc to embed documentation within the code Take advantage of reusable data structures in the collections library Use Java RMI to move code and data in a distributed network Learn how Java concurrency constructs let you exploit multicore processors

Learning Java

Learning Java
Author: Patrick Niemeyer
Publisher: "O'Reilly Media, Inc."
Total Pages: 976
Release: 2005-05-20
Genre: Computers
ISBN: 0596008732

[This volume] provides an ... introduction to the most important programming language today. Java has become the language of choice for a wide variety of applications, web services, secure network systems, XML-based tools, reusable components, and enterprise systems.-Back cover.