Java Extreme Programming Cookbook

Java Extreme Programming Cookbook
Author: Eric M. Burke,Brian M. Coyner
Publsiher: "O'Reilly Media, Inc."
Total Pages: 294
Release: 2003
Genre: Computers
ISBN: 0596003870

Download Java Extreme Programming Cookbook Book in PDF, Epub and Kindle

Brimming with over 100 "recipes" for getting down to business and actually doing XP, the Java Extreme Programming Cookbook doesn't try to "sell" you on XP; it succinctly documents the most important features of popular open source tools for XP in Java--including Ant, Junit, Http'nit, Cactus, Tomcat, XDoclet--and then digs right in, providing recipes for implementing the tools in real-world environments.

Java Extreme Programming Cookbook

Java Extreme Programming Cookbook
Author: Eric M. Burke
Publsiher: Unknown
Total Pages: 296
Release: 2003
Genre: Java (Computer program language)
ISBN: 8173666687

Download Java Extreme Programming Cookbook Book in PDF, Epub and Kindle

Extreme Programming does not mean programming naked while rollerblading down the side of the Grand Canyon. It does mean a new approach to software development that is both radical and common-sense. Unlike many software development methodologies, XP has been accepted quickly because its core practices--particularly code sharing, test-first development, and continuous integration--resonated immediately with software developers everywhere. Instead of impressing developers with a body of theory, XP got programmers to say, Yeah, that's how I'd like to work.

Java Cookbook

Java Cookbook
Author: Ian F. Darwin
Publsiher: "O'Reilly Media, Inc."
Total Pages: 892
Release: 2001
Genre: Computers
ISBN: 0596001703

Download Java Cookbook Book in PDF, Epub and Kindle

A comprehensive collection of problems, solutions, and practical examples for anyone programming in Java, "The Java Cookbook" presents hundreds of tried-and-true Java "recipes" covering all of the major APIs as well as some APIs that aren't as well documented in other Java books. The book provides quick solutions to particular problems that can be incorporated into other programs, but that aren't usually programs in and of themselves.

Herb Schildt s Java Programming Cookbook

Herb Schildt s Java Programming Cookbook
Author: Herbert Schildt
Publsiher: McGraw Hill Professional
Total Pages: 546
Release: 2007-11-26
Genre: Computers
ISBN: 9780071596442

Download Herb Schildt s Java Programming Cookbook Book in PDF, Epub and Kindle

Your Ultimate "How-To" Guide to Java Programming! Legendary programming author Herb Schildt shares some of his favorite programming techniques in this high-powered Java "cookbook." Organized for quick reference, each recipe shows how to accomplish a practical programming task. A recipe begins with a list of key ingredients (the classes, methods, and interfaces) followed by step-by-step instructions that show how to assemble them into a complete solution. Detailed discussions explain the how and why behind each step, and a full code example puts the recipe into action. Each recipe ends with a list of options and alternatives that suggest ways to adapt the technique to fit a variety of situations. Whether you're a beginner or an experienced pro, you'll find recipes that are sure to satisfy your Java programming appetite! Topics include: String Handling Regular Expressions File Handling Applets Servlets Swing The Collections Framework Multithreading Formatting Data Learn how to: Find substrings that match a regular expression Use regular expressions to tokenize a string Compress and decompress data files Create a ZIP file Format time and date Use printf( ) to display formatted data Reverse, rotate, and shuffle a list Use a Comparator with a collection Create a simple Swing application Create a Swing-based applet Create a simple servlet Use a cookie with a servlet Synchronize threads Monitor a thread's state Set and obtain a thread's priority Use JScrollPane to automate scrolling Access a resource using HttpURLConnection Schedule a task for future execution Use reflection to dynamically create an object and call methods Much, much more

Java Ee6 Cookbook for Securing Tuning and Extending Enterprise Applications

Java Ee6 Cookbook for Securing  Tuning  and Extending Enterprise Applications
Author: Mick Knutson
Publsiher: Packt Publishing, Limited
Total Pages: 356
Release: 2012
Genre: Application program interfaces (Computer software)
ISBN: 1849683166

Download Java Ee6 Cookbook for Securing Tuning and Extending Enterprise Applications Book in PDF, Epub and Kindle

This book is part of Packt's Cookbook series. A Packt Cookbook contains step-by-step recipes for solutions to the most important problems you face when working with a topic. This book is aimed at Java developers and programmers who want to secure, tune and, extend their Java EE applications.

Mac OS X for Java Geeks

Mac OS X for Java Geeks
Author: Will Iverson
Publsiher: "O'Reilly Media, Inc."
Total Pages: 310
Release: 2003-04-24
Genre: Computers
ISBN: 0596004001

Download Mac OS X for Java Geeks Book in PDF, Epub and Kindle

Mac OS X for Java Geeks delivers a complete and detailed look at the Mac OS X platform, geared specifically at Java developers. Programmers using the 10.2 (Jaguar) release of Mac OS X, and the new JDK 1.4, have unprecedented new functionality available to them. Whether you are a Java newbie, working your way through Java Swing and classpath issues, or you are a Java guru, comfortable with digital media, reflection, and J2EE, this book will teach you how to get around on Mac OS X. You'll also get the latest information on how to build applications that run seamlessly, and identically, on Windows, Linux, Unix, and the Mac. The book begins by laying out the Mac OS X tool set, from the included Java Runtime Environment to third-party tools IDEs and Jakarta Ant. You'll then be brought up to speed on the advanced, Mac-specific extensions to Java, including the spelling framework, speech framework, and integration with QuickTime. In addition to clear explanations of these extensions, you'll learn how to write code that falls back to non-Mac specific code when it runs on other platforms, keeping your application portable. Once you have the fundamentals of the Mac OS X Java platform in hand, this book takes you beyond the basics. You'll learn how to get the Apache web server running, and supplement it with the Jakarta Tomcat JSP and servlet container. JSPs and servlets running on Mac OS X are covered, as is installation and connectivity to a database. Once you have your web applications up and running, you'll learn how to interface them with EJBs, as running the JBoss application server on Mac OS X is covered. Finally, the latest developments in web services, including XML-RPC and SOAP, are found within.

Groovy 2 Cookbook

Groovy 2 Cookbook
Author: Andrey Adamovich,Luciano Fiandesio
Publsiher: Packt Publishing Ltd
Total Pages: 625
Release: 2013-10-22
Genre: Computers
ISBN: 9781849519373

Download Groovy 2 Cookbook Book in PDF, Epub and Kindle

This book follows a Cookbook style and is packed with intermediate and advanced level recipes.This book is for Java developers who have an interest in discovering new ways to quickly get the job done using a new language that shares many similarities with Java. The book’s recipes start simple, therefore no previous Groovy experience is required to understand the code and the explanations accompanying the examples.

Professional Java Tools for Extreme Programming

Professional Java Tools for Extreme Programming
Author: Richard Hightower,Warner Onstine,Paul Visan,Damon Payne,Joseph D. Gradecki
Publsiher: John Wiley & Sons
Total Pages: 769
Release: 2004-04-14
Genre: Computers
ISBN: 9780764572746

Download Professional Java Tools for Extreme Programming Book in PDF, Epub and Kindle

What is this book about? The Extreme Programming (XP) methodology enables you to build and test enterprise systems quickly without sacrificing quality. In the last few years, open source developers have created or significantly improved a host of Java XP tools, from XDoclet, Maven, AntHill, and Eclipse to Ant, JUnit, and Cactus. This practical, code-intensive guide shows you how to put these tools to work — and capitalize on the benefits of Extreme Programming. Using an example pet store application, our expert Java developers demonstrate how to harness the latest versions of Ant and XDoclet for automated building and continuous integration. They then explain how to automate the testing process using JUnit, Cactus, and other tools, and to enhance project management and continuous integration through Maven and AntHill. Finally, they show you how to work with XP tools in the new Eclipse IDE. Complete with real-world advice on how to implement the principles and practices of effective developers, this book delivers everything you need to harness the power of Extreme Programming in your own projects. What does this book cover? Here are some of the things you'll find out about in this book: How to automate the building of J2EE apps and components with Ant and XDoclet Techniques for automating Java testing using JUnit Procedures for automating servlet, JSP, and other J2EE testing using Cactus Ways to automate Swing testing with Jemmy, JFCUnit, and Abbot How to manage projects using Maven Techniques for automating continuous integration with AntHill and Cruise Control How to harness plugins for JUnit, Cactus, and Ant in the Eclipse IDE Ways to implement Extreme Programming best practices Who is this book for? This book is for enterprise Java developers who have a general familiarity with the XP methodology and want to put leading Java XP tools to work in the development process.