Books:
Computers:
Java Servlets
Head First Java, 2nd Edition
by Kathy Sierra and Bert Bates
List Price: $44.95
Available from Amazon
$28.32
On 7-22-2006
See Item's Page
Product Review
It has taken four years, but with Head First Java the introductory Java book category has finally come of age. This is an excellent book, far more capable than any of the scores of Java-for-novices books that have come before it. Kathy Sierra and Bert Bates deserve rich kudos--and big sales--for developing this book's new way of teaching the Java programming language, because any reader with even a little bit of discipline will come away with true understanding of how the language works. Perhaps best of all, this is no protracted "Hello, World" introductory guide. Readers get substantial exposure to object-oriented design and implementation, serialization, neatwork programming, threads, and Remote Method Invocation (RMI). Key to the authors' teaching style are carefully designed graphics. Rather than explain class inheritance (to cite one example) primarily with text, the authors use a series of tree diagrams that clarify the mechanism far more succinctly. The diagrams are carefully annotated with arrows and notes. Also characteristic of the unique teaching strategy is heavy reliance on exercises, in which the reader is asked to complete partial classes, write whole new code segments and do design work. Though there's little discussion of why the exercises' correct answers are what they are, it's clear that the practice work was carefully designed to reinforce the lesson at hand. If you've waited this long to give Java a try, this book is a great choice. --David Wall Topics covered: The Java programming language for people with no Java experience, and even people with no programming experience at all. Key concepts read like a list of Java features: Object oriented design, variable type and scope, object properties and methods, inheritance and polymorphism, exceptions, graphical user interfaces (GUIs), network connectivity, Java archives (JAR files), and Remote Method Invocation (RMI).
--This text refers to an out of print or unavailable edition of this title.
Book Description
Learning a complex new language is no easy task especially when it s an object-oriented computer programming language like Java. You might think the problem is your brain. It seems to have a mind of its own, a mind that doesn't always want to take in the dry, technical stuff you're forced to study. The fact is your brain craves novelty. It's constantly searching, scanning, waiting for something unusual to happen. After all, that's the way it was built to help you stay alive. It takes all the routine, ordinary, dull stuff and filters it to the background so it won't interfere with your brain's real work--recording things that matter. How does your brain know what matters? It's like the creators of the Head First approach say, suppose you're out for a hike and a tiger jumps in front of you, what happens in your brain? Neurons fire. Emotions crank up. Chemicals surge. That's how your brain knows. And that's how your brain will learn Java. Head First Java combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and its effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java. You'll learn everything from the fundamentals to advanced topics, including threads, network sockets, and distributed programming with RMI. And the new. second edition focuses on Java 5.0, the latest version of the Java language and development platform. Because Java 5.0 is a major update to the platform, with deep, code-level changes, even more careful study and implementation is required. So learning the Head First way is more important than ever. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. If you haven't, you're in for a treat. You'll see why people say it's unlike any other Java book you've ever read. By exploiting how your brain works, Head First Java compresses the time it takes to learn and retain--complex information. Its unique approach not only shows you what you need to know about Java syntax, it teaches you to think like a Java programmer. If you want to be bored, buy some other book. But if you want to understand Java, this book's for you.
|
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.
|
Murach's C# 2005
by Joel Murach
List Price: $52.50
Available from Amazon
$33.08
On 7-22-2006
See Item's Page
Book Description
This is the .NET 2.0 edition of Murachs best-selling C# book. As its title implies, it teaches you how to develop Windows business applications from scratch, integrating all of the new 2005 features like data sources, generics, code snippets, refactoring, partial and static classes, and anonymous methods. But most C# 2005 books cover the same things. So here are several ways this book differs from the others. #1: Theres a 5-chapter section on database programming This is crucial in business applications, and its an area thats changed dramatically from earlier versions of C#. So this section shows you how to use the new SQL data sources and the DataGridView control to develop database applications with little or no C# code. Then, to understand whats going under the surface, youll learn to code ADO.NET to work directly with databases. Finally, youll learn how to create and use object data sources, also new in C# 2.0, to create 3-layer applications that keep the presentation code separate from the data access code, while providing the data binding thats one of the key benefits of using data sources. #2: The OOP section deals with business objects, not cats and dogs Knowing how object-oriented programming works is key to being a top C# developer. Many books explain OOP by using examples that are meant to be easily understood, like illustrating objects with animal classes such as mammals, cats, and dogs. However, the analogy breaks down as you try to figure out how to apply it to business applications. So this book presents business objects like customers, invoices, and products to show you how OOP is applied in the real world. #3: It teaches development the way it should be done today, using Visual Studio Today, no developer should miss out on the productivity features of Visual Studio 2005. So we dont waste your time showing you how to code programs using limited tools like text editors. Instead, chapters 1-3 teach you how to set up and use VS 2005 to develop Windows applications so that you can take advantage of time-savers like refactoring and the interactive debugger right from the start. Then, later chapters cover VS tools for specific tasks, like one-click deployment. #4: Complete applications show how all the pieces interact The key to mastering C# development is to have plenty of real-world examples that guide you in using the new features youre learning interact
and that help you avoid the problems that you can run into as you build complex applications. Thats why this book gives you complete applications for functions like order entry (these can be downloaded for free from the Murach web site). #5: The paired-pages format lets developers set their own pace Murach books have a distinctive format, where each two-page spread presents a single topic. Both beginning and experienced developers find that this format makes it easy to focus on the information they need, whether theyre using the book for training or reference. To see how this works, you can download sample chapters for free from the Murach web site.
Publisher Description
During the last 30 years, many customers have asked me how it is that a small publisher in Fresno can make the best programming books. The short answer is that no other publisher works the way we do. Instead of using freelance writers who get no training, we use a small staff of programmers who are trained in our proven writing and teaching methods. Instead of publishing 40+ books each year, we focus on just a few. Instead of showing pieces of code, we provide complete applications that have been checked and re-checked for accuracy. And instead of rushing books to market, we refuse to let schedule or budget interfere with quality. As I see it, that's the only way to make sure that every book we publish is the best one on its subject. That's why people often tell me that our books are the ones that they look for whenever they need to learn a new subject. Why not try this book and see for yourself!
|
Crystal Reports 10: The Complete Reference (Complete Reference Series)
by George K Peck
List Price: $49.99
Available from Amazon
$31.49
On 7-22-2006
See Item's Page
Book Description
Produce winning presentations and reports with expert advice from this definitive guide. Discover vital tips on how to best utilize Crystal Reports' features to analyze data, and build professional, complex, and effective reports. Find the entire spectrum of user knowledge-;from advice for new users on how to develop, design, and build a simple report, to in-depth information on complex features such as Crystal Server Pages and integrating Crystal Reports into Visual Basic.NET programs.
Back Cover Copy
The Ultimate Guide to Crystal Reports 10 Covers new features--Format Painter, business Views, upgrades to the repository, Java and .NET support, and more Create visually appealing reports and publish them on the Web with Crystal Reports 10 and help from this comprehensive resource. Whether you’re a beginner or a power user looking for answers to quick questions, many examples and tips, along with clear discussions of the new and improved features, make this a must-have workplace companion. You’ll learn to produce compelling, professional-looking reports that communicate content effectively using helpful features such as charts, complex formulas using custom functions, sorting and grouping, the updated repository, new business Views, and more. Then, discover how to integrate your reports with Visual Basic, Visual Studio .NET, and Java. Plus, schedule and view your reports on the Web with Crystal Enterprise 10. - Design and develop page-published quality reports
- Customize your report data using formulas--from simple math computations to full Basic-like formulas
- Store report objects in the updated repository for organization-wide sharing
- Simplify complex database structures with new version 10 business Views
- Fulfill sophisticated reporting requirements with subreports
- Schedule and view reports on the Web with Crystal Enterprise 10
- Create interactive reports using parameter fields, drill-down, hyperlinks, and managed navigation
- Export reports to common file formats like microsoft Word or Excel, Acrobat PDF, HTML, XML, and others
- Develop custom Web and Windows applications to integrate reports using Visual Basic, Visual Studio .NET, or Java
- Create reports based on unique data sources, such as OLAP databases, microsoft Outlook folders, Web server logs, and XML data
George Peck is an internationally recognized consultant, educator, developer, speaker, and best-selling author of Crystal Reports Professional Results and four previous editions of Crystal Reports: The Complete Reference. He is president of The Ablaze Group, a consultation and education firm specializing in Crystal Reports and Crystal Enterprise.
|
JavaScript Bible, Fifth Edition
by Danny Goodman and Michael Morrison
List Price: $49.99
Available from Amazon
$31.49
On 7-22-2006
See Item's Page
Book Description
- This new edition of the definitive guide to JavaScript has been revamped to cover the latest browsers, language updates, extensions, and JavaScript standards
- Part tutorial and part reference, the book serves as a learning tool for building new JavaScript skills and a detailed reference for seasoned JavaScript developers
- Danny Goodman's exclusive interactive workbench, The Evaluator, makes it easy to master JavaScript and DOM concepts
- Offers deployment strategies that best suit the user's content goals and target audience
- Bonus CD-ROM is packed with advanced content for the reader who wants to go an extra step
Book Info
Presents how to master JavaScript and DOM concepts with The Evaluator, and exclusive interactive workbench, how to capture your target audience with Web sites featuring creative effects and instant interactivity, and how to optimize your scripts for effective presentation on the newest browser versions. Softcover.
|
JavaServer Pages, 3rd Edition
by Hans Bergsten
List Price: $44.95
Available from Amazon
$28.32
On 7-22-2006
See Item's Page
Book Description
JavaServer Pages (JSP) has built a huge following since the release of JSP 1.0 in 1999, providing Enterprise Java developers with a flexible tool for the development of dynamic web sites and web applications. While new point releases over the years, along with the introduction of the JSP Standard Tag Library (JSTL), have incrementally improved the rough areas of the first version of the JSP specification, JSP 2.0 takes this technology to new heights. JavaServer Pages, Third Edition, is completely revised and updated to cover the JSP 2.0 and JSTL 1.1 specifications. It includes detailed coverage of the Expression Language (EL) incorporated into JSP 2.0, the JSTL 1.1 tag libraries and the new function library, the new tag file format that enables custom tag library development without Java code, the simplified Java tag library API, improvements in the JSP XML syntax, and more. Further, it details setup of the Apache Tomcat server, JSP and JSTL syntax and features, error handling and debugging, authentication and personalization, database access, XML processing, and internationalization. This book recognizes the different needs of the two groups of professionals who want to learn JSP: page authors interested in using JSP elements in web pages, and programmers concerned with learning the JSP API and using JSP effectively as a part of an enterprise application. If you're in the first group, you'll learn from the practical web application examples in the second part of the book. If you're in the latter group, you'll appreciate the detailed coverage of advanced topics in the third part, such as how to integrate servlets and JavaBeans components with JSP using the popular Apache Struts MVC framework, and how to develop custom tag libraries using the JSP API, with realistic examples that you can use as a springboard for your own libraries. "Hans Bergsten, a JSP expert group veteran and one of our most active contributors, has thoroughly and accurately captured the new features of JSP 2.0 and JSTL 1.1 in a way that is well-organized and easy to understand. With excellent, to-the-point examples, this book is a 'must have' for any serious JSP 2.0 developer." --Mark Roth, JSP 2.0 Specification Lead, Sun Microsystems, Inc. Hans Bergsten is the founder of Gefion Software, a company focused on Java services and products based on J2EE technologies. Hans has been an active participant in the working groups for both the servlet and JSP specifications since their inception and contributes to other related JCP specifications, such as JSP Standard Tag Library (JSTL) and JavaServer Faces (JSF), and, as one of the initial members of the Apache Jakarta Project management Committee, helped develop the Apache Tomcat reference implementation for the servlet and JSP specifications.
|
Programming Jakarta Struts, 2nd Edition
by Chuck Cavaness
List Price: $44.95
Available from Amazon
$28.32
On 7-22-2006
See Item's Page
Product Review
If you've adopted Java as your organizational language, you're probably using, or planning to use, some sort of multitier design to maximize maintainability while making your data store accessible to as many applications as possible. The Jakarta engine ranks as the interface server of choice in that environment, and the Jakarta Struts Framework 1.1 makes it far easier to implement multitier information systems. Programming Jakarta Struts is the best how-to documentation around--in print or on the Internet--on the subject of using Struts to their greatest potential. Chuck Cavaness's book is comprehensive, detailed, critical of its subject where appropriate, and generally invaluable to anyone implementing the Model-View-Controller (MVC) design pattern in Java with the assistance of Struts.Thankfully, Cavaness opens with an overview of the MVC pattern with a focus on how you're meant to implement it under Struts. For anyone thinking that implementing MVC sounds like more trouble than it's worth, this clarifies why such design usually pays off in the long run. After that, it's into the particulars, which include code listings (lots of them, delightfully commented) and crystal-clear block diagrams that show the flow of messages among objects. There are also many database schema charts that show how the authors structure data in the storefront and shopping cart application that spans the whole of this volume. --David Wall Topics covered: The Jakarta Struts Framework 1.1 and how to use it to implement the Model-View-Controller (MVC) software design pattern. All the important features of Struts 1.1 get attention, including exception handling, the validation framework, internationalization, logging, and templating with the Tiles framework.
--This text refers to an out of print or unavailable edition of this title.
Book Description
While the look and feel of an enterprise web application is certainly important, developers usually find themselves spending far too much time on the front-end presentation before they can get to coding the good stuff--the business logic at the heart of the program. Jakarta Struts addresses this issue by combining Java Servlets, Java ServerPages (JSP), custom tags, and messaging resources (like Java Message Service) into a unified, re-usable framework. The result is a cooperative, synergistic platform that's efficient and suitable for independent developers, large development teams, and everyone in between. The Struts Framework has become a highly popular open source project, but there's still woefully little documentation on the technology. What does exist is far too basic and lacks critical information for developers like you writing today's complex web applications. The revised and expanded Programming Jakarta Struts, 2nd Edition covers everything the successful earlier edition did--including an overview of the concepts involved in writing web applications; installation and configuration instructions for getting Struts up and running; a thorough discussion of how Struts implements the Model-View-Controller (MVC) design paradigm (known as the Model 2 approach) and how to interface with that pattern in your own applications; Logging, Validation, and Exception Handling with Struts; using Tiles; writing internationalization and localization code using Struts; and practical, real-world best practices for web applications--as well as plenty more: now fully up to date with Struts 1.1, this edition covers the latest material on tag libraries and the new JavaServerFaces (JSF) APIs and even includes all-new chapters on JSF, JSTL/EL, and security. With each enterprise system he s developed, author Chuck Cavaness has spent many grueling hours learning invaluable lessons about Struts and figuring out the dos and the don'ts of building web applications. He saves you time and headaches by sharing that invaluable real-world experience here, with his realistic, practical, here's how to do it approach to using the Struts Framework to its fullest potential.
|
Java: The Complete Reference, J2SE 5 Edition
by Herbert Schildt
List Price: $49.99
Available from Amazon
$31.49
On 7-22-2006
See Item's Page
Book Description
In this completely up-to-date volume, Herb Schildt, the world's leading programming author, shows you everything you need to know to develop, compile, debug, and run Java applications and applets. You'll get complete details on the Java language, its class libraries, and its development environment along with hundreds of examples and expert techniques.
Back Cover Copy
Schildt’s classic Java reference--updated and expanded for J2SE 5. The ultimate resource for Java programming. Java 2 Platform Standard Edition, version 5 (J2SE 5) is the most extensive upgrade to Java yet and Herb Schildt, the world’s leading programming author, has updated and expanded his best-selling reference on Java to cover it. Whether you’re a beginning Java programmer or an experienced pro, the answers to all your Java questions can be found in this one-stop resource. With expertly crafted explanations, insider tips, and hundreds of examples, this book fully explains the entire Java language and its core libraries. Of course, in-depth coverage of all the new features added by J2SE 5, such as generics, autoboxing, varargs, enumerations, metadata, and the enhanced for loop, is included. Essential for every Java programmer, this comprehensive resource offers the clear, crisp, uncompromising style that has made Herb Schildt the choice of millions worldwide. Coverage includes: - Data types and operators
- Control statements
- Classes and objects
- Constructors and methods
- Interfaces and packages
- Method overloading and overriding
- Inheritance
- Exception handling
- Multithreading
- The I/O classes
- Networking
- The Collections Framework
- Applets and servlets
- AWT and layout managers
- JavaBeans and Swing
Plus, in-depth descriptions of Java’s newest features: - Generics
- Autoboxing
- Enumerations
- Metadata (Annotations)
- The enhanced for loop
- Static import
- Varargs (variable-length arguments)
- The Formatter and Scanner classes.
- The Concurrent API
Herbert Schildt is the leading authority on Java, C, C++, and C#. His programming books have sold more than 3 million copies worldwide and have been translated into all major foreign languages. Find out more at HerbSchildt.com.
|
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
Java Servlets at Sduf
Book Review Directory
Reviewed Authors
Reviewed Titles
Review List
Site Map
|