JavaScript | CGI | CSS | Java | PHP | SQL | ASP | HTML | PERL | Python | C++ | Graphics | DHTML | Misc

Java Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Previous Page

Instant Java 3rd Edition

Instant Java, with CD-ROM, 3rd Edition

with CD-ROM
John A. Pew
Stephen G. Pew

Our New Price: $34.99
Our Used Price: $26.25
In-Stock: Ships 2-3 days
Format:Paperback, 3rd ed., 452pp.
ISBN: 0130105333
Publisher: Prentice Hall
Pub. Date: January 1999
Edition Desc: 3RD Book & CD-ROM

Now anyone can use Java to add animation, sound, and interactivity to their Web pages! Instant Java is your guide to using more than 75 easy-to-customize Java applets. The second edition contains even more applets and examples - plus updated, foolproof instructions for plugging them into your Web pages. You'll find all the applets on the value-packed, cross-platform CD-ROM - along with sample HTML pages and valuable tools including Java WorkShop 1.0 30-Day Free Trial from Sun Microsystems, Symantec's Cafe Lite, and the latest JDK for Solaris, Windows 95, Windows NT, and Macintosh.
Java Beans for Real Programmers

Java Beans for Real Programmers

Peter Wayner

Our Price: $39.95
In-Stock: Ships 2-3 days
Format: Paperback, 1st ed., 224pp.
ISBN: 012738670X
Publisher: Academic Press, Inc.
Pub. Date: June 1998

This book is an advanced developer's guide to Sun's Java Beans Application Program Interface (AP) technology. Emphasis is placed on high level discussion of incorporating Java Beans technology into application development. The book illuminates the strategy behind creating Beans and provides readers with a strong understanding of the reasons why Beans will dominate the next generation of computing.
Rapid Java Application Development
Using Jbuilder 3

Rapid Java Application Development Using Jbuilder 3

Y. Daniel Liang

Our New Price: $65.00
In Stock: 24 hours (Same Day)
Format:Textbook Paperback, 1st ed., 784pp.
ISBN: 0130261610
Publisher: Prentice Hall
Pub. Date: December 1999
Edition Desc: Book & CD-ROM

He incorporation of Java into computer science curricula has increased the need for an advanced Java text; especially a book aimed at rapid application development for Internet and Web applications using Java. Daniel Liang's book introduces the concepts of JavaBeans, bean event model, model-view control, developing customized components, Swing Components, creating custom layout managers, bean persistence, bound properties and constraint properties, bean introspection and customization, Java database programming, and distributed programming using remote method invocation or CORBA. The reader will find that the main thread of the book, however, is to promote rapid Java application development for developing programs efficiently and effectively.
  • Comprehensive coverage provides fundamentals of rapid Java application development
  • Hands-on representative examples give detailed step-by-step instruction for building a project using JBuilder's UI Designer, BeansExpress, and a variety of wizards
  • The source code of examples is contained on the companion CD-ROM
  • Brief overviews, objective lists, and easy-to-follow style of examples provide the reader with the elements to get the most out of the material
  • Companion Website available to supplement book
Programming Language Processors in Java

Programming Language Processors in Java

David A. Watt
Deryck Brown

Our New Price: $49.00
In Stock: 24 hours (Same Day)
Format:Textbook Paperback, 1st ed., 464pp.
ISBN: 0130257869
Publisher: Prentice Hall
Pub. Date: January 2000

This book provides a gently paced introduction to techniques for implementing programming languages by means of compilers and interpreters, using the object-oriented programming language Java. The book aims to exemplify good software engineering principles at the same time as explaining the specific techniques needed to build compilers and interpreters.
Programming with VisualAge for Java Version 2.0

Programming with VisualAge for Java Version 2.0

John Akerley Antonello Parlavecchia Nina Li

Our Price: $39.99
Retail Price: $49.99
You Save: $10.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 2nd ed., 383pp.
ISBN: 0130212989
Publisher: Prentice Hall, Inc.
Pub. Date: February 1999

Discover VisualAge's exclusive features for rapid development, and learn how to customize VisualAge to your specific needs. Build your expertise by developing a complete industrial-strength application, from business logic through deployment. Master advanced techniques for Internet-oriented development: data persistence, services, and much more. Learn how to internationalize your applications for global markets; and deploy your Java code more effectively. The book concludes with powerful techniques for integrating Java software into your broader environment, utilizing external software configuration management tools, RMI, AgentRunner, and the Tool Integration Framework.
Enterprise Java Performance

Enterprise Java Performance

Steven L. Halter
Steven J. Munroe

Our Price: $39.99
Retail Price: $49.99
You Save: $10.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 600pp.
ISBN: 0130172960
Publisher: Prentice Hall
Pub. Date: August 2000

As Java is exploding into business environments, programmers require a new approach to encompass enterprise-wide thinking. With today's distributed computing environments magnifying even minor performance pitfalls, large-scale tuning can make the difference between success and just getting by. Steven L. Halter and Steven J. Munroe, who have been working with Java from its very beginning, bring their experiences from the IBM SanFrancisco Project to this unique book.

Their expertise provides a brilliant guide to the complexity of running business code on a massive system with a large, heterogeneous user population. By exploring performance issues from the ground up, they show you how to design a framework to withstand the changing demands of a growing business. Right from the start, you'll get general concepts and specific tips on improving enterprise Java performance, illustrated with actual Java code that you can put to work for you. Just some of the technologies included are: JVM/JIT, SanFrancisco, Enterprise JavaBeans, CORBA, and Jini. Real Java code examples illustrate:

  • Performance theory
  • Performance obstacles
  • Local/remote issues
  • Granularity
  • Benchmarking
  • System tuning
  • Effects of scale
  • SanFrancisco
  • Enterprise JavaBeans
  • CORBA
Multithreaded Programming with Java Technology

Multithreaded Programming with Java Technology

Bill Lewis
Daniel Berg

Our Price: $31.99
Retail Price: $39.99
You Save: $8.00 (20%)
In Stock: 24 hours (Same Day)
Format: Paperback, 461pp.
ISBN: 0130170070
Publisher: Prentice Hall
Pub. Date: November 1999

Multithreaded Programming with Java Technology is the first complete guide to multithreaded development with the Java 2 platform. Multithreading experts Bil Lewis and Daniel J. Berg cover the underlying structures upon which threads are built; thread construction; and thread lifecycles, including birth, life, death, and cancellation. Next, using extensive code examples, they cover everything developers need to know to make the most of multithreading.
Java 2 Programmer's Interactive Workbook

Java 2 Programmer's Interactive Workbook

Kevin Chu
Eric Brower

Our Price: $40.00
In Stock: 24 hours (Same Day)
Format: Paperback, 502pp.
ISBN: 0130166383
Publisher: Prentice Hall
Pub. Date: March 1999

The perfect hands-on Java course for absolute beginners: all the skills you need to get results, fast! Get Java up and running, start editing files, use the Java console, run Java applications and applets. Learn the basics of object-oriented programming through easy examples, analogies, and exercises. Then, master Java data types, control structures, basic Java graphical user interfaces, events, classes, inheritance, exceptions, error handling-even multimedia!

Every Prentice Hall Interactive Workbook is fully integrated with its own exclusive Web site, giving you all this and more:

  • "Test Your Thinking" project solutions and detailed explanations
  • Author's Corner: Your personal connection to this book's expert author
  • Additional self-review exercises with instant feedback and explanations
  • An exclusive message board where you can interact with other students!
Just the facts! No endless, boring discussions here! You'll learn hands-on, through practical exercises, self-review questions, and real-world answers. Exclusive "Test Your Thinking" projects guarantee you'll go beyond rote knowledge to really master the subject! It's an integrated learning system that's proven to work!
High Performance Java Computing

High Performance Java Computing

Thomas W. Christopher
George K. Thiruvathukal

Our Price: $49.99
In Stock: 24 hours (Same Day)
Format: Paperback, 1st ed., 350pp.
ISBN: 0130161640
Publisher: Prentice Hall
Pub. Date: May 2000

Threading and concurrency are crucial to building high-performance Java applications - but they have a reputation for complexity. High-Performance Java Computing thoroughly demystifies them, helping developers leverage threading and concurrency to solve a wide variety of performance problems - especially in networked, distributed applications. This book delivers practical solutions, proven design patterns, and a rigorously tested code library: everything you need to build optimized Java software for technical, business, and e-Commerce applications. Coverage includes:
  • Java 2 Threads classes: daemon threads, thread control, scheduling, and more
  • Solving the key problems of parallelism: deadlocks, race conditions, and synchronization
  • Advanced techniques for optimizing concurrent code
  • Java monitors, parallelizing loops, and parallel execution of subroutines in shared memory
  • New design patterns for distributed application development
There's never been a more accessible, practical guide to Java multi-threading, concurrency, and other high-performance techniques. When performance really matters, turn to High-Performance Java Computing - and find the solution you're searching for!

Java Page | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Previous Page

JavaScript | CGI | CSS | Java | PHP | SQL | ASP | HTML | PERL | Python | C++ | Graphics | DHTML | Misc


Home | Free Buttons | Monthly Project | Seasonal Site | Tips & Scripts | Book Store
Feature Archive | Application Form | Software Store | Hardware Store | Contact Us
© 2000 Ira Boucher Ira Designs