Ergebnisse für *

Es wurden 4 Ergebnisse gefunden.

Zeige Ergebnisse 1 bis 4 von 4.

Sortieren

  1. Java EE 7 Development with WildFly
    Autor*in: Cmil, Michal
    Erschienen: 2014
    Verlag:  Packt Publishing

  2. Java EE 5 development using GlassFish Application Server
    the complete guide to installing and configuring the GlassFish Application Server and developing Java EE 5 applications to be deployed to this server
    Erschienen: 2007
    Verlag:  Packt Pub., Birmingham

    Ostbayerische Technische Hochschule Amberg-Weiden, Hochschulbibliothek Amberg
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Ostbayerische Technische Hochschule Amberg-Weiden, Hochschulbibliothek, Standort Weiden
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
  3. Java 7 concurrency cookbook
    Erschienen: 2012
    Verlag:  Packt Pub., Birmingham

    Ostbayerische Technische Hochschule Amberg-Weiden, Hochschulbibliothek Amberg
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Ostbayerische Technische Hochschule Amberg-Weiden, Hochschulbibliothek, Standort Weiden
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781849687898; 1849687897; 9781849687881; 1849687889
    Schlagworte: Java (Computer program language); Java Standard Edition 7; COMPUTERS / Programming Languages / C♯; COMPUTERS / Programming Languages / Java; COMPUTERS / Programming Languages / Pascal; Java (Computer program language); Java (Computer program language)
    Umfang: 1 Online-Ressource
    Bemerkung(en):

    Getting ready

    Java 7 Concurrency Cookbook; Java 7 Concurrency Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Thread Management; Introduction; Creating and running a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also

    Getting and setting thread informationGetting ready; How to do it ... ; How it works ... ; There's more ... ; See Also; Interrupting a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Controlling the interruption of a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Sleeping and resuming a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Waiting for the finalization of a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Creating and running a daemon thread; Getting ready; How to do it ..

    How it works ... There's more ... ; Processing uncontrolled exceptions in a thread; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using local thread variables; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Grouping threads into a group; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Processing uncontrolled exceptions in a group of threads; Getting ready; How to do it ... ; How it works ... ; See also; Creating threads through a factory; Getting ready; How to do it ... ; How it works ... ; See also; 2. Basic Thread Synchronization

    IntroductionSynchronizing a method; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Arranging independent attributes in synchronized classes; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using conditions in synchronized code; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Synchronizing a block of code with a Lock; Getting Ready ... ; How to do it ... ; How it works ... ; There's more ... ; More Info; See also; Synchronizing data access with read/write locks; Getting Ready ... ; How to do it ... ; How it works ... ; See also

    Modifying Lock fairnessGetting Ready ... ; How to do it ... ; How it works ... ; There's more ... ; See also; Using multiple conditions in a Lock; Getting Ready ... ; How to do it ... ; How it works ... ; There's more ... ; See also; 3. Thread Synchronization Utilities; Introduction; Controlling concurrent access to a resource; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Fairness in semaphores; See also; Controlling concurrent access to multiple copies of a resource; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Waiting for multiple concurrent events

    ""Java 7 Concurrency Cookbook"" is a practical Cookbook packed with real-world solutions. Intermediate?advanced level Java developers will learn from task-based recipes to use Java?s concurrent API to program thread safe solutions. If you are a Java developer who wants to take your knowledge of concurrent programming and multithreading further, as well as discover the new concurrency features of Java 7, then ""Java 7 Concurrency Cookbook"" is for you

  4. Java for dummies
    Erschienen: c2007
    Verlag:  Wiley Pub. Co., Hoboken, NJ

    Ostbayerische Technische Hochschule Amberg-Weiden, Hochschulbibliothek Amberg
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Ostbayerische Technische Hochschule Amberg-Weiden, Hochschulbibliothek, Standort Weiden
    uneingeschränkte Fernleihe, Kopie und Ausleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9780470119747; 0470119748; 9780470087169; 0470087161
    Auflage/Ausgabe: 4th ed
    Schriftenreihe: --For dummies
    Schlagworte: COMPUTERS / Programming Languages / C♯; COMPUTERS / Programming Languages / Java; COMPUTERS / Programming Languages / Pascal; Java (Computer program language); Java (Computer program language); Java (Computer program language); Java (Computer program language); Java Standard Edition 7; Java <Programmiersprache>; Java Standard Edition 8; Java Standard Edition 9
    Umfang: 1 Online-Ressource (xviii, 360 p.)
    Bemerkung(en):

    Includes index

    Overview of Java 6 and beginning programming

    Ch. 1. All about Java -- Ch. 2. Running canned Java programs -- Ch. 3. Using the basic building blocks -- Ch. 4. Making the most of variables and their values -- Ch. 5. Controlling program flow with decision-making statements -- Ch. 6. Controlling program flow with loops -- Ch. 7. Thinking in terms of classes and objects -- Ch. 8. Saving time and money : reusing existing code -- Ch. 9. Constructing new objects -- Ch. 10. Putting variables and methods where they belong -- Ch. 11. Using arrays and collections to juggle values -- Ch. 12. Looking good when things take unexpected turns -- Ch. 13. Ten ways to avoid mistakes -- Ch. 14. Ten sets of Web resources for Java