Narrow Search
Last searches

Results for *

Displaying results 1 to 4 of 4.

  1. Head first design patterns
    Published: 2004
    Publisher:  O'Reilly, Beijing [u.a.]

    Technische Hochschule Augsburg
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek Augsburg
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek Bamberg
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek Bayreuth
    Unlimited inter-library loan, copies and loan
    Bayerisches Landesamt für Statistik, Bibliothek
    Unlimited inter-library loan, copies and loan
    Hochschule für Angewandte Wissenschaften Hof - Hochschule Hof, Bibliothek
    Unlimited inter-library loan, copies and loan
    Hochschulbibliothek Ingolstadt
    Unlimited inter-library loan, copies and loan
    Hochschule München, Bibliothek
    Unlimited inter-library loan, copies and loan
    Landesamt für Digitalisierung, Breitband und Vermessung, Bibliothek
    No inter-library loan
    Technische Universität München, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan
    Technische Universität München, Universitätsbibliothek, Teilbibliotheken Garching
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek der LMU München
    Unlimited inter-library loan, copies and loan
    OTH- Ostbayerische Technische Hochschule Regensburg, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Technische Hochschule Würzburg-Schweinfurt Bibliothek
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek Würzburg
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Language: English
    Media type: Book
    ISBN: 0596007124; 9780596007126
    RVK Categories: ST 230 ; ST 231 ; ST 306
    DDC Categories: 004
    Edition: 1. ed.
    Subjects: Computer software; Java (Computer program language); Java Standard Edition 8; Informationstechnik; Entwurfsmuster
    Scope: XXXVI, 638 S., Ill., graph. Darst.
    Notes:

    Hier auch später erschienene, unveränderte Nachdrucke

  2. Head first design patterns
    Published: 2004
    Publisher:  O'Reilly, Beijing [u.a.]

    Berliner Hochschule für Technik, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Freie Universität Berlin, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan
    Hochschule für Technik und Wirtschaft Berlin, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Hochschule für Wirtschaft und Recht, Hochschulbibliothek, Campus Schöneberg
    Unlimited inter-library loan, copies and loan
    TU Berlin, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan
    Brandenburgische Technische Universität Cottbus - Senftenberg, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan
    Technische Hochschule Wildau, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Source: Philologische Bibliothek, FU Berlin
    Language: English
    Media type: Book
    ISBN: 0596007124; 9780596007126
    RVK Categories: ST 230 ; ST 231 ; ST 306
    DDC Categories: 004
    Edition: 1. ed.
    Subjects: Computer software; Java (Computer program language); Java Standard Edition 8; Informationstechnik; Entwurfsmuster
    Scope: XXXVI, 638 S., Ill., graph. Darst.
    Notes:

    Hier auch später erschienene, unveränderte Nachdrucke

  3. Expert One-on-One J2EE Development without EJB
    J2EE Development without EJB
    Author: Johnson, Rod
    Published: 2004; ©2004.
    Publisher:  John Wiley & Sons, Incorporated, Hoboken

    What is this book about? Expert One-on-One J2EE Development without EJB shows Java developers and architects how to build robust J2EE applications without having to use Enterprise JavaBeans (EJB). This practical, code-intensive guide provides best... more

    Universitätsbibliothek Erfurt / Forschungsbibliothek Gotha, Universitätsbibliothek Erfurt
    No inter-library loan
    Universitäts- und Landesbibliothek Sachsen-Anhalt / Zentrale
    No inter-library loan
    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    No inter-library loan
    Universitätsbibliothek Kiel, Zentralbibliothek
    No inter-library loan
    Deutsches Zentrum für Luft- und Raumfahrt, DLR-Bibliothek
    No inter-library loan
    Hochschulbibliothek Friedensau
    Online-Ressource
    No inter-library loan
    Kommunikations-, Informations- und Medienzentrum der Universität Hohenheim
    No loan of volumes, only paper copies will be sent

     

    What is this book about? Expert One-on-One J2EE Development without EJB shows Java developers and architects how to build robust J2EE applications without having to use Enterprise JavaBeans (EJB). This practical, code-intensive guide provides best practices for using simpler and more effective methods and tools, including JavaServer pages, servlets, and lightweight frameworks. What does this book cover? The book begins by examining the limits of EJB technology - what it does well and not so well. Then the authors guide you through alternatives to EJB that you can use to create higher quality applications faster and at lower cost - both agile methods as well as new classes of tools that have evolved over the past few years. They then dive into the details, showing solutions based on the lightweight framework they pioneered on SourceForge - one of the most innovative open source communities. They demonstrate how to leverage practical techniques and tools, including the popular open source Spring Framework and Hibernate. This book also guides you through productive solutions to core problems, such as transaction management, persistence, remoting, and Web tier design. You will examine how these alternatives affect testing, performance, and scalability, and discover how lightweight architectures can slash time and effort on many projects. What will you learn from this book? Here are some details on what you'll find in this book: How to find the simplest and most maintainable architecture for your application Effective transaction management without EJB How to solve common problems in enterprise software development using AOP and Inversion of Control Web tier design and the place of the Web tier in a well-designed J2EE application Effective data access techniques for J2EE applications with JDBC, Hibernate, and JDO How to leverage open source products Intro -- Expert One-on-One Development without EJB -- About the Authors -- Contents -- Introduction -- Who This Book Is For -- Aims of This Book -- What This Book Covers -- Assumed Knowledge -- Recommended Reading -- What You Need to Use This Book -- The Sample Application -- Conventions -- Errata -- p2p. wrox. com -- Chapter 1: Why " J2EE Without EJB"? -- EJB Under the Spotlight -- What's Left of J2EE? -- J2EE at a Crossroads -- The Way Forward -- Should We Ever Use EJB? -- Summary -- Chapter 2: Goals -- Productivity -- OO -- The Importance of Business Requirements -- The Importance of an Empirical Process -- Summary -- Chapter 3: Architectures -- Architectural Building Blocks -- J2EE Architectures -- J2EE Architectures in Practice -- Deciding Whether an Application Needs an Application Server -- Summary -- Chapter 4: The Simplicity Dividend -- The Cost of Complexity -- Causes of Complexity in J2EE Applications -- How Much Complexity Is too Much Complexity? -- Summary -- Chapter 5: EJB, Five Years On -- Hype and Experience -- An Aging Component Model -- What Do We Really Want from EJB, or Why Stateless Session Beans Are So Popular -- What Don't We Want from EJB? -- Can EJB Reinvent Itself? -- Myths and Fallacies -- Moving Forward -- Summary -- Chapter 6: Lightweight Containers and Inversion of Control -- Lightweight Containers -- Managing Business Objects -- Inversion of Control -- Implications for Coding Style, Testing, and Development Process -- Applying Enterprise Services -- Summary -- Chapter 7: Introducing the Spring Framework -- History and Motivation -- A Layered Application Framework -- The Core Bean Factory -- Resource Setup -- The Spring Application Context -- Summary -- Chapter 8: Declarative Middleware Using AOP Concepts -- AOP 101 -- EJB as a Subset of AOP -- AOP Implementation Strategies -- AOP Implementations -- AOP Design Issues.

     

    Export to reference management software   RIS file
      BibTeX file
    Content information
    Volltext (lizenzpflichtig)
    Source: Union catalogues
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 9780764573903
    RVK Categories: ST 250
    Edition: 1st ed.
    Subjects: Computer software; Java (Computer program language); Computer software -- Development; Computer software ; Development; Java (Computer program language); Electronic books
    Scope: 1 online resource (578 pages)
    Notes:

    Description based on publisher supplied metadata and other sources

    Expert One-on-One Development without EJB; About the Authors; Contents; Introduction; Who This Book Is For; Aims of This Book; What This Book Covers; Assumed Knowledge; Recommended Reading; What You Need to Use This Book; The Sample Application; Conventions; Errata; p2p. wrox. com; Chapter 1: Why " J2EE Without EJB"?; EJB Under the Spotlight; What's Left of J2EE?; J2EE at a Crossroads; The Way Forward; Should We Ever Use EJB?; Summary; Chapter 2: Goals; Productivity; OO; The Importance of Business Requirements; The Importance of an Empirical Process; Summary; Chapter 3: Architectures

    Architectural Building BlocksJ2EE Architectures; J2EE Architectures in Practice; Deciding Whether an Application Needs an Application Server; Summary; Chapter 4: The Simplicity Dividend; The Cost of Complexity; Causes of Complexity in J2EE Applications; How Much Complexity Is too Much Complexity?; Summary; Chapter 5: EJB, Five Years On; Hype and Experience; An Aging Component Model; What Do We Really Want from EJB, or Why Stateless Session Beans Are So Popular; What Don't We Want from EJB?; Can EJB Reinvent Itself?; Myths and Fallacies; Moving Forward; Summary

    Chapter 6: Lightweight Containers and Inversion of ControlLightweight Containers; Managing Business Objects; Inversion of Control; Implications for Coding Style, Testing, and Development Process; Applying Enterprise Services; Summary; Chapter 7: Introducing the Spring Framework; History and Motivation; A Layered Application Framework; The Core Bean Factory; Resource Setup; The Spring Application Context; Summary; Chapter 8: Declarative Middleware Using AOP Concepts; AOP 101; EJB as a Subset of AOP; AOP Implementation Strategies; AOP Implementations; AOP Design Issues; J2EE a la carte

    AOP in Practice with SpringUsing Source-level Metadata to Provide an Abstraction above AOP; Implications for Programming Style; References; Summary; Chapter 9: Transaction Management; High-level Transaction Management; Classic J2EE Transaction Management; Lightweight Transaction Infrastructure; Transaction Management with the Spring Framework; Summary; Chapter 10: Persistence; Common Persistence Strategies; A Brief History of Java Persistence Technologies; Data Access Technologies in Practice; The Data Access Object Pattern; Data Access with the Spring Framework; Summary; Chapter 11: Remoting

    Classic J2SE Remoting: RMIClassic J2EE Remoting: EJB; WSDL-based Web Services: JAX-RPC; Lightweight Remoting: Hessian and Burlap; Summary; Chapter 12: Replacing Other EJB Services; Thread Management; EJB Instance Pooling; Alternatives to EJB Threading and Pooling; Declarative Security; JMS and Message-driven Beans; Summary; Chapter 13: Web Tier Design; Goals and Architectural Issues; Request-driven Web MVC Frameworks; Alternative Approaches to Web MVC; Summary; Chapter 14: Unit Testing and Testability; Why Testing Matters; Goals of Unit Testing; Ensuring Testability; Unit Testing Techniques

    Test-driven Development ( TDD)

  4. Head first design patterns /
    Published: 2004.
    Publisher:  O'Reilly,, Beijing [u.a.] :

    Berliner Hochschule für Technik, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Freie Universität Berlin, Universitätsbibliothek, Zentralbibliothek
    Unlimited inter-library loan, copies and loan
    Hochschule für Technik und Wirtschaft Berlin, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Hochschule für Wirtschaft und Recht, Hochschulbibliothek, Campus Schöneberg
    Unlimited inter-library loan, copies and loan
    TU Berlin, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan
    Brandenburgische Technische Universität Cottbus - Senftenberg, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan
    Technische Hochschule Wildau, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Source: Philologische Bibliothek, FU Berlin
    Contributor: Robson, Elisabeth
    Language: English
    Media type: Book
    Format: Print
    ISBN: 0-596-00712-4; 978-0-596-00712-6
    RVK Categories: ST 230 ; ST 231 ; ST 306
    Edition: 1. ed.
    Subjects: Computer software; Java (Computer program language); Entwurfsmuster; Java Standard Edition 8; Informationstechnik
    Scope: XXXVI, 638 S. :, Ill., graph. Darst.
    Notes:

    Hier auch später erschienene, unveränderte Nachdrucke