Read More

Java Script: Introductory Concepts and Techniques

Product DescriptionPart of the highly successful Shelly Cashman Series, this text offers clear, step-by-step, screen-by-screen approach to learning JavaScript. Java Script: Introductory Concepts and...
July 23 2010   Posted Under: Java Script

Design Patterns in Java

Product Description
Design Patterns in Javaa gives you the hands-on practice and deep insight you need to fully leverage the significant power of design patterns in any Java software project. The perfect complement to the classic Design Patterns, this learn-by-doing workbook applies the latest Java features and best practices to all of the original 23 patterns identified in that groundbreaking text. Drawing on their extensive experience as Java instructors and programmers, Steve Metsker and Bill Wake illuminate each pattern with real Java programs, clear UML diagrams, and compelling exercises. You’ll move quickly from theory to application–learning how to improve new code and refactor existing code for simplicity, manageability, and performance. Coverage includes *Using Adapter to provide consistent interfaces to clients*Using Facade to simplify the use of reusable toolkits*Understanding the role of Bridge in Java database connectivity*The Observer pattern, Model-View-Controller, and GUI behavior*Java Remote Method Invocation (RMI) and the Proxy pattern*Streamlining designs using the Chain of Responsibility pattern*Using patterns to go beyond Java’s built-in constructor features*Implementing Undo capabilities with Memento *Using the State pattern to manage state more cleanly and simply*Optimizing existing codebases with extension patterns*Providing thread-safe iteration with the Iterator pattern*Using Visitor to define new operations without changing hierarchy classes If you’re a Java programmer wanting to save time while writing better code, this book’s techniques, tips, and clear explanations and examples will help you harness the power of patterns to improve every program you write, design, or maintain. All source code is available for download at http://www.oozinoz.com.

Design Patterns in Java

Read More March 11, 2010   Posted Under: Java Guide

Absolute Java

Product Description
For undergraduate students in Computer Science and Computer Programming courses. Praised for providing an engaging balance of thoughtful examples and explanatory discussion, Absolute Java , Fourth Edition has been updated with numerous additional programming projects and coverage of web and database programming. Best-selling author Walt Savitch and contributor Kenrick Mock explain concepts and techniques in a straightforward style using understandable language and code enhanced by a suite of pedagogical tools. This edition also includes an extensive set of VideoNotes. Absolute Java is appropriate for both introductory and intermediate programming courses introducing Java. SUPPLEMENTS *PowerPoint Slides*Source Code from the book*VideoNotes*MyCodeMate Online Tutorial Service*Instructors Solutions Manual*Test Bank*Text-specific Website

Absolute Java

Read More March 10, 2010   Posted Under: Java Guide

Sams Teach Yourself Java 6 in 21 Days

  • ISBN13: 9780672329432
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description

“If you get only one Java book, it should be Sams Teach Yourself Java in 21 Days”   –PC Magazine

 

In just 21 days, you can acquire the knowledge and skills necessary to develop three kinds of programs with Java: applications on your computer, servlets on a web server, and browser-launched Java Web Start applications.

 

No previous programming experience required. By following the 21 carefully organized lessons in this book, anyone can learn the basics of Java programming.

 

Learn at your own pace. You can work through each chapter sequentially to make sure you thoroughly understand all of the concepts and methodologies, or you can focus on specific lessons to learn the techniques that interest you most.

 

Test your knowledge. Each chapter ends with a Workshop section filled with questions, answers, and exercises for further study. There are even certification practice questions.

 

“Sams Teach Yourself Java is one of the best introductions to hands-on Java programming. If you buy one book on Java, this is the one to buy!”  –Independent Web Review

 

  • Completely revised, updated, and expanded to cover the latest features of Java 6
  • Learn to develop standalone Java applications, web servlets, JavaServer Pages, and Java Web Start applications
  • Easy-to-understand, practical examples clearly illustrate the fundamentals of Java programming
  • Discover how Swing can help you quickly develop programs with a graphical user interface
  • Find out about JDBC database programming, Internet client/server programming, and XML parsing with the open source XOM class library
  • Covers new features of version 6 such as Java DB, the new relational database that is now a built-in
  • part of Java

 

Rogers Cadenhead is a web application developer who has written 22 books on Internet-related topics, including Sams Teach Yourself Java 2 in 24 Hours. He maintains this book’s official website at http://www.java21days.com.

 

Laura Lemay is one of the world’s most popular authors on Web development topics. She is the author of the bestselling Sams Teach Yourself Web Publishing with HTML, as well as Sams Teach Yourself Perl in 21 Days.

 

CD-ROM includes:

  • Source code for the examples developed in the book
  • Java™ SE Development Kit 6
  • NetBeans™ IDE 5.5
  • Bonus materials

 

Category:  Java Programming

Covers:  Java 6 Platform Standard Edition

User Level:  Beginning—Intermediate

 

$44.99 USA / $55.99 CAN / £31.99 Net UK (inc. of VAT)

 

Sams Teach Yourself Java 6 in 21 Days

Read More March 9, 2010   Posted Under: Java Guide

Java Soa Cookbook

  • ISBN13: 9780596520724
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

Product Description

Java SOA Cookbook offers practical solutions and advice to programmers charged with implementing a service-oriented architecture (SOA) in their organization. Instead of providing another conceptual, high-level view of SOA, this cookbook shows you how to make SOA work. It’s full of Java and XML code you can insert directly into your applications and recipes you can apply right away.

The book focuses primarily on the use of free and open source Java Web Services technologies — including Java SE 6 and Java EE 5 tools — but you’ll find tips for using commercially available tools as well.

Java SOA Cookbook will help you:

  • Construct XML vocabularies and data models appropriate to SOA applications
  • Build real-world web services using the latest Java standards, including JAX-WS 2.1 and JAX-RS 1.0 for RESTful web services
  • Integrate applications from popular service providers using SOAP, POX, and Atom
  • Create service orchestrations with complete coverage of the WS-BPEL (Business Process Execution Language) 2.0 standard
  • Improve the reliability of SOAP-based services with specifications such as WS-Reliable Messaging
  • Deal with governance, interoperability, and quality-of-service issues

The recipes in Java SOA Cookbook will equip you with the knowledge you need to approach SOA as an integration challenge, not an obstacle.

Java Soa Cookbook

Read More March 8, 2010   Posted Under: Java Guide

Introduction to Java Programming, Comprehensive

Product Description

Liang’s fundamentals–first approach enables readers to understand the basics before being introduced to more challenging topics. Liang offers one of the broadest ranges of carefully chosen examples, reinforcing key concepts with objectives lists, introduction and chapter overviews, easy-to-follow examples, chapter summaries, review questions, programming exercises, and interactive self-test.
Introduction to Computers, Programs, and Java; Elementary Programming; Selections; Loops; Methods; Single-Dimensional Arrays; Multidimensional Arrays; Objects and Classes; Strings and Text I/O; Thinking in Objects; Inheritance and Polymorphism; GUI Basics; Exception Handling; Abstract Classes and Interfaces; Graphics; Event-Driven Programming; Creating Graphical User Interfaces; Applets and Multimedia; Binary I/O; Recursion; Generics; Java Collections Framework; Algorithm Efficiency; Sorting; Lists, Stacks, and Queues, and Priority Queues; Binary Search Trees; Graphs and Applications; Weighted Graphs and Applications; Multithreading; Networking; Internationalization; Java Beans and Bean Events; Containers, Layout Managers, and Borders; Menus, Toolbars, and Dialogs; MVC and Swing Models; JTable and JTree; Java Database Programming; and 10 Bonus Web Chapters.
Comprehensive coverage of Java and programming make this a useful reference for IT professionals.

Introduction to Java Programming, Comprehensive

Read More March 7, 2010   Posted Under: Java Guide
Page 3 of 15012345102030...Last »