Bestsellers > Books > Java
|
|
Eclipse for Dummies»rank: 292886by: Barry Burd
: : In his friendly, easy-to-understand style, the bestselling author of Java 2 For Dummies shows developers how to get up to speed fast on this popular Java IDE Eclipse, an open source product originally developed by IBM, has an estimated 500,000 users-a 45 percent market share among Java IDEs Shows Java developers how to maximize programming productivity with Eclipse, covering all the basics as well as advanced techniques such as using Ant, developing new Eclipse plug-ins, and working with Javadocs JAR files |
JavaScript Bible, Fifth Edition»rank: 293724by: Danny Goodman, Michael Morrison
: : 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 |
||
Java Servlet Programming (Java Series)»rank: 274513by: Jason Hunter, William Crawford
: :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 ... |
Developmental Mathematics»rank: 274513by: Marvin L. Bittinger, Judith Beecher
: :Free to Adopters. |
||
Eclipse»rank: 137986by: Steve Holzner
: :Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn't fix them--that's up to you: fix them, compile again, and hope that nothing goes wrong this time. Eclipse, the popular Java integrated development environment (IDE) provides an elegant and powerful remedy for this common, frustrating scenario. It doesn't just catch your errors before you compile, it also suggests solutions. All you need to do is point and click. And it's free--what could be better? Still, if you're like most programmers, mastering a new ... |
Sun Certified Enterprise Architecture for J2EE Technology Study Guide (Sun Microsystems Press)»rank: 55727by: Mark Cade, Simon Roberts
: :This is the first authoritative, authorized study guide for Sun's challenging new Sun Certified Enterprise Architect for Java 2 Platform, Enterprise Edition Technology exams. Written by the exam's lead developer and assessor, it offers start-to-finish guidance and background for designing effective J2EE architectures -- and comprehensive preparation for all three exam elements you need to pass: Sun's multiple-choice exam, architecture/design project, and essay exam. Sun Microsystems Senior Java Architect Mark Cade begins with an overview of system architecture and its goals -- including structure, behavior, usage, functionality, performance, resilience, reuse, and comprehensibility. Cade shows how to document J2EE architectures through visual models and narratives -- creating System Requirements and System ... |
||
Integrating and Extending BIRT (2nd Edition) (Eclipse Series)»rank: 132908by: Jason Weathersby, Tom Bondur, Iana Chatalbasheva, Don French
: :The world-wide developer community has downloaded over three million copies of BIRT (Business Intelligence and Reporting Tools) from the Eclipse web site. Built on the open-source Eclipse platform, BIRT is a powerful reporting system that provides an end-to-end solution, from creating and deploying reports to integrating report capabilities in enterprise applications.The second of a two-book series on business intelligence and reporting technology, Integrating and Extending BIRT, Second Edition introduces programmers to BIRT architecture and the reporting framework. BIRT technology makes it possible for a programmer to build a customized report using scripting and BIRT APIs. A programmer can also extend the BIRT framework by creating a new plug-in using the ... |
iBatis in Action»rank: 277060by: Clinton Begin, Brandon Goodin, Larry Meadors
: :iBATIS in Action teaches Java developers and architects how to use the iBATIS framework to map relational databases to object-oriented programs. Written by the creator of iBATIS, this practical book presents patterns and solutions that readers can apply immediately. iBATIS in Action shows Java developers how to tackle the problem of data persistence using the elegant iBATIS framework. iBATIS helps developers solve the problem of connecting- or mapping- relational databases to object-oriented code. An extensive running example presents reusable iBATIS patterns and common solutions. The sample application shows where iBATIS fits in a typical web application as well as how iBATIS integrates with other popular frameworks like Struts. iBATIS in ... |
||
Java I/O»rank: 425973by: Elliotte Harold
: :All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data; and readers and writers, for reading and writing textual (character) data. You're almost certainly familiar with the basic kinds of streams--but did you know that there's a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? ... |
Eclipse Distilled (Eclipse Series)»rank: 177674by: David Carlson
: :Eclipse is an incredibly powerful platform for software development, but thispower and flexibility is often overwhelming for novice programmers andsometimes daunting for experienced professionals. The goal of this book is todistill significant features of the Eclipse platform and its Java developmentcapabilities in a way that is approachable for newbies and beneficial for seniordevelopers who are new to Eclipse. But this book is not just a catalog offeatures and screenshots. It is structured around a theme of agile developmentand describes Eclipse as an enabler for agile methodology within project teams.A consistent project example is used throughout the book to illustrate theprogress of a new project from its inception through several iterations ... |