|
Distributed computing and Java go together naturally. As th
... Read more
Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple applet wouldn't be possible without Java's guarantees of portability and security: the applet can run on any platform, and can't sabotage its host.Of course, when we think of distributed computing, we usually think of applications more complex than a client and server communicating with the same protocol. We usually think in terms of programs that make remote procedure calls, access remote databases, and collaborate with others to produce a single result. Java Distributed Computing discusses how to design and write such applications. It covers Java's RMI (Remote Method Invocation) facility and CORBA, but it doesn't stop there; it tells you how to design your own protocols to build message passing systems and discusses how to use Java's security facilities, how to write multithreaded servers, and more. It pays special attention to distributed data systems, collaboration, and applications that have high bandwidth requirements.In the future, distributed computing can only become more important. Java Distributed Computing provides a broad introduction to the problems you'll face and the solutions you'll find as you write distributed computing applications.Topics covered in Java Distributed Computing: Introduction to Distributed Computing Networking Basics Distributed Objects (Overview of CORBA and RMI) Threads Security Message Passing Systems Distributed Data Systems (Databases) Bandwidth Limited Applications Collaborative Systems
Minimize
Get free shipping on orders over $25!
In stock
|
|
FREE Shipping
Go To Store
|
|
Servlets are an exciting and important technology that ties
... Read more
Servlets are an exciting and important technology that ties Java to the Web, allowing programmers to write Java programs that create dynamic web content.Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic web content, including both HTML pages and multimedia data, and explores more advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communicaton, interservlet communication, and internationalization. Readers can use the book's numerous real-world examples as the basis for their own servlets.The second edition has been completely updated to cover the new features of Version 2.2 of the Java Servlet API. It introduces chapters on servlet security and advanced communication, and also introduces several popular tools for easier integration of servlet technology with dynamic web pages. These tools include JavaServer Pages (JSP), Tea, XMLC, and the Element Construction Set.In addition to complete coverage of 2.2 specification, Java Servlet programming, 2nd Edition, also contains coverage of the new 2.3 final draft specification.
Minimize
Get free shipping on orders over $25!
In stock
|
|
FREE Shipping
Go To Store
|
|
Distributed computing and Java go together naturally. As th
... Read more
Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple applet wouldn't be possible without Java's guarantees of portability and security: the applet can run on any platform, and can't sabotage its host.Of course, when we think of distributed computing, we usually think of applications more complex than a client and server communicating with the same protocol. We usually think in terms of programs that make remote procedure calls, access remote databases, and collaborate with others to produce a single result. Java Distributed Computing discusses how to design and write such applications. It covers Java's RMI (Remote Method Invocation) facility and CORBA, but it doesn't stop there; it tells you how to design your own protocols to build message passing systems and discusses how to use Java's security facilities, how to write multithreaded servers, and more. It pays special attention to distributed data systems, collaboration, and applications that have high bandwidth requirements.In the future, distributed computing can only become more important. Java Distributed Computing provides a broad introduction to the problems you'll face and the solutions you'll find as you write distributed computing applications.Topics covered in Java Distributed Computing: Introduction to Distributed Computing Networking Basics Distributed Objects (Overview of CORBA and RMI) Threads Security Message Passing Systems Distributed Data Systems (Databases) Bandwidth Limited Applications Collaborative Systems
Minimize
Fantastic prices with ease & comfort of Amazon.com!
In stock
|
|
Go To Store
|
|
Essential JMF delivers all the information experienced deve
... Read more
Essential JMF delivers all the information experienced developers need to build multimedia players with the new Java Media Framework. Like all books in Prentice Hall PTR's Essential Series, it delivers no-nonsense, nuts-and-bolts coverage in a task-oriented format that helps professional developers get answers fast. The authors start by introducing JMF, including class structure, player design and basic multimedia concepts. They show how to customize JMF, presenting an Abstract Player Framework that cuts 90% of the work needed to create custom players. You'll walk through building a robust mixer applet, learn to media-enable existing Java software, integrate JMF with JavaScript, and much more. If you want to build multimedia into your Java applications, Essential JMF is all you need to get started.
Minimize
Fantastic prices with ease & comfort of Amazon.com!
In stock
|
|
Go To Store
|
|
A unique book-and-video package presented by Java guru Yako
... Read more
A unique book-and-video package presented by Java guru Yakov Fain As one of the most popular software languages for building Web applications, Java is often the first programming language developers learn. The latest version includes numerous updates that both novice and experienced developers need to know. With this invaluable book-and-video package, Java authority Yakov Fain fully covers Java’s new features as well as its language extensions, classes and class methods, and the Swing Application Framework. For each lesson that he discusses in the book, there is an accompanying instructional video to reinforce your learning experience.Lessons include:Introducing Java Eclipse IDE Object-Oriented Programming Class MethodsBack to Java Basics Packages, Interfaces, and Encapsulation Programming with Abstract Classes and InterfacesIntroducing the Graphic User InterfaceEvent Handling in UIIntroduction to Java Applets Developing a Tic-Tac-Toe Applet Developing a Ping-Pong Game Error Handling Introduction to Collections Introduction to Generics Working with Streams Java Serialization Network ProgrammingProcessing E-Mails with Java Introduction to Multi-Threading Digging Deeper into Concurrent Execution Working with Databases Using JDBC Swing with JTable Annotations and Reflection Remote Method Invocation Java EE 6 Overview Programming with Servlets JavaServer Pages Developing Web Applications with JSF Introducing JMS and MOM Introducing JNDIIntroduction to Enterprise JavaBeansIntroduction to the Java Persistence APIWorking with RESTful Web ServicesIntroduction to Spring MVC Framework Introduction to Hibernate Framework Bringing JavaFX to the Mix Java Technical Interviews Note: As part of the print version of this title, video lessons are included on DVD. For e-book versions, video lessons can be accessed at wrox.com using a link provided in the interior of the e-book.
Minimize
Get free shipping on orders over $25!
In stock
|
|
FREE Shipping
Go To Store
|
|
Servlets are an exciting and important technology that ties
... Read more
Servlets are an exciting and important technology that ties Java to the Web, allowing programmers to write Java programs that create dynamic web content.Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic web content, including both HTML pages and multimedia data, and explores more advanced topics like integrated session tracking, efficient database connectivity using JDBC, applet-servlet communicaton, interservlet communication, and internationalization. Readers can use the book's numerous real-world examples as the basis for their own servlets.The second edition has been completely updated to cover the new features of Version 2.2 of the Java Servlet API. It introduces chapters on servlet security and advanced communication, and also introduces several popular tools for easier integration of servlet technology with dynamic web pages. These tools include JavaServer Pages (JSP), Tea, XMLC, and the Element Construction Set.In addition to complete coverage of 2.2 specification, Java Servlet programming, 2nd Edition, also contains coverage of the new 2.3 final draft specification.
Minimize
Fantastic prices with ease & comfort of Amazon.com!
In stock
|
|
Go To Store
|
|
Store Search search Title, ISBN and Author Collected Works
... Read more
Store Search search Title, ISBN and Author Collected Works of Victor Appleton by Victor Appleton Estimated delivery 3-12 business days Format Paperback Condition Brand New Details ISBN 0559073623 ISBN-13 9780559073625 Title Collected Works of Victor Appleton Author Victor Appleton Format Paperback Year 2009 Pages 292 Publisher BiblioLife Dimensions 8 in. x 0.6 in. x 5 in. About Us Grand Eagle Retail is the ideal place for all your reading and entertainment needs! With fast shipping, low prices,
Minimize
Earn 2% eBay Bucks on qualifying purchases! Backed by eBay Buyer Protection Program. Terms and Conditions apply.
In stock
|
|
FREE Shipping
Go To Store
|
|
Release Date: March 05, 2010
|
from $43
(3 stores)
See Details
|
|
Free Worldwide Delivery : Java Foundations: International V
... Read more
Free Worldwide Delivery : Java Foundations: International Version : Mixed media product : Pearson Education (US) : 9780137055340 : 013705534X : 01 May 2010
Minimize
|
This store is not yet rated
|
FREE Shipping
Go To Store
|
|
Release Date: December 30, 2009
|
from $78
(2 stores)
See Details
|
|
Release Date: July 13, 2009
|
from $50
(2 stores)
See Details
|
|
Store Search search Title, ISBN and Author Tom Swift and Hi
... Read more
Store Search search Title, ISBN and Author Tom Swift and His Wizard Camera by Victor II Appleton Estimated delivery 3-12 business days Format Hardcover Condition Brand New Purchase one of 1st World Library s Classic Books and help support our free internet library of downloadable eBooks. - - Some one to see you, Mr. Tom. It was Koku, or August, as he was sometimes called, the new giant servant of Tom Swift, who made this announcement to the young inventor. Who is it, Koku? inquired Tom, looking
Minimize
Earn 2% eBay Bucks on qualifying purchases! Backed by eBay Buyer Protection Program. Terms and Conditions apply.
In stock
|
|
FREE Shipping
Go To Store
|
|
This essential companion to Chaitin's successful books The
... Read more
This essential companion to Chaitin's successful books The Unknowable and The Limits of Mathematics, presents the technical core of his theory of program-size complexity. The two previous volumes are more concerned with applications to meta-mathematics. LISP is used to present the key algorithms and to enable computer users to interact with the authors proofs and discover for themselves how they work. The LISP code for this book is available at the author's Web site together with a Java applet LISP interpreter. "No one has looked deeper and farther into the abyss of randomness and its role in mathematics than Greg Chaitin. This book tells you everything hes seen. Don miss it." John Casti, Santa Fe Institute, Author of Goedel: A Life of Logic.'
Minimize
Get free shipping on orders over $25!
In stock
|
|
FREE Shipping
Go To Store
|
|
: Gaddis introduces Java with an accessible, step-by-step s
... Read more
: Gaddis introduces Java with an accessible, step-by-step style that helps beginners understand how to become skilled programmers. : Introduction to Computers and Java; Java Fundamentals; Decision Structures; Loops and Files; Methods; A First Look at Classes; A First Look at GUI Applications; Arrays and the ArrayList Class; A Second Look at Classes and Objects; Text Processing and More About Wrapper Clauses; Inheritance; Exceptions and Advanced File I/O; Advanced GUI Applications; Applets and More; Recursion. MARKET : Ideal for beginners to Java programming.
Minimize
|
|
Go To Store
|
|
This essential companion to Chaitin's successful books The
... Read more
This essential companion to Chaitin's successful books The Unknowable and The Limits of Mathematics, presents the technical core of his theory of program-size complexity. The two previous volumes are more concerned with applications to meta-mathematics. LISP is used to present the key algorithms and to enable computer users to interact with the authors proofs and discover for themselves how they work. The LISP code for this book is available at the author's Web site together with a Java applet LISP interpreter. "No one has looked deeper and farther into the abyss of randomness and its role in mathematics than Greg Chaitin. This book tells you everything hes seen. Don miss it." John Casti, Santa Fe Institute, Author of Goedel: A Life of Logic.'
Minimize
Fantastic prices with ease & comfort of Amazon.com!
In stock
|
|
Go To Store
|
|
Java 2 Micro Edition (J2ME) is a technology defined by many
... Read more
Java 2 Micro Edition (J2ME) is a technology defined by many specifications. These specifications help J2ME address the diverse needs of this wide spectrum of consumer products. This guide describes the architecture of J2ME and demonstrates the various specifications for programming Java applications. Through the use of a tutorial application and various programming examples, the common elements of most applications, namely user interface, event handling, data storage, networking, and input/output are examined. Also covered are design considerations when building software for resource-constrained devices as well as J2ME competition and associated technologies in these devices.
Minimize
Earn 2% eBay Bucks on qualifying purchases! Backed by eBay Buyer Protection Program. Terms and Conditions apply.
In stock
|
|
FREE Shipping
Go To Store
|
|
|
|
Go To Store
|
|
Release Date: January 01, 2006
|
from $79
(1 store)
See Details
|
|
|
|
Go To Store
|
|
|
|
Go To Store
|
|
JAVA 5:OBJECTS FIRST, SOROKO, 0763737208, 9780763737207, Ne
... Read more
JAVA 5:OBJECTS FIRST, SOROKO, 0763737208, 9780763737207, New, Brand New
Minimize
|
This store is not yet rated
|
Go To Store
|
|
|
|
Go To Store
|
|
Release Date: February 02, 2010
|
from $61
(2 stores)
See Details
|
|
Free Worldwide Delivery : Thinking in Java : Paperback : Pe
... Read more
Free Worldwide Delivery : Thinking in Java : Paperback : Pearson Education (US) : 9780131872486 : 0131872486 : 01 Mar 2006 : Intended for Java programmers, this book explains the why of Java. From the fundamentals of Java syntax to its advanced features, it is designed to teach, one step at a time. Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, and more.
Minimize
|
This store is not yet rated
|
FREE Shipping
Go To Store
|
|
Tony Gaddis’s accessible, step-by-step style helps beginnin
... Read more
Tony Gaddis’s accessible, step-by-step style helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and a programming language by presenting all the details needed to understand the “how” and the “why”–but never losing sight of the fact that most beginners struggle with this material. His approach is both gradual and highly accessible, ensuring that students get the logic behind developing high-quality programs.In Starting Out with Java: From Control Structures through Objects, Gaddis covers procedural programming–control structures and methods–before introducing object-oriented programming. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises appear in every chapter.
Minimize
Get free shipping on orders over $25!
In stock
|
|
FREE Shipping
Go To Store
|
|
The Deitels’ groundbreaking How to Program series offers un
... Read more
The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. This survey of Java programming contains an optional extensive OOD/UML 2 case study on developing and implementing the software for an automated teller machine. The Eighth Edition of this acclaimed text is now current with the Java SE 6 updates that have occurred since the book was last published. The Late Objects Version delays coverage of class development until Chapter 8, presenting the control structures, methods and arrays material in a non-object-oriented, procedural programming context.
Minimize
Get free shipping on orders over $25!
In stock
|
|
FREE Shipping
Go To Store
|
|
|
|
Go To Store
|
|
|
|
Go To Store
|
|
Release Date: July 22, 2010
|
from $34
(1 store)
See Details
|
|
|
|
Go To Store
|