Amazon7月新书

来源:互联网 发布:照片特效制作软件 编辑:程序博客网 时间:2024/04/26 04:32
Programming Flex 3: The Comprehensive Guide to Creating Rich Internet Applications with Adobe Flex (Paperback)

Editorial Reviews
Product Description
If you want to try your hand at developing rich Internet applications with Adobe's Flex 3, and already have experience with frameworks such as .NET or Java, this is the ideal book to get you started. Programming Flex 3 gives you a solid understanding of Flex 3's core concepts, and valuable insight into how, why, and when to use specific Flex features. Numerous examples and sample code demonstrate ways to build complete, functional applications for the Web, using the free Flex SDK, and RIAs for the desktop, using Adobe AIR. This book is an excellent companion to Adobe's Flex 3 reference documentation. With this book, you will:

Learn the underlying details of the Flex framework Program with MXML and ActionScript Arrange the layout and deal with UI components Work with media Manage state for applications and components Use transitions and effects Debug your Flex applications Create custom components Embed Flex applications in web browsers Build AIR applications for the desktop

Flex 3 will put you at the forefront of the RIA revolution on both the Web and the desktop. Programming Flex 3 will help you get the most from this amazing and sophisticated technology.

About the Author
Chafic Kazoun is the founder and Chief Software architect at Atellis, and is widely considered one of the world's top experts on Flex (outside of the Adobe Flex engineering team). He has worked with Flash technologies since 1998 and with Flex since its inception, and he has a deep understanding of the internals of the Flex framework. He maintains a busy speaking and consulting schedule.

Joey Lott is the author or co-author of "Flash 8 Cookbook", "Programming Flash Communication Server", and "ActionScript 3.0 Cookbook" (all O'Reilly titles). Joey has worked in the Internet industry since 1996 including co-founding RightSpring, Inc. and consulting for YourMobile/Premium Wireless Services (J2EE B2C application) and Ads.com (leading the development of a J2EE B2B application). He has been teaching Flash and ActionScript since 1999.

 

Product Details
  • Paperback: 657 pages
  • Publisher: Adobe Dev Library; 1 edition (September 26, 2008)
  • Language: English
  • ISBN-10: 0596516215
  • ISBN-13: 978-0596516215
  • Product Dimensions: 9 x 7 x 1.7 inches
  • Shipping Weight: 2.2 pounds (View shipping rates and policies)
  • Average Customer Review: function reviewHistPingAjax() { jQuery.get("/gp/customer-reviews/common/du/recordHistoPopAjax.html", null); } function constructTriggerPrefix(asin){ return "reviewHistoPop" + '_' + asin; } function getContentDivId(triggerName){ var nameArray = new Array(); nameArray = triggerName.split('__'); return nameArray[1]; } var reviewHistPopoverConfig = { showOnHover:true, showCloseButton:false, width:null, location:'bottom', locationAlign:'right', clone:false, onShow: reviewHistPingAjax }; function jQueryInitHistoPopovers(asin, triggerDivPrefix) { if(triggerDivPrefix == null){ triggerDivPrefix = constructTriggerPrefix(asin); } amznJQ.onReady('popover', function(){ jQuery('a[name^=' + triggerDivPrefix + ']').each(function(){ jQuery(this).removeAmazonPopoverTrigger(); var contentDivId = getContentDivId(this.name); var myConfig = jQuery.extend(true, {}, reviewHistPopoverConfig); myConfig.localContent = '#' + contentDivId; jQuery(this).amazonPopoverTrigger(myConfig); }); }); } jQueryInitHistoPopovers('0596516215','reviewHistoPop_0596516215_3479'); 4.2 out of 5 stars See all reviews (8 customer reviews)

 

 

Java Message Service (Paperback)

Editorial Reviews
Amazon.com Review
The Java Message Service (JMS) provides a way for the components of a distributed application to talk asynchronously, or for welding together legacy enterprise systems. Think of it as application-to-application e-mail. Unlike COM, JMS uses one or more JMS servers to handle the messages on a store-and-forward basis, so that the loss of one or more components doesn't bring the whole distributed application to a halt.

JMS consists of a set of messaging APIs that enable two types of messaging, publish-and-subscribe (one-to-many) and point-to-point (one-to-one). The highly lucid explanation of the ways in which these work makes the technical content a lot more approachable. In practice, however, Java Message Service is still a book for Java programmers who have some business programming experience. You need the background.

After a simple JMS demonstration in which you create a chat application using both messaging types, the authors dissect JMS message structures, explore both types in detail, and then move on to real-world considerations. These include reliability, security, deployment, and a rundown of various JMS server providers. The appendices list and describe the JMS API, and provide message reference material.

Considering the complexity and reach of the subject matter, Java Message Service does a great job of covering both theory and practice in a surprisingly efficient manner. It's easy to see why JMS has become so popular so quickly. Recommended. --Steve Patient, Amazon.co.uk --This text refers to the Paperback edition.

Product Description
 

Java Message Service, Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural challenges, such as integrating dissimilar systems and applications, increasing scalability, eliminating system bottlenecks, supporting concurrent processing, and promoting flexibility and agility. Updated for JMS 1.1, this second edition also explains how this vendor-agnostic specification will help you write messaging-based applications using IBM's MQ, Progress Software's SonicMQ, ActiveMQ, and many other proprietary messaging services. With Java Message Service, you will:

Build applications using point-to-point and publish-and-subscribe messaging models Use features such as transactions and durable subscriptions to make an application reliable Implement messaging within Enterprise JavaBeans (EJB) using message-driven beans Use JMS with RESTful applications and with the Spring application framework

Messaging is a powerful paradigm that makes it easier to uncouple different parts of an enterprise application. Java Message Service, Second Edition, will quickly teach you how to use the key technology that lies behind it.

原创粉丝点击