Saturday, December 1, 2007

Java Developer's Guide to E-Commerce with XML and JSP

William B. Brogden / Chris Minnick / Bill Brogden et al., «Java Developer's Guide to E-Commerce with XML and JSP»Sybex Books ISBN 0782128270 (January 16, 2001) HTML 1.5 Mb 512 pages




http://rapidshare.com/files/3951383/Java.Developers.Guide.to.E-Commerce.XML.JSP-0782128270.rar

http://depositfiles.com/files/384156

Java and the Java Virtual Machine - Definition, Verification, Validation

R. Stark , «Java and the Java Virtual Machine: Definition, Verification, Validation»ISBN 3540420886 2001 Year PDF 6.9 Mb 391 Pages[/center]

This book provides a high-level description, together with a mathematical and an experimental analysis, of Java and of the Java Virtual Machine (JVM), including a standard compiler of Java programs to JVM code and the security critical bytecode verifier component of the JVM. The description is structured into language layers and machine components. It comes with a natural executable refinement (written in AsmGofer and provided on CD ROM) which can be used for testing code. The method developed for this purpose is based on Abstract State Machines (ASMs) and can be applied to other virtual machines and to other programming languages as well. The book is written for advanced students and for professionals and practitioners in research and development who need a complete and transparent definition and an executable model of the language and of the virtual machine underlying its intended implementation. The CD ROM contains the entire text of the book and numerous examples and exercises. \"The Jbook gives the most comprehensive and consistent formal account of the combination of Java and the JVM.\" - Pieter Hartel and Luc Moreau in \"Formalizing the Safety of Java, the Java Virtual Machine and Java Card, ACM Computing Surveys\", 33(4):517-558, 2001. Section 6.2, page 540.

http://rapidshare.de/files/26721328/jjvm.rar

pass: harry

Object-Oriented Design in Java (Mitchell Waite Signature Series)

With software engineering books, it's hard to get the right mix of theory and practice. Object-Oriented Design in Java combines the best of today's thinking on software engineering with nuts-and-bolts examples written in Java. The result is this fine introduction to both disciplined software engineering and the strengths of Java for effective object-oriented design (OOD).The text begins with a discussion of design and its necessity in writing successful software. Then it expands on the advantages of OOD. It offers a quick tour of Java's syntax, which becomes useful in later sections on class design in Java. Further chapters look at strategies for creating objects in OOD, including when to use inheritance, encapsulation, and composition. Here the authors introduce the basics of the Unified Modeling Language (UML) along with actual case studies of small class hierarchies modeled in Java.Some of the most useful material is the authors' leading-edge discussion of patterns--reusable designs for software--with examples written in Java. Later sections of the book grow more theoretical, with discussions of such topics as concurrency, database persistence, guidelines for user interface design, component and class library reuse, and system architecture. --Richard Dragan Book DescriptionMitchell Waite Signature Series: Object-Oriented Design in Java takes a tutorial approach and teaches in a new way: by offering the Java code first and the design representations and explanations later. No other programming-level book on the market deals with design of Java software. There's nothing aimed at the in the trenches Java programmer. Nor can the Java programmer turn to general books on software design. These, with few exceptions, are abstract and academic, either incomprehensible or irrelevant from the perspective of the working programmer. This book targets the needs of Java application programmers, using an experience-based, hands-on approach.

http://rapidshare.de/files/16621057/Object-Oriented_Design_in_Java.rar

Java Secrets

Java SecretsWiley Publishing ISBN: 0764580078 900 pages May 28, 1997 PDFJava is generally a well-documented language, but not every language feature is fully specified, documented, or identical across all platforms. Java Secrets takes you into this Java twilight zone and introduces you to the language's hidden power. The book's first section explores the inner workings of many Java mechanisms, including representation of data types in memory, argument passing, and the implementation of strings and arrays. The author also investigates niceties of threading models and garbage collection as implemented on different Java platforms.A large group of undocumented classes (the sun.* packages) constitute what amounts to an undocumented Java application programming interface (API). The next large section of Java Secrets details these classes and how to use them safely. Although these classes ostensibly exist to support the Java environment, you'll learn how to use many of their interfaces for a variety of tasks including layout management; FTP, HTTP, mail, and news communication; data encoding; and character conversion. A final big chunk of the book is devoted to techniques for adding platform-dependent features to Java applications. This is a controversial subject for a supposedly platform-independent programming system, but the author provides a balanced assessment of the benefits and drawbacks.All in all, this is one of the most interesting, unusual, and engagingly written books on Java programming we've seen. It's hard to imagine a serious Java programmer who wouldn't find it well worth his or her time.

http://depositfiles.com/files/652571

http://rapidshare.com/files/18365220/0764580078.rar

http://ebook.icefile.org/index.php?page=main&id=89aaa357&name=0764580078.rar

http://depositfiles.com/files/652571


http://rapidshare.com/files/18365220/0764580078.rar

Special Edition Using Java 2 Standard Edition

Special Edition Using Java 2 Standard EditionQue ISBN: 0789724685 1152 pages December 27, 2000 CHMSpecial Edition Using Java 2 Standard Edition specifically covers only the Standard Edition of version 1.3 of the Java Software Development Kit (SDK). It begins with a series of quick refreshers for Object-oriented programming and Java fundamentals, including applet programming and threads, to ensure that readers are up to speed. The book then moves to intermediate Java features including user interface design with Java Foundation Classes (JFC) and Abstract Windows Toolkit (AWT), data structures and Java utilities, containers and layout managers, and creating images. Later chapters cover advanced topics including Internationalization & creating JAR archive files. Useful appendices offer further Java resources & SDK tool information. Throughout the book, the authors focus on Java 2 Standard Edition SDK version 1.3 changes, including the newest HotSpot compiler, which offers increased performance, faster start-up and smaller memory usage, among other improvements.

http://ebook.icefile.org/index.php?page=main&id=0d584414&name=0789724685.rar

http://rapidshare.com/files/15844196/0789724685.rar

http://depositfiles.com/files/612010

Java(TM) Programming Language, The (4th Edition)

Java(TM) Programming Language, The (4th Edition)Prentice Hall PTR; 4 edition ISBN: 0321349806 928 pages August 17, 2005 CHMDirect from the creators of the Java™ programming language, the completely revised fourth edition of The Java™ Programming Language is an indispensable resource for novice and advanced programmers alike. Developers around the world have used previous editions to quickly gain a deep understanding of the Java programming language, its design goals, and how to use it most effectively in real-world development. Now, Ken Arnold, James Gosling, and David Holmes have updated this classic to reflect the major enhancements in Java™ 2 Standard Edition 5.0 (J2SE™ 5.0).The authors systematically cover most classes in Java’s main packages, java.lang.*, java.util, and java.io, presenting in-depth explanations of why these classes work as they do, with informative examples. Several new chapters and major sections have been added, and every chapter has been updated to reflect today’s best practices for building robust, efficient, and maintainable Java software.Key changes in this edition include* New chapters on generics, enums, and annotations, the most powerful new language features introduced in J2SE 5.0* Changes to classes and methods throughout to reflect the addition of generics * Major new sections on assertions and regular expressions* Coverage of all the new language features, from autoboxing and variable argument methods to the enhanced for-loop and covariant return types* Coverage of key new classes, such as Formatter and ScannerThe Java™ Programming Language, Fourth Edition, is the definitive tutorial introduction to the Java language and essential libraries and an indispensable reference for all programmers, including those with extensive experience. It brings together insights you can only get from the creators of Java: insights that will help you write software of exceptional quality.

http://depositfiles.com/files/644901

http://ebook.icefile.org/index.php?page=main&id=44b601133&name=0321349806.rar

http://rapidshare.com/files/18022021/tjpl.rar

XML and Java: Developing Web Applications

XML and Java: Developing Web ApplicationsAddison Wesley Publishing Company ISBN: 0201485435 386 pages May 10, 1999 CHMXML and Java(tm): Developing Web Applications is a tutorial that will teach Web developers, programmers, and system engineers how to create robust XML business applications for the Internet using the Java technology. The authors, a team of IBM XML experts, introduce the essentials of XML and Java development, from a review of basic concepts to thorough coverage of advanced techniques. Using a step-by-step approach, this book illustrates real-world implications of XML and Java technologies as they apply to Web applications. Readers should have a basic understanding of XML as well as experience in writing simple Java programs.XML and Java enables you to: * Develop Web business applications using XML and Java through real-world examples and code * Quickly obtain XML programming skills * Become familiar with Document Object Models (DOM) and the Simple API for XML (SAX) * Understand the Electronic Document Interchange (EDI) system design using XML and Document Type Definition (DTD), including * coverage on automating business-to-business message exchange * Leverage JavaBean components * Learn a hands-on, practical orientation to XML and Java XML has strong support from industry giants such as IBM, Sun, Microsoft, and Netscape. Java, with its "write once, run anywhere" capabilities, is a natural companion to XML for building the revolutionary Internet applications described in this book. XML and Java demonstrates how developers can harness the power of these technologies to develop effective Web applications. If you want to learn Java-based solutions for implementing key XML features--including parsing, document generation, object tree manipulation, and document processing--there is no better resource than this book.

http://ebook.icefile.org/index.php?page=main&id=d9174019&name=0201485435.rar

http://rapidshare.com/files/14368715/0201485435.rar

http://depositfiles.com/files/FRHTNR

http://www.filefactory.com/TGUYT