JINI Books

MagicBeanDip.com

Page 1 of 3 - Go to page: 1 2 3

Java Messaging (Programming Series)

Eric Bruno

Java Messaging (Programming Series) Eric Bruno Amazon Price: $29.67
List Price: $44.95
Usually ships in 24 hours
By: Charles River Media
Amazon Marketplace: 27 new & used starting at $25.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Business & Culture -> Privacy
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS

Customer Reviews:
Total reviews: 5 Average rating: 5.0 of 5

Editorial Review:

LEARN TO USE JAVA MESSAGING SOFTWARE IN YOUR DISTRIBUTED APPLICATIONS!

As software becomes more complex, and the Web is leveraged further, the need for messaging software continues to grow. Virtually all software written today requires at least one form of internal, and even external, communication. Java Messaging explores the various methods of intra-process and inter-process messaging for Java software, such as JavaBean events, JMS, JAX-RPC, JAXM, SOAP, and Web Services. Programmers will learn the basics of these APIs, as well as how, when, and why to use each one, including how to use them in combination, such as combining SOAP with JMS over a WAN. The book begins by walking the reader through simple intra-process communication using JavaBean events. A set of classes is constructed that extend JavaBean events beyond one JVM, transparently using JMS. The messaging paradigms of JMS are explained thoroughly, including in-depth discussions on the theory and mechanics of message queues. Design patterns and helper classes are also explored, which ultimately combine to form a generic messaging framework that helps programmers avoid common pitfalls. This framework, explained throughout the book, provides for the seamless integration of JMS with SOAP Web Services that is required to build distributed applications. Starting from the first chapter, a comprehensive sample application (an online stock trading system) is built using the framework and messaging paradigms discussed in the book. By the end of the book, programmers will not only understand the various messaging paradigms, but they will also understand how to architect complex distributed applications that use them together – with a framework that provides a running start.

KEY FEATURES • Explores the various methods of intra-process and inter-process messaging for Java software, such as JavaBean events, JMS, JAX-RPC, JAXM, SOAP, and Web Services • Provides programmers with the practical knowledge of when and how to use each API alone, as well as together • Explains the messaging paradigms of JMS, including in-depth discussions on the theory and mechanics of message queues • Includes a development framework of classes for programmers to apply to their own projects • Teaches concepts through a comprehensive sample application (an online stock trading system) that uses the framework and messaging paradigms discussed within the book • Includes a CD-ROM with all of the sample code, the complete messaging toolkit that is explored throughout the book, open source tools, and all of the figures from the book

On the CD! * Source Code: Includes the sample applications referenced within each chapter * Figures: Contains all of the figures from the book, arranged by chapter * Java Tools: Includes the open-source tools used in the development of the book’s sample applications and toolkit * Toolkit: Contains the final, complete, messaging toolkit that is explored throughout the book SYSTEM REQUIREMENTS (WIN) Windows NT/2000/XP/2003; 256 MB RAM minimum, 512 MB recommended; 250 MB of available disk space, 500 MB recommended; J2SE version 1.4.2_06 or higher; CD-ROM or DVD-ROM drive; keyboard and mouse, or other pointing device

Professional Java Server Programming: with Servlets, JavaServer Pages (JSP), XML, Enterprise JavaBeans (EJB), JNDI, CORBA, Jini and Javaspaces

Sing Li, Paul Houle, Mark Wilcox, Ron Phillips, Piroz Mohseni, Stefan Zeiger, Hans Bergsten, Matthew Ferris, Jason Diamond, Mike Bogovich, Marc Fleury, Krishna Vedati, Ari Halberstadt, Andrew Patzer

Professional Java Server Programming: with Servlets, JavaServer Pages (JSP), XML, Enterprise JavaBeans (EJB), JNDI, CORBA, Jini and Javaspaces Sing Li, Paul Houle, Mark Wilcox, Ron Phillips, Piroz Mohseni, Stefan Zeiger, Hans Bergsten, Matthew Ferris, Jason Diamond, Mike Bogovich, Marc Fleury, Krishna Vedati, Ari Halberstadt, Andrew Patzer List Price: $59.99
By: Peer Information Inc.
Amazon Marketplace: 64 new & used starting at $0.18

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Networking -> Data in the Enterprise -> Client-Server Systems
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> CORBA
Subjects -> Computers & Internet -> Programming -> APIs & Operating Environments -> JINI

Customer Reviews:
Total reviews: 82 Average rating: 4.0 of 5

Editorial Review:

Wrox specializes in books written by programmers, for programmers. Professional Java Server Programming, a volume on developing Java-based Web applications, is no different. All the 12 authors are developers and consultants--including some who've been part of Sun's own Java team.

The Web is becoming more and more a way of delivering applications rather than just static Web pages. Java is becoming more and more popular as a tool for building Web applications, thanks to Java servlets and Java Server Pages. Professional Java Server Programming is a big book full of code samples and real-world experience.

Starting with a grounding in Web application development and technologies, the book introduces the various concepts of using Java to deliver Web content--as well as helping to give you the tools you need to work around the limitations of Web servers and Web browsers. You'll also learn how to develop complex database-driven applications--and how to work faster. Since this is a book on the cutting edge of Java development, you'll also find sections on using Java with XML documents and LAP directory servers, as well as Enterprise Java Beans. There's even a good examination of the next generation of Java technologies--Jini and JavaSpaces--with a look at how these can be used in Web applications.

This is a superb and extremely practical book. If you're building Java-based Web server applications, this is a book you need to have next to your terminal, if only for the 300 pages of reference material in the appendices! --Simon Bisson, amazon.co.uk

Jini in a Nutshell (In a Nutshell (O'Reilly))

Scott Oaks, Henry Wong

Jini in a Nutshell (In a Nutshell (O'Reilly)) Scott Oaks, Henry Wong Amazon Price: $19.77
List Price: $29.95
In stock soon. Order now to get in line. First come, first served.
By: O'Reilly Media, Inc.
Amazon Marketplace: 37 new & used starting at $0.01

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Hardware -> Microprocessors & System Design -> Embedded Systems
Subjects -> Computers & Internet -> Networking -> Data in the Enterprise -> Client-Server Systems
Subjects -> Computers & Internet -> Networking -> Data in the Enterprise -> General

Customer Reviews:
Total reviews: 4 Average rating: 4.0 of 5

Editorial Review:

Written for the experienced developer who wants to understand what's next in Java programming, Jini in a Nutshell is an concise and excellent source of information on the latest Jini specification from Sun. Part tutorial and part reference, it's a great way to get a handle on the potential of Jini.

In the near future, Jini devices will be able to attach to networks anywhere, while looking up and "leasing" services (like printing). This standard promises a new era of more flexible network connectivity. This book shows you how to help make this happen. First it delivers an effective tutorial to basic and advanced topics in Jini programming, with plenty of short examples of actual client and server code that shows off RMI, discovery and leasing services, remote events, JavaSpaces, and other necessary features of this powerful--and complicated--new set of APIs from Sun.

The focus on the practical side of development is a strength here. The authors give plenty of hands-on tips, such as installing and running the Jini Starter Kit (JSK). More than most APIs, successful programming with Jini requires knowing the rules of what needs to be done with each class or interface. The authors provide step-by-step guidelines--as well as sample code--for each area of the API. This text concludes with over 100 pages of valuable reference material on every Jini utility, class, and method.

In all, with a mix of well-chosen programming tutorials and compact reference material, Jini in a Nutshell proves that a book doesn't have to be long to be comprehensive. This title will be a useful asset for the Java programmer who wants to learn Jini quickly and thoroughly. --Richard Dragan

Topics covered: Overview of Jini and discoverable network services; Jini communities; programming tutorial; sample code; installing and configuring the Jini Starter Kit (JSK); JSK utilities (reggie, mahalo, outrigger, fiddler, mercury, and norm); Remote Method Invocation (RMI); object serialization; activation; Jini Lookup Services; lookup and discovery support classes; attributes; leasing; landlords and lease policies; distributed remote events; service administration; Jini support classes; collections; thread utilities; reliable logs; transactions; the two-phase commit protocol; nestable transactions; JavaSpaces; read, write, and take operations; helper services; the Lease Renewal Service; the Event Mailbox Service; Java 2 security basics; Jini class and API reference.

JavaSpaces(TM) Principles, Patterns, and Practice (Jini Series)

Eric Freeman, Susanne Hupfer, Ken Arnold

JavaSpaces(TM) Principles, Patterns, and Practice (Jini Series) Eric Freeman, Susanne Hupfer, Ken Arnold Amazon Price: $32.39
List Price: $39.95
Usually ships in 24 hours
By: Pearson Education
Amazon Marketplace: 41 new & used starting at $1.93

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> Distributed Databases
Subjects -> Computers & Internet -> Networking -> General AAS
Subjects -> Computers & Internet -> Programming -> APIs & Operating Environments -> JINI

Customer Reviews:
Total reviews: 19 Average rating: 4.0 of 5

Editorial Review:

JavaSpaces Principles, Patterns, and Practice delivers an exciting introduction to the world of distributed, high-performance computing on Java's Jini platform using the new JavaSpaces API. Written for academic and business developers, this guide will help you begin using the Jini platform by outlining its powerful, elegant solutions for distributed computing.

After a foreword by distributed computing pioneer David Gelernter, the book provides a short technology overview describing the makeup of JavaSpaces. The authors atomize their description of JavaSpaces as an overseer application that lets programs running on separate computers store and share persistent data. While the JavaSpaces API is by itself remarkably simple, this book demonstrates with deliberate fanfare the resolution of common distributed computing problems using complex design patterns.

Early sections look at the basics of reading, writing, and searching for data stored in JavaSpaces as well as presenting task and result bags as solutions to managing work done in parallel. The book also elaborates on the readers/writers problem, well-known within the field of computer science, and even offers a means of addressing it. The authors use code samples from a chat message server and a model of a paging system using message channels during their discussion of message passing and communication with JavaSpaces.

One section on distributed patterns presents some common solutions to doing work in parallel, including the Marketplace pattern, illustrated with an e-commerce bidding application. Further sections cover distributed events and transactions as they apply to JavaSpaces. The book closes with two excellent examples, one for a distributed messaging service and another for a brute force attack on encrypted passwords.

With the debut of JavaSpaces, business developers gain access to distributed processing previously available only to academic researchers. The JavaSpaces solution, along with JavaSpaces Principles, Patterns, and Practice, will let any Java developer audition distributed computing for the first time. --Richard Dragan

Java P2P Unleashed: With JXTA, Web Services, XML, Jini, JavaSpaces, and J2EE (Unleashed)

Robert Flenner, Michael Abbott, Toufic Boubez, Frank Cohen, Navaneeth Krishnan, Alan Moffet, Rajam Ramamurti, Bilal Siddiqui, Frank Sommers

Java P2P Unleashed: With JXTA, Web Services, XML, Jini, JavaSpaces, and J2EE (Unleashed) Robert Flenner, Michael Abbott, Toufic Boubez, Frank Cohen, Navaneeth Krishnan, Alan Moffet, Rajam Ramamurti, Bilal Siddiqui, Frank Sommers Amazon Price: $43.57
List Price: $49.99
Usually ships in 24 hours
By: Sams
Amazon Marketplace: 30 new & used starting at $11.56

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS
Subjects -> Computers & Internet -> Networking -> General AAS

Customer Reviews:
Total reviews: 3 Average rating: 4.0 of 5

Editorial Review:

"Java P2P Unleashed" provides a single source for Java developers who want to develop P2P systems. The book explains the benefits of each technology and shows how to fit the P2P "pieces" together - both in building new systems and integrating with existing ones.starts with a discussion of the P2P architecture, referencing similarities with existing, familiar systems while previewing several types of P2P applications. It explains how to plan ahead for security, routing, performance and other issues when developing a P2P application.Each technology included in the book - JXTA, Jini, JavaSpaces, J2EE, Web services - is approached from a P2P perspective, focusing on implementation concerns Java developers will face while using them. The last section includes several large-scale examples of different P2P applications - managing content, building communities, integrating services, routing messages, and using intelligent agents to gather information. The final chapter looks ahead to future developments in Java P2P technologies.

Developing Jini(TM) Applications Using J2ME(TM) Technology

Hinkmond Wong

Developing Jini(TM) Applications Using J2ME(TM) Technology Hinkmond Wong List Price: $34.99
By: Pearson Education
Amazon Marketplace: 19 new & used starting at $0.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> Distributed Databases
Subjects -> Computers & Internet -> Hardware -> Microprocessors & System Design -> Computer Design
Subjects -> Computers & Internet -> Networking -> Data in the Enterprise -> Client-Server Systems

Customer Reviews:
Total reviews: 11 Average rating: 4.0 of 5

Editorial Review:

Sun's Java 2 Platform, Micro Edition (J2MEaA A TM) offers a comprehensive platform for developing networked consumer and embedded devices, from set-top boxes to Internet appliances. In this book, Sun insider Hinkmond Wong presents a start-to-finish roadmap for using J2ME and JiniaA A TM connection technology to build real-world solutions. Unlike previous books, this one doesn't focus on specifications, but rather on practical applications: case studies, challenges, solutions, and code. Wong presents a concise, authoritative overview of both Jini technology and the new Java 2 Micro Edition. He reviews the key challenges faced by embedded developers who want to build Jini networks, offers practical guidance on choosing the optimal network architecture for your family of small devices, and describes a complete sample Gateway Service Framework that demonstrates how Jini devices can be integrated into a single seamless network. Wong provides case studies covering home automation, office automation, and factory-based Jini networks -- each with detailed diagrams and sample code.For all embedded engineers, architects, Java developers, technical managers, and other professionals working with Jini or competitive solutions for networking embedded devices.

JINI Technology: An Overview

S. Ilango Kumaran, Ilango Kumaran

JINI Technology: An Overview S. Ilango Kumaran, Ilango Kumaran List Price: $34.99
By: Pearson Education
Amazon Marketplace: 14 new & used starting at $1.17

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> Distributed Databases
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General
Subjects -> Computers & Internet -> Networking -> Networks, Protocols & APIs -> General AAS

Customer Reviews:
Total reviews: 7 Average rating: 4.5 of 5

Editorial Review:

Sun's JiniaA A networking protocol can enable virtually any device to interact without the complexities of drivers, integrating diverse operating systems, or managing complex cabling systems. Jini has extraordinary potential -- but until now, most coverage of Jini has been highly technical. Jini Technology: An Overview is the first complete Jini briefing for every IT and business executive. Leading technology evaluator Ilango Kumaran begins by reviewing Jini's goals and applications. Next, he introduces Jini's architecture, demonstrating how it allows networked devices to come together "on the fly," and interact simply and easily. Coverage includes: Jini's key concepts and components; a look at a working Jini system, and how Jini compares with competing technologies. Finally, Kumaran offers expert insights into the future of Jini, based on its advantages, limitations, competition, and current levels of industry support. Foreword by Keith Edwards, author of Core Jini, 2nd Edition and Jini: Example By Example.

A Programmer's Guide to Jini Technology

Jan Newmarch

A Programmer's Guide to Jini Technology Jan Newmarch List Price: $39.95
By: Apress
Amazon Marketplace: 19 new & used starting at $2.27

Buy at Amazon.com

Browse similar items by category:
Subjects -> Business & Investing -> Industries & Professions -> MIS
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems
Subjects -> Computers & Internet -> Databases -> Distributed Databases

Customer Reviews:
Total reviews: 3 Average rating: 5.0 of 5

New to Jini? Buy this book 5 out of 5 stars.
1 of 1 people found this review helpful.

It is a VERY good book on Jini. This is my FIRST jini book. I am a jini newbie. This book has answered lot of my questions on Jini and has guided me, step by step, to develop my first Jini project. I realize this book isn't complete ... but as a software developer, I need a book which can guide me to write effective & good code AS SOON AS POSSIBLE. I like it a lot ... really.

Buy it

Editorial Review:

To understand Jini, imagine that you could move to a new office across the world, or check into any hotel—and could simply plug your notebook or Palm directly into the local network. Your device would immediately be recognized, and you would have access to the services at that location—transparently.

Jini is Sun's Java-based technology, with potential to make transparant, "universal plug and play" a reality. This book is an expanded, updated version of the most popular online tutorial for Jini. Author Jan Newmarch includes comprehensive Jini advancements announced at Java One in June 2000. And he includes other important topics, like how Enterprise Java Beans blend in with the Jini framework and how CORBA fits in as well.

Jini Example By Example

W. Keith Edwards, Tom Rodden

Jini Example By Example W. Keith Edwards, Tom Rodden List Price: $39.99
By: Prentice Hall PTR
Amazon Marketplace: 26 new & used starting at $0.46

Buy at Amazon.com

Browse similar items by category:
Subjects -> Business & Investing -> Industries & Professions -> MIS
Subjects -> Computers & Internet -> Business & Culture -> Manager's Guides to Computing
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems

Customer Reviews:
Total reviews: 4 Average rating: 3.0 of 5

Editorial Review:

With the release of Jini 1.1, Jini technology is rapidly maturing into the world's #1 solution for networking next-generation devices of all kinds. Structured for simplicity and accessibility, this book answers the key questions developers have about Jini -- presenting up-to-the-minute techniques, proven development guidelines, and real code for building reliable, high-performance systems. The authors begin with a high-level introduction to the philosophy and principles of Jini technology, utilizing simple diagrams to explain key concepts such as process and message control. Next, they cover the Jini Framework in greater depth, reviewing the structure of Jini programs and the role of clients, servers, RMI, and Jini Services. This section concludes with a start-to-finish application: a Jini repository browser that gives developers new insight into the workings and potential of Jini systems. In Part III, the authors put Jini to work, walking through several simple examples, demonstrating how to form Jini services by wrapping pre-existing components, and how to leverage advanced JavaSpaces technologies. For all Java developers interested in Sun's Jini technology framework, and for all implementers of next-generation wireless and networked devices.

Core Jini

W. Keith Edwards

Core Jini W. Keith Edwards List Price: $49.99
By: Prentice Hall PTR
Amazon Marketplace: 29 new & used starting at $0.01

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> Distributed Databases
Subjects -> Computers & Internet -> Networking -> Data in the Enterprise -> General
Subjects -> Computers & Internet -> Networking -> Data in the Enterprise -> General AAS

Customer Reviews:
Total reviews: 17 Average rating: 4.0 of 5

Editorial Review:

While Jini promises to be a potential rival to CORBA and DCOM for general distributed development, the focus of Core Jini is on using the technology to connect peripherals to networks via Java.

Traditional problems found in distributed computing--and how Jini overcomes them--are tackled first. After this overview, there is a simple "Hello World" example, as well as a solid guide to setting up and running the Jini tools. Then the book delves into Jini specifics, starting with "discovery" (which allows devices to find Jini services on the fly). The book explains in detail how Jini services advertise themselves using both multicast and unicast protocols.

Jini services are "leased" by clients, and a section on Jini's leasing protocol shows the details from both the server side and client side. All of the requirements for a "well-behaved" Jini service are summarized, along with a complete example for a print service. Core Jini gives the working Java developer all necessary technical information to do this. --Richard Dragan

Topics covered: Jini's standard and custom attributes (and how to use them with JavaBeans), lookup services in Jini (plus connection scenarios), Jini remote events, the JavaSpaces API (for sharing data between distributed processes), and distributed transactions.


Page 1 of 3 - Go to page: 1 2 3

Return to MagicBeanDip.com

This page was created in 1.6025 seconds.