Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
  • 1
    Book
    Book
    Frankfurt am Main :entwickler press,
    UID:
    almahu_BV040195897
    Format: 285 S. : , Ill., graph. Darst.
    ISBN: 3-86802-077-2 , 978-3-86802-077-9
    Language: German
    Subjects: Computer Science
    RVK:
    Keywords: Java EE 6
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Book
    Book
    Frankfurt am Main : entwickler press
    UID:
    b3kat_BV040195897
    Format: 285 S. , Ill., graph. Darst.
    ISBN: 3868020772 , 9783868020779
    Language: German
    Subjects: Computer Science
    RVK:
    Keywords: Java EE 6
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Book
    Book
    Beijing [u.a.] :O'Reilly,
    UID:
    almahu_BV040777838
    Format: X, 196 S. ; , 18 cm.
    Edition: 1. Aufl
    ISBN: 3-86899-958-2 , 978-3-86899-958-7
    Series Statement: O'Reillys Taschenbibliothek
    Uniform Title: Java EE & pocket guide
    Note: Literaturangaben
    Language: German
    Subjects: Computer Science
    RVK:
    Keywords: Java EE 6
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    UID:
    almahu_9949657670402882
    Format: XV, 294 p. 46 illus. , online resource.
    Edition: 1st ed. 2024.
    ISBN: 9781484295717
    Content: Learn everything you need to know about frameworks that help developers to integrate their solutions with social networks or APIs, from general purpose (Facebook, Twitter, Google, Mastodon) to specialized (LinkedIn, Xing, WhatsApp, YouTube, Instagram, Flickr, TikTok) to vertical (eToro, Fitbit, Strava). This book will teach you how to add social media features to web applications or services developed using Java, Jakarta EE, or generally running on a Java Virtual Machine (JVM). Jam-packed with practical examples of social integration into enterprise applications, you'll learn how to address common requirements such as social login, identity federation, single sign-on via social accounts, OpenID Connect, and mashups. You'll also see how to leverage Java social frameworks like Facebook Business SDK, Twitter4J, Agorava, Keycloak, and Spring Security. Enterprise Social for the Java Platform is an excellent companion to books covering Jakarta EE Security, Spring Security, portals, and related frameworks. Upon completing it, you'll be armed with the expertise you need to integrate your own Java enterprise applications with social media networks. You will: Harness the reach and power of social media platforms by integrating your enterprise Java applications with them Understand social media standards for different platforms Address common security issues.
    Note: Chapter 1: Introduction -- Chapter 2: SocialUse Cases -- Chapter 3: Standardization -- Chapter 4: Social Security -- Chapter 5: Security Frameworks -- Chapter 6: Social Frameworks -- Chapter 7: Social Portals -- Appendix A: References.
    In: Springer Nature eBook
    Additional Edition: Printed edition: ISBN 9781484295700
    Additional Edition: Printed edition: ISBN 9781484295724
    Language: English
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    UID:
    almahu_9949710269302882
    Format: XX, 504 p. 193 illus. , online resource.
    Edition: 2nd ed. 2024.
    ISBN: 9798868801136
    Content: Solve all your Spring Boot 3 micro-framework problems using complete, real-world Java-based code snippets and examples inspired by various problems and corresponding solutions to those problems . When you start a new project, you'll be able to copy the code and configuration files from this book, and then modify them for your own specific software programming needs. This can save you a great deal of work over creating a project from scratch. Spring Boot 3 Recipes has been revised to include new features like the new Spring Native, newly repackaged Spring Data, Spring Kafka for messaging and more on Kubernetes/deployment than in the previous edition. It includes Java 17 long term support code and Jakarta EE 9+ code as a base for Spring Boot 3. This handy code reference takes advantage of these things as it introduces you to VMWare's Spring Boot 3 and Spring Native. Quickly, it dives into code snippets on how to apply and integrate Spring Boot 3 with the Spring MVC web framework, web sockets and WebFlux for the rapid development of web applications, web services, microservices and more. You'll also get solutions to common problems with data persistence, integrating Spring Boot with batch processing, algorithmic programming via Spring Batch, and much more. These enable you to enhance or round out your web applications or microservices with a data and/or transaction-tier to boot. Other recipes cover topics such as using and integrating Boot with Spring's enterprise services, Spring Integration, testing, monitoring and more. At the end of the book, you'll have the code packages to deploy your Spring Boot-created microservices or applications on a cloud platform like Amazon using the popular Kubernetes container. Finally, this code reference is a must have for your Spring library. What You'll Learn Get reusable code recipes and snippets for the Spring Boot 3 micro-framework Discover how Spring Boot 3 integrates with other Spring APIs, tools, and frameworks Access Spring MVC, web sockets and WebFlux for easier web development Work with microservices for web services development and integration with your Spring Boot applications Add persistence and a data tier seamlessly to make your Spring Boot web application do more Integrate enterprise services via Spring Integration and Jakarta EE to create a more complex Java application using Spring Boot.
    Note: 1. Spring Boot Introduction -- 2. Spring Boot - Basics -- 3. Spring MVC -- 4. WebFlux -- 5. Spring Security -- 6.Spring Boot - Data Access -- 7. Java Enterprise Services -- 8. Spring Messaging -- 9. Spring Boot - Actuator -- 10.Spring Boot - Packing.
    In: Springer Nature eBook
    Additional Edition: Printed edition: ISBN 9798868801129
    Additional Edition: Printed edition: ISBN 9798868801143
    Language: English
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    UID:
    almahu_9949710270602882
    Format: XV, 425 p. 29 illus. , online resource.
    Edition: 2nd ed. 2024.
    ISBN: 9781484298336
    Content: This book will teach you how to use the Spring Framework to build Java-based applications, web applications, and microservices. Aimed at beginners, it has been revised and expanded to reflect the latest features and best practices for Spring 6. Authors Joseph Ottinger and Andrew Lombardi will get you started using Spring Framework 6 and its ecosystem, walking you through all the best practices in modern application development. You'll see how Spring has drastically and positively affected the way applications are designed and programmed in Java, and how to build apps with the Spring mindset. Along the way, you will learn many aspects of the Spring ecosystem with easy-to-understand applications designed to teach you not only the technology, but also the practices that benefit the most from Spring. Starting with the basics, you'll learn gradually, including topics such as the configuration and declaration of beans, the application lifecycle, how to deploy a Spring application into a Java EE application, Spring Reactive, Spring Web, Spring Boot, and Spring Cloud. After completing this book, you'll be prepared to develop your own scalable, modular Spring-based applications. You will: Discover the most common use cases encountered in the real world Learn the proper way of testing with the Spring framework Create reliable, modular software Build skills that will translate well across all languages and environments Integrate and use data access and persistence frameworks such as Hibernate, JPA, and MongoDB Get started with the most common, most-used Spring features.
    Note: 1. History and Justification -- 2. Hello, World! -- 3. Configuration and Declaration of Beans -- 4. Lifecycle -- 5. Spring and Jakarta EE -- 6. Spring Web -- 7. Spring Boot -- 8. Spring Data Access with Jdbc Template -- 9. Persistence with Spring and Spring Data -- 10. Spring Security -- 11. Spring Batch and Modulith -- 12. Next Steps.
    In: Springer Nature eBook
    Additional Edition: Printed edition: ISBN 9781484298329
    Additional Edition: Printed edition: ISBN 9781484298343
    Language: English
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    UID:
    almahu_BV022253794
    Format: 1327 S. : , Ill. , 1 DVD (12 cm)
    Edition: 5. Aufl.
    ISBN: 978-3-8273-2373-6 , 3-8273-2373-8
    Series Statement: Programmer's Choice
    Note: auf DVD: [alle Beispiele aus dem Buch, die HTML-Ausgabe ; Java 6 SDK und Eclipse 3.3 ; ausgewählte Video-Trainings ; eBook "Masterclass Java EE 5"]
    Language: German
    Subjects: Computer Science
    RVK:
    Keywords: Java Standard Edition 6 ; Java ; Java 2 Standard Edition 5.0 ; JDK 1.4 ; Java Standard Edition 7
    Author information: Krüger, Guido
    Author information: Stark, Thomas
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    UID:
    almahu_9949195710402882
    Format: 1 online resource (XV, 184 p.)
    ISBN: 9783110500325 , 9783110750720
    Series Statement: De Gruyter Textbook
    Content: Today, web applications are the most important type of software applications. This textbook shows how to design and implement them, using a model-based engineering approach that covers general information management concepts and techniques and the two most relevant technology platforms: JavaScript and Java. The book provides an in-depth tutorial for theory-underpinned and example-based learning by doing it yourself, supported by quiz questions and practice projects. Volume 1 provides an introduction to web technologies and model-based web application engineering, discussing the information management concepts of constraint-based data validation, enumerations and special datatypes. Volume 2 discusses the advanced information management concepts of associations and inheritance in class hierarchies. Web apps are designed using UML class diagrams and implemented with two technologies: JavaScript for front-end (and distributed NodeJS) apps, and Java (with JPA and JSF) for back-end apps. The six example apps discussed in the book can be run, and their source code downloaded, from the book's website.
    Note: Frontmatter -- , Foreword -- , Contents -- , List of Figures -- , List of Tables -- , Part I: Associations -- , Introduction -- , 1 Reference Properties and Unidirectional Associations -- , 2 Implementing Unidirectional Functional Associations with Plain JS -- , 3 Implementing Unidirectional Non-Functional Associations with Plain JS -- , 4 Implementing Unidirectional Functional Associations with Java EE -- , 5 Unidirectional Non-Functional Associations with Java EE -- , 6 Unidirectional Associations Practice Projects -- , 7 Bidirectional Associations -- , 8 Implementing Bidirectional Associations with Plain JS -- , 9 Implementing Bidirectional Associations with Java EE -- , 10 Special Topics on Associations -- , 11 Bidirectional Associations Practice Projects -- , Part II: Inheritance in Class Hierarchies -- , Introduction -- , 12 Subtyping and Inheritance -- , 13 Subtyping with Plain JS -- , 14 Subtyping with Java EE -- , 15 Subtyping Practice Projects -- , Glossary -- , Index , Mode of access: Internet via World Wide Web. , In English.
    In: DG Ebook Package English 2021, De Gruyter, 9783110750720
    In: DG OWV ebook Paket Lehrbücher Technik und Informatik 2021, De Gruyter, 9783110753981
    In: DG Plus DeG Package 2021 Part 1, De Gruyter, 9783110750706
    In: EBOOK PACKAGE COMPLETE 2021 English, De Gruyter, 9783110754001
    In: EBOOK PACKAGE COMPLETE 2021, De Gruyter, 9783110753776
    In: EBOOK PACKAGE Engineering, Computer Sciences 2021 English, De Gruyter, 9783110754070
    In: EBOOK PACKAGE Engineering, Computer Sciences 2021, De Gruyter, 9783110753837
    Additional Edition: ISBN 9783110497564
    Additional Edition: ISBN 9783110500240
    Language: English
    Subjects: Computer Science
    RVK:
    URL: Cover
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    UID:
    almahu_9948254137602882
    Format: XIII, 91 p. 68 illus. , online resource.
    Edition: 1st ed. 2020.
    ISBN: 9781484256428
    Content: Discover the Jakarta EE Contexts and Dependency Injection (CDI 2.0) framework which helps you write better code through the use of well-defined enterprise Java-based components and beans (EJBs). If you have ever wanted to write clean Java EE code, this short book is your best guide for doing so: you will pick up valuable tips along the way from your author's years of experience teaching and coding. Introducing Jakarta EE CDI covers CDI 2.0 in detail and equips you with the theoretical underpinnings of Java EE, now Jakarta EE. This book is packed with so much that by the end of it, you will feel confident to use your new-found knowledge to help you write better, readable, maintainable, and long-lived mission-critical software. You will: Write better code with the Jakarta EE Contexts and Dependency Injection (CDI) framework Work with the powerful, extensible, and well-defined contextual life cycle for components Use CDI's mechanism for decoupling application components through a typesafe event API Build typesafe interceptors for altering the behaviour of components at runtime Harness the well-defined qualifier system for easy isolation of beans Convert almost any valid Java type to a CDI managed bean with CDI's producer mechanism.
    Note: Chapter 1: What is Java EE? -- Chapter 2: What is a Java Specification Request (JSR)? -- Chapter 3: What is a Reference Implementation? -- Chapter 4: What is an Application Server? -- Chapter 5: What is Jakarta EE? -- Chapter 6: Why Jakarta EE? -- Chapter 7: Jakarta EE And the Spring Framework -- Chapter 8:The Contexts and Dependency Injection (CDI) API -- Chapter 9: CDI Stereotypes -- Chapter 10: The CDI Ecosystem -- Afterword.
    In: Springer eBooks
    Additional Edition: Printed edition: ISBN 9781484256411
    Additional Edition: Printed edition: ISBN 9781484256435
    Language: English
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    UID:
    almahu_9948170546902882
    Format: XX, 444 p. 56 illus. , online resource.
    Edition: 1st ed. 2019.
    ISBN: 9781484250792
    Content: Build Java-based enterprise applications using the open source Eclipse Jakarta EE platform. This feature-packed book teaches you enterprise Java development top to bottom. It covers Java web-tier development using servlets, JavaServer Faces (JSF), RESTful applications, and JSON. You’ll also cover Java data-tier development using persistence and transaction handling, messaging services, remote procedure calls, concurrency, and security to round out a complete Java-based enterprise application. Step by step and easy to follow, Beginning Jakarta EE includes many practical examples. Written by a Java expert and technical trainer, this book contains the best information possible on enterprise Java technologies. You’ll see that Jakarta EE is the next evolution of Java EE 8 and how it is one of the leading Java platforms for enterprise application development. You will: Build enterprise Java applications using Jakarta EE Set up your development environment Create page-flow web applications with JSF Write single-page web applications with REST and JSON Persist data using JPA in Jakarta EE Build enterprise Java modules using EJBs and CDI Work with transaction engines using JTA Secure, log, and monitor your Jakarta EE applications .
    Note: Chapter 1: Java Development, Enterprise Needs -- Chapter 2: Getting a Jakarta EE Server to Work -- Chapter 3: Setting up an IDE -- Chapter 4: Building Page-Flow Web Applications With JSF -- Chapter 5: Building Single-Page Web Applications With REST And JSON -- Chapter 6: Adding a Database With JPA -- Chapter 7: Modularization with EJBs -- Chapter 8: Dealing With XML Data -- Chapter 9: Messaging With JMS -- Chapter 10: Maintaining State Consistency With JTA Transactions -- Chapter 11: Securing Jakarta EE Applications -- Chapter 12: Deployment Artifacts -- Chapter 13: Logging Jakarta EE Applications -- Chapter 14: Monitoring Jakarta EE Applications -- Appendix A.
    In: Springer eBooks
    Additional Edition: Printed edition: ISBN 9781484250785
    Additional Edition: Printed edition: ISBN 9781484250808
    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