| Partner Links |
DVD Software |
|
| Home : Java : Books | | Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
Books Listings |
|
Total:
82 | Displaying: 61 - 70 | Pages: 123456789 |
|
|
Java 2D Graphics
|
Website
Refer
Review It
|
Java 2D Graphics is a remarkably accessible guide to graphics programming using Sun`s new Java 2D API. Besides the basic navigation of the API, this title delivers plenty of useful advanced material for extending Java 2D`s capabilities.
After a simple introductory example, the book focuses on the graphics architecture of Java 2D and its rendering pipeline. Support classes in Java 2D receive ample coverage as well, with sections outlining topics like storing points, shapes, and paths. For basic graphics output, the book demonstrates the simple--which can be found in the process of drawing common shapes like lines, ellipses, and rectangles--as well as the complex seen in modifying graphics output through translating, rescaling, rotating, or shearing.
Text output in Java 2D receives its due as well, since the book acknowledges Java 2D`s advanced font capabilities that allow it to handle right-to-left languages such as Arabic. Further sections delve into Java 2D color models (including support for the CIEXYZ and sRGB color standards). Concerning the display of images, the book covers the built-in support for image filtering in Java 2D, which allows programmers to build toggles and fades into their code that alter brightness, contrast, blurring, and sharpening.
For advanced readers, Java 2D Graphics presents techniques like double buffering and matrix operations for custom image effects. Another expert section on the internal storage classes for image data will be useful for those who want to write image decoders. (A sample PNG decoder shows off the basics here.) Final sections look at printing, animation, and performance issues.
In all, Java 2D Graphics provides a fine introduction to the latest in 2-D graphics programming from Sun, in a title that will be useful to both beginning and advanced Java developers. --Richard Dragan
Price: 27.97 - Updated: 12/31/2003
|
|
Bitter EJB
|
Website
Refer
Review It
|
Enterprise JavaBeans (EJB) are the server-side core of J2EE application development. This guide discusses common programming problems (referred to as `antipatterns`) encountered by developers when working with EJB. Although acknowledging EJB`s shortcomings, the authors demonstrate that it may be applied effectively to build distributed, transactional, scalable systems that solve real problems. Coverage includes sessions, messaging APIs, persistence, and performance tuning. Tate is also the author of Bitter Java (2002).Book News, Inc.®, Portland, OR
Addressing the storming controversy of EJB head-on, this guide discusses framework problems and common traps that can snare unwary developers. Advice is provided for choosing persistence strategies beyond EJB entity beans and a list of several entity bean antipatterns. Also offered are session bean and messaging antipatterns and a compelling discussion about how and when to use problematic stateful session beans. Solutions to difficult problems such as effective builds and performance tuning are furnished. Designed for EJB developers, architects, programmers, and project managers, this authoritative reference attacks basic Java programming problems to establish antipatterns as a serious field for Java developers in a well-known context.
Price: 31.47 - Updated: 12/31/2003
|
|
A Programmer's Guide to Java Certification: A Comprehesive Primer, Second Edition
|
Website
Refer
Review It
|
Written for people with previous programming experience, this certification guide covers the both basic and advanced features of Java 2, focusing on the objectives defined for the Sun Certification Programmer for Java 2 Platform exam. A companion CD-ROM includes practice exams and advice on avoiding common mistakes. Mughal teaches informatics at the University of Bergen, Norway; Rasmussen is a system developer.Book News, Inc.®, Portland, OR
Price: 44.99 - Updated: 12/31/2003
|
|
Java Servlet Programming, 2nd Edition
|
Website
Refer
Review It
|
Aimed at Web developers with some previous Java experience, Java Servlet Programming, Second Edition, offers a solid introduction to the world of Java development with Servlets and related technologies. Thoroughly revised and newly updated with over a half-dozen new chapters, this title brings an already useful text up to speed with some leading-edge material. It excels particularly in explaining how to program dynamic Web content using Java Servlets, with a fine introduction to all the APIs, programming techniques, and tips you will need to be successful with this standard.
Besides a useful guide to APIs, the book looks at a variety of techniques for saving session state, as well as showing how Servlets can work together to power Web sites. You will learn performance tips and ways to get Servlets to work together (like forwarding and redirection), plus the basics of database programming with JDBC, to build content with `live` data. A later chapter examines what`s next for Servlets with the emerging Servlet 2.3 API standard. Importantly, the authors go over deploying and configuring Web applications by editing XML files, a must-have for successfully running Servlets in real applications.
Since the first edition of this title, the choices for Java Web developers have grown much richer. Many of the new chapters in this edition look at options beyond Servlets. Short sections on application frameworks such as Tea, WebMacro, the Element Construction Set (ECS), XMLC, and JavaServer Pages (JSP) let you explore what`s out there for Java developers today with a survey of some current tools that can speed up creating new Web applications.
The text closes with reference sections on Servlet APIs (and other material) that will be useful for any working developer. Although Servlets are not the only game in town, they are still important tools for successful Web development. This updated edition shows you just how to do it with plenty of basic and advanced tips for taking full advantage of this powerful Java standard. --Richard Dragan
Price: 31.47 - Updated: 12/31/2003
|
|
Enterprise JavaBeans (3rd Edition)
|
Website
Refer
Review It
|
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
Price: 31.47 - Updated: 12/31/2003
|
|
|
Be Prepared for the AP Computer Science Exam in Java
|
Website
Refer
Review It
|
A Java edition of our popular test prep book for AP Computer Science prepares students for the AP CS exams in Java, starting 2004. Thorough review chapters cover all of the A- and AB-level material and the Marine Biology Simulation Case Study. Includes four complete practice exams, two A and two AB, with no overlap.
Price: 15.95 - Updated: 12/31/2003
|
|
Java Open Source Programming : with XDoclet, JUnit, WebWork, Hibernate (Java Open Source Library)
|
Website
Refer
Review It
|
The Java language itself is not strictly open-source (Sun has held onto control, albeit with lots of public input). There is, however, a large open-source development community around this highly capable language. Java Open Source Programming describes and provides tutorials on some of the most interesting public Java projects, and is designed to enable a Java programmer (who`s worked through the basic language`s initial learning curve) to take on more ambitious assignments. The authors generally treat the covered open-source packages as resources to be used, rather than projects to be contributed to, and so it`s fair to think of this volume as the `missing manual` for downloaded code. In that spirit, the authors devote many sections to `how to` subjects (addressing, for example, a good way to retrieve stored objects from a database and the procedure for calling an action in XWork).
Java Open Source Programming takes a bit of a risk by devoting a lot of space to the development of a complex application (an online pet shop), as such a didactic strategy can be hard to follow. The authors pull it off, though, and manage to show that their covered technologies can be used to create a feature-rich and robust application that uses the versatile model-view-controller (MVC) pattern. This book will suit you well if you`re planning an MVC Java project and want to take advantage of open-source packages. --David Wall
Price: 31.50 - Updated: 12/31/2003
|
|
Eclipse in Action: A Guide for the Java Developer
|
Website
Refer
Review It
|
The three authors are software developers with plenty of experience in the field. They explain how to use the open source tools in Eclipse, as well as web development plug-ins, in this guide to Eclipse-based Java programming. Coverage includes features of Eclipse 2.1 (released March 2003), Eclipse Workbench, the Java development cycle, building with Ant, CVS installation, SWT, and JFace. With this book, the publisher introduced the Manning Early Access Program (MEAP)--a subscription program in which the reader orders the ebook or print edition a month or more prior to publication. The customer then receives PDF chapters as they are finished, up until they receive the book.Book News, Inc.®, Portland, OR
Price: 31.47 - Updated: 12/31/2003
|
|
Thinking in Java (3rd Edition)
|
Website
Refer
Review It
|
Perfect for migrating to Java from a fellow object-oriented language (such as C++), the second edition of Thinking in Java continues the earlier version`s thoughtful approach to learning Java inside and out, while also bringing it up to speed with some of the latest in Java 2 features. This massive tutorial covers many of the nooks and crannies of the language, which is of great value in the programming world.
The most prominent feature of the book is its diligent and extremely thorough treatment of the Java language, with special attention to object design. (For instance, 10 pages of sample code show all of the available operators.) Some of the best thinking about objects is in this book, including when to use composition over inheritance. The esoteric details of Java in regard to defining classes are thoroughly laid out. (The material on interfaces, inner classes, and designing for reuse will please any expert.) Each section also has sample exercises that let you try out and expand your Java knowledge.
Besides getting the reader to `think in objects,` Thinking in Java also covers other APIs in Java 2. Excellent sections include an in-depth tour of Java`s collection and stream classes, and enterprise-level APIs like servlets, JSPs, EJBs, and RMI. Weighing in at over 1,000 pages, any reader who is serious about learning Java inside and out will want to take a look at this superior resource on some of the latest and most advanced thinking in object design. --Richard Dragan
Price: 29.99 - Updated: 12/31/2003
|
|
|
|