Discount used books
FIND BOOKS:


013014469X
Stock photo. Cover may not represent actual copy or condition available.

Core Jini

by W. Keith Edwards


ISBN: 013014469X
ISBN-13: 9780130144690
Format: Paperback

Customer Reviews

Review this book!

Bibliographic Details

Publisher: Prentice Hall Ptr
Published date: 1999
Size: 7 x 9.5 inches
Weight: 3.45 pounds
Pages: 772

Publisher's Notes

Jini is one of the world's most hotly anticipated technologies. The promise of Jini is extraordinary: with Jini, any devicefrom your enterprise server to your kitchen applianceswill network smoothly, simply and reliably. Learn how Jini implements crucial concepts and start developing real services and applications. Includes a complete Jini API reference, and code for a full set of Jini services.

Similar books


0596004087
Java Swing
by James Elliott



0201596237
Digital Image Processing
by Nick Efford



0201700433
Java.Rmi the Remote Method Invocation Guide
by Esmond Pitt



0782142761
Complete Java 2 Certification
by Simon Roberts



0534395287
An Introduction to Web Design + Programming
by Wang

Combining viewpoints from a Department of Computer Science (Paul Wang) and a School of Visual Communication Design (Sanda Katila), this innovative book covers the design and technology aspects of Web site development in an integrated manner.

HACKER SAFE certified sites prevent over 99.9% of hacker crime.

Ready to buy this book?

Below are all of the copies of 013014469X we currently have available for purchase, sorted by lowest price first. If you would like to refine your search, use the advanced options in the search box above.
1) Core Jini (Qty: 14)
W. Keith Edwards

Prentice Hall PTR, 1999-06-25. 1. Paperback. Very good. Very minimal damage to the cover (no holes or tears, only minimal scuff marks) , in some instances dust jackets are not included, no missing pages, minimal to no highlighting/under (more information)

Offered by BEST BARGAIN BOOKS WHOLESALER, INC. (United States)
Price: $1.00
Add to cart 
2) Core Jini
W. Keith Edwards

Prentice Hall PTR, 1999-06-25. Paperback. Good. Minor shelf wear, great buy! (more information)

Offered by The Book Ladies (United States)
Price: $1.00
Add to cart 
3) Core Jini
W. Keith Edwards

Prentice Hall PTR, 1999-06-25. 1. Paperback. Good. Minimal damage to the cover, dust jacket not necessarily included minimal wear to binding, majority of pages undamaged, minimal to no highlighting/underlining of text, no missing p (more information)

Offered by BEST BARGAIN BOOKS WHOLESALER, INC. (United States)
Price: $1.00
Add to cart 
4) Core Jini
W. Keith Edwards

Prentice Hall PTR. Used - Good. 1st Edition. GOOD with average wear to cover, pages and binding. We ship quickly and work hard to earn your confidence. Orders are generally shipped no later than next business day. We offer a no hassle guarantee on all our items. (more information)

Offered by River City Books, LLC (United States)
Price: $1.00
Add to cart 
5) Core Jini (Qty: 5)
W. Keith Edwards

Prentice Hall PTR, 1999-06-25. 1. Paperback. Like New. May be shiny, in some instances dust jackets are not included, no missing pages, no damage to binding, may have a remainder mark. (more information)

Offered by BEST BARGAIN BOOKS WHOLESALER, INC. (United States)
Price: $3.73
Add to cart 
6) Core Jini (Qty: 2)
W. Keith Edwards

Prentice Hall PTR, 1999-06-25. Paperback. New. Large selection of books!!! (more information)

Offered by Springys Treasures (United States)
Price: $3.74
Add to cart 
7) Core Jini
W. Keith Edwards

Prentice Hall PTR. Softcover. Very Good Book has been read. Pages are clean but the dust jacket/cover is slightly worn.. (more information)

Offered by The Book Odyssey (United States)
Price: $4.99
Add to cart 
8) Core Jini (Qty: 2)
W. Keith Edwards; W. Keith

Prentice Hall PTR, 1999. Paperback. A Roadmap <P>Part I of this book, 'Foundations,' provides some necessary background reading Jini. This information will be useful for savvy readers who just need to understand Jini, what it does, and how it works. But it's also 'required reading' for developers who want to build actual, running Jini programs--the chapters in this part highlight the philosophical differences between Jini and 'classical' networked and distributed systems technologies. If you have a good understanding of this material, you're ready to build software that's consistent with the Jini aesthetic. <P>Chapter 1, 'A New Computing Paradigm,' looks at the history and motivation of Jini. You'll see how Jini is really the fulfillment of the original Java promise: of collections of software and hardware, working together simply and without administration. This chapter also covers the process of getting and installing the Jini software. <P>Chapter 2, 'Distributed Systems,' provides a glimpse at the basics of distributed systems, and how Jini differs from traditional distributed systems software. Even if you're a handy network programmer, you may want to take a look at this chapter. Jini is fairly unique in the distributed systems world, and it's interesting to see the roots of Jini and understand what problems it's good at solving. <P>Chapter 3, 'The Jini Model,' introduces the basic concepts in Jini. Fortunately there are very few of these--only five. Understanding these concepts and how they connect to each other will make later reading much easier. <P>Chapter 4, 'Deployment Scenarios,' covers some scenarios for deploying Jini services. These are development targets, if you will--ways that you as a developer can deploy Jini code that you write. Jini is perhaps unique in all the Java libraries provided by Sun, in that it is specifically designed to support devices which may not have Java Virtual Machines (JVMs) embedded in them. Jini can be used to connect devices with only limited computational ability, just as it can be used to connect large servers and other machines running full-fledged JVMs. This chapter will help you understand the options available to you if you're designing for Jini. <P>These first four chapters comprise Part I of this book--they provide a broad introduction to the Jini technology and how it fits into the world. Part II, 'Building with Jini,' is a very in-depth look at particular aspects of Jini. It is designed for the professional Java developer who is writing new Jini services or building Jini-enabled devices. Some of the chapters in this part are In Depth chapters that dive deeply into a particular aspect of the Jini technology. Others are structured around large examples that show Jini being applied to real problems. <P>Chapter 5, 'Getting Started with Jini,' begins with a series of programs designed to introduce you to the core Jini concepts. This series is a set of 'Hello, World' style programs that are evolved to illustrate ideas such as lookup, discovery, leasing, and remote events. This chapter is your first introduction to building Jini software from scratch, and covers almost all the basic Jini ideas, as well as an example of using the RMI activation framework. <P>Chapter 6, 'In Depth: Discovery,' is an in-depth chapter looking at Jini's discovery protocols. These are the means by which Jini services notify the world of their existence, and Jini client applications learn about the clusters or 'communities' of services that are available to them. We'll look under the hood at these protocols--understanding what's really going on there is key to understanding how to use them effectively. By the end of this chapter you should understand these protocols well enough to be able to implement them 'by hand' if you need to. <P>Chapter 7, 'Using Attributes to Describe Services,' talks about the Jini notion of attributes . Attributes are objects that can be associated with services to provide descriptive information about them, or even provide additional functionality (such as user interfaces) to extend the behavior of services. This chapter talks about how to use attributes, and how the Jini attribute model meshes nicely with JavaBeans. <P>Chapter 8, 'In Depth: Using Lookup Services,' moves on to the next major phase in a Jini application's life cycle, the use of the Jini lookup service. Lookup is how applications learn about particular services within a particular community. In this in-depth chapter, you'll see how both clients and services use lookup, and learn how to use some high-level 'convenience' APIs to simplify the responsibilities of services with regard to lookup. We'll pay special attention to the issues around federating and connecting Jini communities into larger structures. <P>At this point you should understand the basics of what you need to know to build a very functional and useful Jini client application that can participate in the discovery and lookup process, and allow you to find and browse any Jini service on the network. Chapter 9, 'A Jini Lookup Service Browser,' introduces a long application that exercises the ideas in the previous chapters. This application is a browser that can find lookup servers and the services registered there, and allow you to view and control the attributes of those services. The code in this chapter builds up a toolkit of useful components for displaying and using service information, which you can reuse in your own applications. <P>Chapter 10, 'In Depth: Leasing,' gives in-depth coverage of the notion of leasing, which is how Jini manages resources held by remote systems. Leasing is also the key to Jini's ability to 'self-heal' a large distributed system. In this chapter, we'll talk about the benefits of leasing, and cover some common idioms that arise again and again when programming with leases. <P>While Chapter 10's focus is on the ideas behind leasing, and in particular how clients can use leasing, Chapter 11, 'Exporting Leased Resources,' talks about how Jini services can implement leasing. This is the other half of the leasing equation that is started in Chapter 10. With these two chapters, you can 'close the loop,' exporting a leased resource to a client, which then uses the lease consumer APIs to control it. <P>While the chapters on discovery, lookup, and leasing provide the basics of what you have to do to write a functional Jini service, Chapter 12, 'The Well-Behaved Service,' provides a summary of the extra steps you can take to provide a useful and useable service. This chapter talks about service administration, the join protocol--which governs how services interact with their communities--and how to provide user interfaces for services. <P>After this coverage of what it takes to be a 'good' service, we're ready to build a complete, sophisticated Jini application. Chapter 13, 'A Complete Example: The Print Service,' presents a long example of a service that allows clients to connect to it to print documents. This program supports administration, persistence, and self-description through attributes, and can serve as the basis for many of the services you will write. And, of course, you'll be able to use this service in conjunction with the other examples in this book. <P>Next, Chapter 14, 'In Depth: Remote Events,' provides a look at how Jini supports asynchronous notifications between programs. Jini extends the local Java event model with events that can be sent between objects in different JVMs. This remote event model has different semantics than the usual JavaBeans event model--this chapter looks at why this is, and explores some common idioms for using remote events. The remote event model lends itself to the creation of event 'adaptors' that can plug into the event pipeline to provide such services as forwarding or storage of events. One of the examples here looks at an 'event mailbox' adaptor that can be a useful service in many Jini communities. <P>While the preceding chapters cover topics that are considered core and fundamental to Jini, the next two chapters are a bit different. The next chapters cover topics that are actually implemented as services atop the core Jini infrastructure. <P>Chapter 15, 'JavaSpaces,' provides an introduction to Sun's JavaSpaces service. This service provides an extremely useful object storage engine. Many applications that use Jini will need a way to store persistent data, and share it for use by other applications. JavaSpaces provides an easy object-based way for them to do this. And JavaSpaces can even serve as the basis for new styles of distributed computation. This chapter looks at the JavaSpaces programming model and philosophy. <P>Chapter 16, 'Distributed Transactions,' covers transactions, which are one of the most technical concepts in Jini. Transactions are a way for cooperating processes to ensure the integrity of their data. Essentially, transactions are a way to make sure that either an entire set of operations happen completely, or that none of them happen at all. Those of you familiar with database programming are no doubt familiar with transactions, and their power in preventing partial failures. The Jini mod (more information)

Offered by Junic Resources (United States)
Price: $19.18
Add to cart 
9) Core Jini (Qty: 4)
Edwards, W. Keith,

Prentice Hall, 1999. Paperback. Like New/Like New. (more information)

Offered by DELHI BOOK STORE (India)
Price: $38.00
Add to cart 
10) Core Jini (Qty: 3)
Edwards, W. Keith

Prentice Hall PTR. PAPERBACK. 013014469X NICE COPY--SPEEDY SHIPPING with SUPER CUSTOMER SERVICE . Very Good. (more information)

Offered by TIME OUT BOOKS (United States)
Price: $100.00
Add to cart