did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

did-you-know? rent-now

Amazon no longer offers textbook rentals. We do!

We're the #1 textbook rental company. Let us show you why.

9780672323997

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

by ; ; ; ; ; ; ; ;
  • ISBN13:

    9780672323997

  • ISBN10:

    0672323990

  • Edition: 1st
  • Format: Paperback
  • Copyright: 2002-09-12
  • Publisher: Sams Publishing
  • Purchase Benefits
  • Free Shipping Icon Free Shipping On Orders Over $35!
    Your order must be $35 or more to qualify for free economy shipping. Bulk sales, PO's, Marketplace items, eBooks and apparel do not qualify for this offer.
  • eCampus.com Logo Get Rewarded for Ordering Your Textbooks! Enroll Now
List Price: $49.99
We're Sorry.
No Options Available at This Time.

Summary

"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.

Author Biography

Java P2P Unleashed Lead Author Bio

Robert Flenner is an independent Java software developer based in Texas. He contributed to Professional Jini (Wrox) and Professional Java eCommerce (Wrox). Robert is a regular contributor to the O'Reilly ONJava Web site, where he is currently publishing a series of articles related to Jini and JavaSpaces. He has been involved in managing, architecting, and developing information systems for 17 years. His most recent book is Jini and JavaSpaces Application Development (Sams), published in December 2001.

Contributing Authors

Michael Abbott has more than 10 years of distributed computing experience, has been published in several peer-reviewed journals, and speaks regularly on XML and distributed transaction management. Mike founded METAmorphosis, a company focusing on managing distribution transactions across heterogeneous databases, and is currently working with code. Mike is very involved in the computing community—he participates on a JSR Expert Group at Sun, participates on a technical committee at OASIS, is currently the president of the BEA User Group in Silicon Valley, and has chaired the XML Sig for the Software Development Forum for the past two years.

Mike was most recently the CTO and Executive-Vice President of Electron Economy, a supply chain software company, prior to its acquisition by Viewlocity. During his tenure there, Electron Economy was named to Upside's Top 100 companies of 2000 and filed four technical patents. Mike also serves on the board of directors for Innogenex, and on the strategic advisory board to SchemaLogic. He holds a B.S. degree in biochemistry with a focus in computer science from California Polytechnic State University, and has completed Ph.D. work at the University of Washington.

Toufic Boubez is the Chief Technology Officer of Layer 7 Technologies, specializing in Web services security. While at IBM, he was a senior technologist in the Emerging Technologies group and the chief architect of IBM's Web services initiative, as well as the architect of the first iterations of the IBM Web Services Toolkit. He was also IBM's technical representative to UDDI, and a coauthor of the UDDI V1 API specification. Toufic represented IBM on other standards bodies, such as the UN/CEFACT/OASIS ebXML initiative, and helped drive IBM's early XML and Web services strategy. He has acted as technical chair for the XML Web Services One Conference, and technical chair for various tracks.

Toufic has more than 15 years of experience in IT and has presented and published papers in the areas of Web services, XML, software agents, machine learning, object technology, B2B, business modeling, simulation, neural networks, wavelet analysis, and distributed computing. He is the coauthor of Building Web Services with Java (Sams).

Frank Cohen is a software entrepreneur who has contributed to the worldwide success of personal computers since 1975. He has written operating systems for microcomputers, helped establish video games as an industry, helped establish the Norton Utilities franchise, lead Apple's efforts into middleware and Internet technologies, and is currently serving as principal architect for the Sun Community Server, Inclusion.net, and TuneUp.com. Frank is principal maintainer for the open-source TestMaker project and is CEO for PushToTest, a scalability and performance testing solutions company. Previously, Frank authored Testing Web Services (Osborne McGraw-Hill, 2002) and contributed to Java Web Services Unleashed (Sams, 2002). You can reach Frank at fcohen@pushtotest.com.

Navaneeth Krishnan works for Sun Microsystems's Sun ONE Identity Server group in Bangalore, India. He has extensive experience in designing and developing J2EE-based application frameworks and solutions. His current focus is on user identity management, Web services and peer-to-peer technologies. He has been involved in JXTA since mid-2001, and strongly believes that it has the potential to make a significant impact in the area of peer-to-peer computing.

He spends his spare time writing articles, contributing to books, and exploring the endless possibilities created by emerging technologies. Previously, he contributed to JXTA: Java P2P Programming (Sams).

Alan Moffet has over 20 years of development (C++, Java, Smalltalk, XML) and management experience with companies such as Northern Telecom (Texas). He is currently an independent consultant whose interests are in distributed systems, systems architecture, components and objects, and software engineering. He specializes in the application of emerging technologies and improving organizational development capacity.

Rajam Ramamurti is a designer and developer who specializes in creating documentation for a variety of technologies, including J2EE, EJB, XML, and C++. Clients have included Gene Logic, Kanisa, Netscape, Oracle, and Progress Software, for whom she conducted training sessions on EJB architecture. She holds a master's degree in linguistics from the University of Pennsylvania.

Bilal Siddiqui is an electronics engineer, an XML consultant, and the co-founder of WaxSys, a company focused on simplifying e-business. After graduating with a degree in electronics engineering from the University of Engineering and Technology, Lahore, in 1995, he began designing software solutions for industrial control systems. Later he turned to XML, and used his experience programming in C++ to build Web- and WAP-based XML processing tools, server-side parsing solutions, and service applications. He is a technology evangelist and a frequently published technical author.

Frank Sommers is CEO and founder of Autospaces, a company focused on bringing Jini technology and Web services to the automotive software market. He has been developing Java-based software since attending Sun Microsystems' first Java conference in November, 1995. Frank's interests include parallel and distributed computing, the discovery and representation of knowledge in databases, and the philosophical foundations of computing.

Table of Contents

Introduction.

I. INTRODUCING P2P.

1. What Is P2P?
A Brief History. Peer-To-Peer Application Hall of Fame. Motivation to Adopt P2P. Business and Implementation Issues. P2P Architectures. JXTA and XML. A Future That Includes Web Services. Summary.

2. A Case for Java and P2P.
Platform-Specific Benefits. The Power of Equivalence and Independence. Summary.

3. P2P Application Types.
Instant Messaging. Managing and Sharing Information. Collaboration. Distributed Services. Summary.

4. P2P As a Framework for Distributed Computing.
P2P Common Functions and Characteristics. Comparing Traditional Systems. Web Services Overview. Jini and JavaSpaces Overview. JXTA Overview. Summary.

II. P2P SYSTEMS AND ARCHITECTURE.


5. System Topics Explained.
Transport. Protocols. Metadata. Data Formats. Integration and Interoperability. Security. Performance. Summary.

6. P2P Dynamic Networks.
Discovery. Identity and Presence. Virtual Spaces. Routing. Performance. Summary.

7. Transports and Protocols.
What Is a Protocol? HTTP. SMTP. SOAP. BEEP. Using a Custom Protocol. Summary.

8. P2P Data Formats and Interchange.
Current Representations of Metadata. XML and Metadata. XML and Metadata in P2P Systems: Applications. Searching Across Peers. Summary.

9. Integration and Interoperability.
From Sockets to Distributed Objects: Integration Transports. Integrate To…What? Common Integration Protocols and Systems. Summary.

10. P2P Security.
Security Requirements. Network Identity. Foundations of Security. Identification. Authentication. Authorization. Privacy and Anonymity. Trust. Accountability. Software for Developing Secure P2P Applications. Additional Resources. Summary.

III. BUILDING DISTRIBUTED SYSTEMS USING JAVA.


11. Web Services Explained.
Web Services and the Drive Toward Interoperability. The Web Services Architecture: The Interoperability Stacks. The Principal Web Services Technologies. Summary.

12. Messaging and Java APIs for XML.
Standard APIs to Third-Party Services. JMS and the Importance of Messaging. Java API for XML Parsing (JAXP). XML and the Java API for XML Binding (JAXB). Message Profiling Using JAXM. Summary.

13. Working with Registries.
XML Registries for P2P. UDDI. UDDI Request Authoring in Java. ebXML. Java API for XML Registries. Accessing Web Services. Summary.

14. Jini and JavaSpaces.
Obtaining Jini. Standardizing Interfaces. The HTTP Server and Protocol. Remote Method Invocation. Lookup and Discovery. Jini Services. Summary.

15. P2P Jini and JavaSpaces.
Edge Services. Self-Healing Networks. Intelligent Agents. Summary.

16. JXTA and XML.
The Virtualization of Networks. The JXTA Protocols. The JXTA J2SE API. A First JXTA Program. JXTA Prime Cruncher. Summary.

17. The JXTA Shell.
Why a Shell? Starting and Using the Shell. Interacting with a Remote Peer via a Shell. Extending the Shell. Connecting Shell Commands. Summary.

IV. SAMPLE P2P APPLICATIONS.


18. Building a Personal Portal.
What Is a Personal Portal? Content Management. Personal Content Space. Sharing Information. Publishing. Design. Code Details. Running the Example. Summary.

19. The P2P Dashboard.
The P2P Dashboard. Design. Code Details. Summary.

20. Using SOAP with P2P.
What Can We Achieve by Combining Web Services with P2P? P2P Web Services. Proposed Improvements. Summary.

21. The P2P Game.
The P2P Game. Design. Code Details. Summary.

22. Distance Learning.
Distance Learning. Design. Code Details. Summary.

23. Future Directions in P2P.
P2P Devices. Semantics and Ontologies. Composite Capability/Preference Profiles. Web Services Inspection Language. Web Services Interoperability. Grid Computing. Intelligent Software Agents. The Big Picture.

A. APPENDIX.


Appendix A. J2EE Overview.
J2EE and Enterprise Computing. J2EE Defined. J2EE Application Tiers. Peer-to-Peer and J2EE. Additional Resources.

Index.

Supplemental Materials

What is included with this book?

The New copy of this book will include any supplemental materials advertised. Please check the title of the book to determine if it should include any access cards, study guides, lab manuals, CDs, etc.

The Used, Rental and eBook copies of this book are not guaranteed to include any supplemental materials. Typically, only the book itself is included. This is true even if the title states it includes any access cards, study guides, lab manuals, CDs, etc.

Rewards Program