Books:
Computers:
Javabeans
Professional Ajax (Programmer to Programmer)
by Nicholas C. Zakas, Jeremy McPeak, and Joe Fawcett
List Price: $39.99
Available from Amazon
$25.19
On 7-22-2006
See Item's Page
Book Description
Written for experienced web developers, Professional Ajax shows how to combine tried-and-true CSS, XML, and JavaScript technologies into Ajax. This provides web developers with the ability to create more sophisticated and responsive user interfaces and break free from the "click-and-wait" standard that has dominated the web since its introduction. Professional Ajax discusses the range of request brokers (including the hidden frame technique, iframes, and XMLHttp) and explains when one should be used over another. You will also learn different Ajax techniques and patterns for executing client-server communication on your web site and in web applications. By the end of the book, you will have gained the practical knowledge necessary to implement your own Ajax solutions. In addition to a full chapter case study showing how to combine the book's Ajax techniques into an AjaxMail application, Professional Ajax uses many other examples to build hands-on Ajax experience. Some of the other examples include: - web site widgets for a news ticker, weather information, web search, and site search
- preloading pages in online articles
- incremental form validation
- using Google Web APIs in Ajax
- creating an autosuggest text box
Professional Ajax readers should be familiar with CSS, XML, JavaScript, and HTML so you can jump right in with the book and begin learning Ajax patterns, XPath and XSLT support in browsers, syndication, web services, JSON, and the Ajax Frameworks, JPSpan, DWR, and Ajax.NET.
Back Cover Copy
Combining tried-and-true CSS, XML, and JavaScript™ technologies, Ajax provides web developers with the ability to create more sophisticated and responsive user interfaces and break free from the "click-and-wait" standard that has dominated the web since its introduction. This book discusses the range of request brokers (including the hidden frame technique, iframes, and XMLHttp) and explains when one should be used over another. You will also learn different Ajax techniques and patterns for executing client-server communication on your web site and in web applications. Each chapter builds on information in the previous chapters so that by the end of the book, you will have gained the practical knowledge necessary to implement your own Ajax solutions. What you will learn from this book - Different methods for achieving Ajax communication and when to use each
- A variety of Ajax design patterns to use in specific data retrieval circumstances
- Techniques for using Ajax with RSS and Atom to produce a web-based news aggregator
- How to use JavaScript Object Notation as an alternate data transmission format for Ajax communications
- How to create Ajax widgets, such as a weather display and news ticker, that can be included in your web site
Who this book is for This book is for web developers who want to enhance the usability of their sites and applications. Familiarity with JavaScript, HTML, and CSS is necessary, as is experience with a server-side language such as PHP or a .NET language. Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.
|
Programming Microsoft ASP.NET 2.0 Core Reference
by Dino Esposito
List Price: $49.99
Available from Amazon
$31.49
On 7-22-2006
See Item's Page
Book Description
Delve into the core topics for ASP.NET 2.0 programming, mastering the essential skills and capabilities needed to build high-performance Web applications successfully. Well-known ASP.NET author Dino Esposito deftly builds your expertise with Web forms, microsoft Visual Studio®, core controls, master pages, data access, data binding, state management, security services, and other must-know topicscombining definitive reference with practical, hands-on programming instruction. Packed with expert guidance and pragmatic examples, this CORE REFERENCE delivers the key resources you need to develop professional-level Web programming skills.
Publisher Description
Completely revised and updated for ASP.NET 2.0, this book expertly illustrates the intricacies and uses of the technologyin a single, pragmatic volume. Key Book Benefits: Delves into the core, must-know topics for developers working with ASP.NET 2.0, and advances their mastery with essential skills Examines the new controls and infrastructure in ASP.NET 2.0 in depth, while also providing the latest information on classic ASP features such as controls Provides hands-on code examples to illustrate concepts and build skills mastery
|
Enterprise JavaBeans 3.0 (5th Edition)
by Bill Burke and Richard Monson-Haefel
List Price: $49.99
Available from Amazon
$31.49
On 7-22-2006
See Item's Page
Product Review
As many Java developers and IS managers already know, Sun's powerful Enterprise JavaBean (EJB) technology offers an attractive option for developing server-side components. A suitable read for both managers and Java programmers, Enterprise JavaBeans provides a surprisingly clear and engaging introduction to designing and programming with EJBs. The tour of the EJB component model presented here centers on several beans created and tested for a travel reservation system in a fictitious cruise ship company. The samples are just right in scale, large enough to test out key concepts in design and deployment, but small enough to be comprehensible, even to those who are not Java experts. The author pays close attention to the real-world issues of deployment with EJBs (as well as the differences among the vendor application servers that run them). While there are enough details in Java syntax for designing both entity and session beans for the developer, sections on design here will please those who manage projects without delving much into code. Later, the author shows various ways to design entity and session beans. (For instance, entity beans can allow their bean containers to handle the details of connecting to a database, or they can do it themselves. This book demonstrates both approaches.) When it comes to session beans (which "wire" together entity beans to do real work), the author's introduction to managing state and transactions is also a standout. Tips for performance and reusability close out the book. In all, Enterprise JavaBeans provides an engaging tour of one of the most promising component technologies. It's technically astute, but thoroughly approachable too, and can serve the needs of any manager or Java developer considering EJBs for future projects. --Richard Dragan Topics covered: Enterprise JavaBeans (EJBs) basics, distributed architectures, Component Transaction Monitors (CTMs), bean-containers, home and remote bean interfaces, resource management, configuring EJB servers, entity beans, JNDI, container-managed and bean-managed persistence, session beans, stateless and stateful beans, transactions, design and performance hints.
--This text refers to an out of print or unavailable edition of this title.
Book Description
If you're up on the latest Java technologies, then you know that Enterprise JavaBeans (EJB) 3.0 is the hottest news in Java this year. In fact, EJB 3.0 is being hailed as the new standard of server-side business logic programming. And O'Reilly's award-winning book on EJB has been refreshed just in time to capitalize on the technology's latest rise in popularity. This fifth edition, written by Bill Burke and Richard Monson-Haefel, has been updated to capture the very latest need-to-know Java technologies in the same award-winning fashion that drove the success of the previous four strong-selling editions. Bill Burke, Chief Architect at JBoss, Inc., represents the company on the EJB 3.0 and Java EE 5 specification committees. Richard Monson-Haefel is one of the world's leading experts on Enterprise Java. Enterprise JavaBeans 3.0, 5th Edition is organized into two parts: the technical manuscript followed by the JBoss workbook. The technical manuscript explains what EJB is, how it works, and when to use it. The JBoss workbook provides step-by-step instructions for installing, configuring, and running the examples from the manuscript on the JBoss 4.0 Application Server. Although EJB makes application development much simpler, it's still a complex and ambitious technology that requires a great deal of time to study and master. But now, thanks to Enterprise JavaBeans 3.0, 5th Edition, you can overcome the complexities of EJBs and learn from hundreds of practical examples that are large enough to test key concepts but small enough to be taken apart and explained in the detail that you need. Now you can harness the complexity of EJB with just a single resource by your side.
|
Business Process Change: A Manager's Guide to Improving, Redesigning, and Automating Processes (The Morgan Kaufmann Series in Data...
by Paul Harmon
List Price: $44.95
Available from Amazon
$28.32
On 7-22-2006
See Item's Page
From the foreword by Geary A. Rummler, Founder and Chairman, Performance Design Lab; Co-author, Improving Performance
This book is "post-bust"--the first book to thoroughly discuss the critical link between "process," information technology, and the Internet.
Product Review
"This book is a must-read for every business manager who wants to manage business process change in an e-business environment; it's a true practitioner's guidebook to the complex world of end-to-end business process management. The book not only gives an excellent introduction to all aspects of process change management (from analysis or redesign to implementation to monitoring to improvement of business processes), but also provides a comprehensive guide to state-of-the-art techniques and technologies supporting the various aspects of this process (from process design methodologies to realizing business processes via choreography of Web services)."Steve Mill, Senior Vice President, IBM software Group
"Finally a book that brings it all togetherbackground, theory, and practicein a way that is easily digested by business and IT managers alike. This book is a must-read for anyone contemplating a business change project in order that they understand why a holistic approach is beneficial and how the work they are undertaking will impact others. "The concepts and notations presented in the book are straightforward and easy to follow and do not require either weeks of training or an army of outside consultants to help implement them. I feel sure that after reading the book, any manager will come away with two lasting impressions: first, "Now I understand where that fits . . ." and "Yes, I can do it.""Mark McGregor, Vice President, MEGA International
"Finally, someone has written a practical guide for those building a business for the information age."Bill Coleman, Founder, Chairman, CSO, BEA Systems
"When it comes to business Process Change, Paul Harmon"s new book is a must-read. It is a great resource for performance improvement professionals."Dr. Roger M. Addison, Director Performance Technologies, International Society for Performance Improvement
"A great deal has been written about process improvement and business process reengineering, most before its presumed demise and recent resurrection. Much has been written about the Internet and e-business, most before the tech bubble. This book is "post-bust"; it is the first book to thoroughly discuss the critical link between "process," information technology, and the Internetall things that managers must understand if they are to develop and manage sound internal operations that will provide legitimate profits. And it is the manager"s job to do that. Some of the technical work must be done by business process consultants and IT staff, but the setting of the direction and requirements, the management of the integrating efforts, must be done by managers. That critical role cannot be delegated to the "techies." Meeting that management challenge will be made easier by this book."From the foreword by Geary A. Rummler, Founder and Chairman, Performance Design Lab; Co-author, Improving Performance
|
Mastering Enterprise JavaBeans 3.0
by Rima Patel Sriganesh, Gerald Brose, and Micah Silverman
List Price: $45.00
Available from Amazon
$28.35
On 7-22-2006
See Item's Page
Book Description
An invaluable tutorial on the dramatic changes to Enterprise JavaBeans (EJB) 3.0 Featuring myriad changes from its previous versions, EJB 3.0 boasts a very different programming and deployment model, with nearly every aspect of development affected. Even the most experienced EBJ and J2EE developers will need to relearn how to best use EJB to develop mission-critical applications. This author team of experts has taken their combined skills in architecture, development, consulting, and knowledge transfer to explain the various changes to EJB 3.0 as well as the rationale behind these changes. You'll learn the concepts and techniques for authoring distributed, enterprise components in Java from the ground up. Covering basic through advanced subjects, Mastering Enterprise JavaBeans 3.0 is more than 50 percent new and revised. Four new chapters and one new appendix cover the latest features of this new release, and in-depth coverage of the Java Persistence API and the entities defined therein is provided. The authors' main goal is to get you programming with EJB immediately. To that end, you'll learn: - How to implement EJB 3.0 beans, with emphasis on session beans (stateful and stateless) and message-driven beans
- Both basic and advanced concepts (such as inheritance, relationships, and so on) of Java Persistence API defined entities
- How to develop and deploy EJB 3.0 Web services
- How to secure EJB applications
- How to integrate EJB applications with the outside world via the Java EE Connector technology
- Tips and techniques for designing and deploying EJB for better performance
- How clustering in large-scale EJB systems works
- Best practices for EJB application design, development, and testing
The companion Web site provides all the source code, updates to the source code examples, and a PDF version of the book. Wiley Technology Publishing Timely. Practical. Reliable. Visit the companion Web site at www.wiley.com/go/sriganesh
About The Author
Rima Patel Sriganesh is a staff engineer in the technology outreach group at Sun Microsystems, Inc. She speaks frequently at major industry conferences and is a coauthor of Mastering Enterprise JavaBeans, Third Edition (Wiley). Gerald Brose works for Projektron, a German vendor for project management software. He maintains the Open Source ORB JacORB. Gerald holds a Ph.D. in computer science and has published widely on Java, CORBA, and security. Micah Silverman, a software Architect for 15 years, has specialized in Java since 1995. He founded M*Power Internet Services, Inc., providing architect, development, and security services. He has contributed to books and published numerous articles.
|
Applied Enterprise JavaBeans Technology
by Kevin Boone
List Price: $49.99
Available from Amazon
$36.14
On 7-22-2006
See Item's Page
Book Description
Provides experienced software developers with all the information they need to develop robust, powerful EJB applications. Describes EJB technology in detail, starting from first principles and progressing to distributed, transactional and secure applications. Softcover.
Back Cover Copy
The definitive guide to industrial-strength EJB 2.0 development. - A comprehensive guide to enterprise-class EJB 2.0 development
- In-depth coverage of transactions, security, performance, and Web services
- Features a full-scale, real-world case study
Applied Enterprise JavaBeans Technology takes you under the hood of EJB 2.0, offering unprecedented insight into how EJB really works-and shows you how to leverage its full power to build industrial-strength distributed applications. EJB expert Kevin Boone starts from first principles and progresses to state-of-the-art approaches for building Java applications that are distributed, transactional, and secure. Along the way, Boone reveals aspects of the EJB architecture that are normally hidden but offer even more power to developers who understand them. Applied Enterprise JavaBeans Technology offers all this and more: - Demonstrates powerful techniques for maximizing distributed application security
- Introduces high-performance resource pooling and optimization strategies
- Helps developers choose and implement the best approach to distributed transaction processing
- Presents in-depth coverage of integration with related technologies, including servlets, Web services, messaging, directories, and CORBA
- Includes extensive cross-references to the official EJB 2.0 specifications
From EJB "first principles" to the state of the art - Emphasizes accuracy, depth, and comprehensiveness: never oversimplifies!
- Focuses on mission-critical development techniques that other books ignore
- Illuminates powerful capabilities typically left "transparent" to the programmer
- Shows how to use EJB to implement comprehensive security policies
- Contains in-depth coverage of automatically generated EJB proxies
|
Building Applications with IBM WebSphere Studio and JavaBeans: A Guided Tour (IBM Illustrated Guide series) (IBM Illustrated Guide series)
by Colette Burrus and Stephanie Parkin
List Price: $55.00
Available from Amazon
$40.73
On 7-22-2006
See Item's Page
Book Description
This guide to developing applications using the WebSphere Studio Visual Editor for Java and JavaBeans teaches programmers to build applications more efficiently. They learn basics such as developing Java applets and applications, as well as more advanced topics, such as using relational databases and XML documents to store application data. The use of WebSphere Studio to build applications with JavaBeans is covered, and the reasons why JavaBeans are so useful for application programming is explained.
About The Author
Colette Burrus was an IBM programmer and project manager for more than 20 years. Her last assignment was project manager for IBM's alphaBeans project, working with the Java Beans Around the World team. She is the coauthor of IBM's VisualAge Developer Domain (VADD) tutorial series and continues to help its readers via e-mail. She lives in Apex, North Carolina. Stephanie Parkin is the content manager for the VADD and WebSphere Developer Domain web sites. She has created documentation for various programming languages, including VisualAge for Basic, and is the former editor in chief of WebSphere Developer technical Journal. She is the coauthor of two tutorial series on the VADD web site, "Visual programming with VAJ", and "Designing Beans for Visual Programming." She lives in Lexington, Kentucky.
|
J2EE FrontEnd Technologies: A Programmer's Guide to Servlets, JavaServer Pages, and JavaBeans
by Lennart Jorelid
Available from Amazon
$59.95
On 7-22-2006
See Item's Page
Book Description
discusses the architecture of J2EE applications using servlets, JSPs, and EJBschocked full of detailed code examples and practical advice
Download Description
J2EE FrontEnd Technologies: A Programmers Guide to Servlets, JavaServer Pages, and Enterprise JavaBeans concisely and accurately describes what you need to know(TM) about effective enterprise development based on servlets, JSPs, and EJBs. Servlets, JSPs, and EJBs are the most important aspects of Java as it is used in the production of enterprise Web applications today. Lennart Häxx Jörelids book concentrates on teaching programmers how to fit the various technologies together while spending as little time as possible on plumbing. Jorelid discusses servlet development and architecture, and he teaches developers how to integrate servlets into distributed enterprise systems with illustrated examples. He explains the architecture and implementation of JSPsincluding introductory concepts such as using all built-in facilities of the JSP library and advanced topics such as creating your own custom actions using the JSP Tag Library API. Jorelid also addresses the open-source Struts framework from the Apache software Foundation, which provides a powerful framework for J2EE Web application development by combining servlets and JSPs. And, finally, Jorelid explores the EJB programming paradigm, covering development and architecture of EJBs and J2EE integration and deployment. J2EE FrontEnd Technologies: A Programmers Guide to Servlets, JavaServer Pages, and Enterprise JavaBeans provides developers with a unique approach to understanding the profound relationship between servlets, JSPs, and EJBs. Developers will gain a clear understanding of all three and will be able to harness this knowledge for their own real-world applications.
|
Additional Pages: 1 2
© Adapt, Inc. 1998-2006
|
Other Shops:
American States,
Atlases,
Art,
Art Techniques,
Audio Books,
Authors,
Biographies,
Business,
Celebrities,
Children's,
Cities,
Computers,
Cookbooks,
Countries,
Dictionaries,
En Español,
Encyclopedias,
History,
Horror,
Large Print,
Law,
Medical,
Mystery,
Photographers,
Photography Techniques,
Powell's Selections,
Presidents,
Research,
Romance,
Sci-Fi,
Study Guides,
Subjects,
Techical,
Teenagers,
Textbooks,
Travel
Books
Resources
Most Watched Book Auctions
Javabeans at Sduf
Book Review Directory
Reviewed Authors
Reviewed Titles
Review List
Site Map
|