feed icon rss

Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Online Resource  (5)
  • HTW Berlin  (5)
  • SB Beeskow
  • Abraham Geiger Kolleg
  • Heinrich-Mann-Bibl. Strausberg
  • SB Perleberg
  • BTU Cottbus
  • Hertie School
  • Stadtmuseum Berlin
  • Kammergericht
  • TH Brandenburg
  • Landeshauptarchiv Brandenburg
  • GB Hohenleipisch
  • GB Neuhardenberg
  • GB Schipkau
  • SB Fehrbellin
  • Davis, Adam L.
Type of Medium
  • Online Resource  (5)
Language
Region
Library
  • HTW Berlin  (5)
  • SB Beeskow
  • Abraham Geiger Kolleg
  • Heinrich-Mann-Bibl. Strausberg
  • SB Perleberg
  • +
Years
Subjects(RVK)
Access
  • 1
    UID:
    almahu_9948582025402882
    Format: XV, 253 p. 43 illus. , online resource.
    Edition: 1st ed. 2020.
    ISBN: 9781484261446
    Content: Quickly gain the insight necessary to address a multitude of Java-based Spring Framework and Spring Boot coding challenges using this succinct reference guide. Short, focused code examples will help you master many of the Spring elements such as AOP, data access, MVC for web development, security, web services/REST for microservices development, Batch for large data sets, and more. You'll also get a rundown of the increasingly popular Spring Boot microframework as well. You won't find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point, and highly accessible. The book is packed with useful information and is a must-have for any Java programmer. You will: Discover the Spring Framework and its many sub-projects Work with the Spring Boot microframework Program with the Spring Boot framework to build Java-based microservices, native cloud applications, and more Use some of the lesser-known but still important frameworks and tools such as REST Docs, HATEOAS, Cloud, and more Leverage these Spring frameworks and tools for building your next Java-based cloud application.
    Note: 1. Introduction -- 2. Overview -- 3. Dependency Injection -- 4. XML Configuration -- 5. Spring AOP -- 6. Spring Data -- 7. Spring MVC -- 8. Spring Mobile -- 9. Spring Security -- 10. Spring Web Services -- 11. Spring REST -- 12. Reactor -- 13. Spring Integration -- 14. Spring Batch -- 15. Spring Boot -- 16. Spring Boot Actuator -- 17. Spring WebFlux -- 18. Spring Cloud.
    In: Springer Nature eBook
    Additional Edition: Printed edition: ISBN 9781484261439
    Additional Edition: Printed edition: ISBN 9781484261453
    Language: English
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    UID:
    b3kat_BV046404213
    Format: 1 Online-Ressource (xvii, 193 Seiten) , 59 Illustrationen
    Edition: Second edition
    ISBN: 9781484255698
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-1-4842-5568-1
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-1-4842-5570-4
    Language: English
    Keywords: Java ; JavaScript ; Scala ; Groovy ; Webentwicklung ; Programmierung
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    UID:
    almahu_9948104817902882
    Format: XIV, 139 p. 18 illus. , online resource.
    ISBN: 9781484241769
    Content: Get an easy introduction to reactive streams in Java to handle concurrency, data streams, and the propagation of change in today's applications. This compact book includes in-depth introductions to RxJava, Akka Streams, and Reactor, and integrates the latest related features from Java 9 and 11, as well as reactive streams programming with the Android SDK. Reactive Streams in Java explains how to manage the exchange of stream data across an asynchronous boundary—passing elements on to another thread or thread-pool—while ensuring that the receiving side is not forced to buffer arbitrary amounts of data which can reduce application efficiency. After reading and using this book, you'll be proficient in programming reactive streams for Java in order to optimize application performance, and improve memory management and data exchanges. You will: Discover reactive streams and how to use them Work with the latest features in Java 9 and Java 11 Apply reactive streams using RxJava Program using Akka Streams Carry out reactive streams programming in Android.
    Note: 1. Introduction to Reactive Streams -- 2. Existing Models of Concurrency in Java -- 3. Common Concepts -- 4. RxJava -- 5. Reactor -- 6. Akka Streams -- 7. Android -- 8. Spring Boot -- 9. Akka HTTP and Akka Streams -- 10. Conclusions -- Appendix A.
    In: Springer eBooks
    Additional Edition: Printed edition: ISBN 9781484241752
    Additional Edition: Printed edition: ISBN 9781484241776
    Additional Edition: Printed edition: ISBN 9781484246023
    Language: English
    Subjects: Computer Science
    RVK:
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    Berkeley, CA :Apress :
    UID:
    almahu_9948170542802882
    Format: XIX, 159 p. 59 illus. , online resource.
    Edition: 2nd ed. 2019.
    ISBN: 9781484250587
    Content: Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language, including what's new in Groovy version 3.0. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK). You'll also learn more advanced aspects of Groovy, such as using Groovy design patterns, writing DSLs in Groovy, and taking advantage of Groovy's functional programming features. Also, Learning Groovy 3 has been updated to Groovy 3.0 to include the new Parrot parser which was extended to support additional syntax options and language features. It also includes coverage of Groovydoc, which allows you to embed Groovydoc comments in various ways. And, this book covers how Groovy supports Java type annotations and more. There is more to Groovy than the core language, so Learning Groovy 3, Second Edition covers the extended Groovy ecosystem. You'll see how to harness Gradle (Groovy's build system), Grails (Groovy's web application framework), Spock (Groovy's testing framework), and Ratpack (Groovy's reactive web library). You will: Grasp Groovy fundamentals, including the GDK Master advanced Groovy, such as writing Groovy DSLs Discover functional programming in Groovy Work with GPars, the built-in concurrency library Use Gradle, the build system Master Grails, the web application framework Work with Spock, the testing framework Harness Ratpack, the reactive web library.
    Note: Part I. Getting Groovy -- 1. Software to Install -- 2. Groovy 101 -- 3. Tools -- 4. GDK -- 5. Coming from Java -- Part II. Advanced Groovy -- 6. Groovy Design Patterns -- 7. DSLs -- 8. Traits -- 9. Functional Programming -- 10. Groovy GPars -- Part III. The Groovy Ecosystem -- 11. Groovy Awesomeness -- 12. Gradle -- 13. Grails -- 14. Spock -- 15. Ratpack.
    In: Springer eBooks
    Additional Edition: Printed edition: ISBN 9781484250570
    Additional Edition: Printed edition: ISBN 9781484250594
    Language: English
    Subjects: Computer Science
    RVK:
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    UID:
    b3kat_BV047831931
    Format: 1 Online-Ressource (XXXIV, 999 p. 132 illus)
    Edition: 3rd ed. 2022
    ISBN: 9781484273074
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-1-4842-7306-7
    Additional Edition: Erscheint auch als Druck-Ausgabe ISBN 978-1-4842-7308-1
    Language: English
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. Further information can be found on the KOBV privacy pages