Spring 5 Design Patterns.:
Learn various design patterns and best practices in Spring 5 and use them to solve common design problems. About This Book Explore best practices for designing an application Manage your code easily with Spring's Dependency Injection pattern Understand the benefits that the right design pattern...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2017.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Learn various design patterns and best practices in Spring 5 and use them to solve common design problems. About This Book Explore best practices for designing an application Manage your code easily with Spring's Dependency Injection pattern Understand the benefits that the right design patterns can offer your toolkit Who This Book Is For This book is for developers who would like to use design patterns to address common problems while designing an app using the Spring Framework and Reactive Programming approach. A basic knowledge of the Spring Framework and Java is assumed. What You Will Learn Develop applications using dependency injection patterns Learn best practices to design enterprise applications Explore Aspect-Oriented Programming relating to transactions, security, and caching. Build web applications using traditional Spring MVC patterns Learn to configure Spring using XML, annotations, and Java. Implement caching to improve application performance. Understand concurrency and handle multiple connections inside a web server. Utilizing Reactive Programming Pattern to build Reactive web applications. In Detail Design patterns help speed up the development process by offering well tested and proven solutions to common problems. These patterns coupled with the Spring framework offer tremendous improvements in the development process. The book begins with an overview of Spring Framework 5.0 and design patterns. You will understand the Dependency Injection pattern, which is the main principle behind the decoupling process that Spring performs, thus making it easier to manage your code. You will learn how GoF patterns can be used in Application Design. You will then learn to use Proxy patterns in Aspect Oriented Programming and remoting. Moving on, you will understand the JDBC template patterns and their use in abstracting database access. Then, you will be introduced to MVC patterns to build Reactive web applications. Finally, you will move on to more advanced topics such as Reactive streams and Concurrency. At the end of this book, you will be well equipped to develop efficient enterprise applications using Spring 5 with common design patterns Style and approach The book takes a pragmatic approach, showing various design patterns and best-practice considerations, including the Reactive programming approach with the Spring 5 Framework and ways to solve common development and design problems for enterprise applications. Downloading the examp ... |
Beschreibung: | ""Common problems solved by the Bridge design pattern"" |
Beschreibung: | 1 online resource (388 pages) |
ISBN: | 1788299590 9781788299596 |
Internformat
MARC
LEADER | 00000cam a2200000 u 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1006391493 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n|---||||| | ||
008 | 171014s2017 enk o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d IDEBK |d CHVBK |d OCLCO |d IDB |d COO |d OCLCQ |d YDX |d NLE |d OCLCF |d OCLCQ |d LVT |d UKAHL |d CNCEN |d UKMGB |d OCLCQ |d N$T |d OCLCQ |d OCLCO |d K6U |d OCLCQ |d OCLCO |d OCLCQ | ||
015 | |a GBB7K0820 |2 bnb | ||
016 | 7 | |a 018568484 |2 Uk | |
019 | |a 1006298847 | ||
020 | |a 1788299590 | ||
020 | |a 9781788299596 |q (electronic bk.) | ||
035 | |a (OCoLC)1006391493 |z (OCoLC)1006298847 | ||
037 | |a 9781788299596 |b Packt Publishing Pvt. Ltd | ||
050 | 4 | |a T55.4-60.8 | |
082 | 7 | |a 005.713762 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Dinesh Rajput. | |
245 | 1 | 0 | |a Spring 5 Design Patterns. |
260 | |a Birmingham : |b Packt Publishing, |c 2017. | ||
300 | |a 1 online resource (388 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Dedication -- Table of Contents -- Preface -- Chapter 1: Getting Started with Spring Framework 5.0 and Design Patterns -- Introducing Spring Framework -- Simplifying application development using Spring and its pattern -- Using the power of the POJO pattern -- Injecting dependencies between POJOs -- How DI works and makes things easy for development and testing -- Using factory helper pattern for dependent components | |
505 | 8 | |a Using DI pattern for dependent componentsApplying aspects for cross cutting concerns -- How Spring AOP works -- Applying the template pattern to eliminate boilerplate code -- The Template Design pattern in Spring -- Using a Spring container to manage beans with the Factory pattern -- Bean factory -- Application contexts -- Creating a container with an application context -- Life of a bean in the container -- Spring modules -- Core Spring container -- Spring's AOP module -- Spring DAO -- data access and integration -- Spring's ORM -- Spring web MVC | |
505 | 8 | |a New features in Spring Framework 5.0Summary -- Chapter 2: Overview of GOF Design Patterns -- Core Design Patterns -- Introducing the power of design patterns -- Common GoF Design Pattern overview -- Creational design patterns -- Factory design pattern -- Implementing the Factory design pattern in Spring Framework -- Sample implementation of the Factory design pattern -- Abstract factory design pattern -- Common problems where you should apply the Abstract factory design pattern -- Implementing the Abstract factory design pattern in the Spring Framework | |
505 | 8 | |a Sample implementation of the Abstract Factory design patternSingleton design pattern -- Common problems where you should apply Singleton pattern -- Singleton design pattern implementation in the Spring Framework -- Sample implementation of the Singleton design pattern -- Prototype design pattern -- Benefits of the Prototype design pattern -- UML class structure -- Sample implementation of the Prototype design pattern -- Builder design pattern -- Benefits of the Builder pattern: -- UML class structure -- Implementing the Builder pattern in the Spring Framework | |
505 | 8 | |a Common problems where you should apply Builder patternSample implementation of the Builder design pattern -- Summary -- Chapter 3: Consideration of Structural and Behavioral Patterns -- Examining the core design patterns -- Structural design patterns -- The adapter design pattern -- Benefits of the adapter pattern -- Common requirements for the adapter pattern -- Implementation of the adapter design pattern in the Spring Framework -- Sample implementation of the adapter design pattern -- The Bridge design pattern -- Benefits of the Bridge pattern | |
500 | |a ""Common problems solved by the Bridge design pattern"" | ||
520 | |a Learn various design patterns and best practices in Spring 5 and use them to solve common design problems. About This Book Explore best practices for designing an application Manage your code easily with Spring's Dependency Injection pattern Understand the benefits that the right design patterns can offer your toolkit Who This Book Is For This book is for developers who would like to use design patterns to address common problems while designing an app using the Spring Framework and Reactive Programming approach. A basic knowledge of the Spring Framework and Java is assumed. What You Will Learn Develop applications using dependency injection patterns Learn best practices to design enterprise applications Explore Aspect-Oriented Programming relating to transactions, security, and caching. Build web applications using traditional Spring MVC patterns Learn to configure Spring using XML, annotations, and Java. Implement caching to improve application performance. Understand concurrency and handle multiple connections inside a web server. Utilizing Reactive Programming Pattern to build Reactive web applications. In Detail Design patterns help speed up the development process by offering well tested and proven solutions to common problems. These patterns coupled with the Spring framework offer tremendous improvements in the development process. The book begins with an overview of Spring Framework 5.0 and design patterns. You will understand the Dependency Injection pattern, which is the main principle behind the decoupling process that Spring performs, thus making it easier to manage your code. You will learn how GoF patterns can be used in Application Design. You will then learn to use Proxy patterns in Aspect Oriented Programming and remoting. Moving on, you will understand the JDBC template patterns and their use in abstracting database access. Then, you will be introduced to MVC patterns to build Reactive web applications. Finally, you will move on to more advanced topics such as Reactive streams and Concurrency. At the end of this book, you will be well equipped to develop efficient enterprise applications using Spring 5 with common design patterns Style and approach The book takes a pragmatic approach, showing various design patterns and best-practice considerations, including the Reactive programming approach with the Spring 5 Framework and ways to solve common development and design problems for enterprise applications. Downloading the examp ... | ||
650 | 0 | |a Application program interfaces. | |
650 | 0 | |a Spring. |0 http://id.loc.gov/authorities/subjects/sh85127000 | |
650 | 6 | |a Printemps. | |
650 | 7 | |a spring (season) |2 aat | |
650 | 7 | |a Spring |2 fast | |
776 | 0 | 8 | |i Print version: |a Dinesh Rajput. |t Spring 5 Design Patterns. |d Birmingham : Packt Publishing, ©2017 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1613211 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH33511546 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL5098655 | ||
938 | |a EBSCOhost |b EBSC |n 1613211 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis39109862 | ||
938 | |a YBP Library Services |b YANK |n 14880332 | ||
936 | |a BATCHLOAD | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1006391493 |
---|---|
_version_ | 1816882402908176384 |
adam_text | |
any_adam_object | |
author | Dinesh Rajput |
author_facet | Dinesh Rajput |
author_role | |
author_sort | Dinesh Rajput |
author_variant | d r dr |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | T55 |
callnumber-raw | T55.4-60.8 |
callnumber-search | T55.4-60.8 |
callnumber-sort | T 255.4 260.8 |
callnumber-subject | T - General Technology |
collection | ZDB-4-EBA |
contents | Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Dedication -- Table of Contents -- Preface -- Chapter 1: Getting Started with Spring Framework 5.0 and Design Patterns -- Introducing Spring Framework -- Simplifying application development using Spring and its pattern -- Using the power of the POJO pattern -- Injecting dependencies between POJOs -- How DI works and makes things easy for development and testing -- Using factory helper pattern for dependent components Using DI pattern for dependent componentsApplying aspects for cross cutting concerns -- How Spring AOP works -- Applying the template pattern to eliminate boilerplate code -- The Template Design pattern in Spring -- Using a Spring container to manage beans with the Factory pattern -- Bean factory -- Application contexts -- Creating a container with an application context -- Life of a bean in the container -- Spring modules -- Core Spring container -- Spring's AOP module -- Spring DAO -- data access and integration -- Spring's ORM -- Spring web MVC New features in Spring Framework 5.0Summary -- Chapter 2: Overview of GOF Design Patterns -- Core Design Patterns -- Introducing the power of design patterns -- Common GoF Design Pattern overview -- Creational design patterns -- Factory design pattern -- Implementing the Factory design pattern in Spring Framework -- Sample implementation of the Factory design pattern -- Abstract factory design pattern -- Common problems where you should apply the Abstract factory design pattern -- Implementing the Abstract factory design pattern in the Spring Framework Sample implementation of the Abstract Factory design patternSingleton design pattern -- Common problems where you should apply Singleton pattern -- Singleton design pattern implementation in the Spring Framework -- Sample implementation of the Singleton design pattern -- Prototype design pattern -- Benefits of the Prototype design pattern -- UML class structure -- Sample implementation of the Prototype design pattern -- Builder design pattern -- Benefits of the Builder pattern: -- UML class structure -- Implementing the Builder pattern in the Spring Framework Common problems where you should apply Builder patternSample implementation of the Builder design pattern -- Summary -- Chapter 3: Consideration of Structural and Behavioral Patterns -- Examining the core design patterns -- Structural design patterns -- The adapter design pattern -- Benefits of the adapter pattern -- Common requirements for the adapter pattern -- Implementation of the adapter design pattern in the Spring Framework -- Sample implementation of the adapter design pattern -- The Bridge design pattern -- Benefits of the Bridge pattern |
ctrlnum | (OCoLC)1006391493 |
dewey-full | 005.713762 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.713762 |
dewey-search | 005.713762 |
dewey-sort | 15.713762 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07285cam a2200577 u 4500</leader><controlfield tag="001">ZDB-4-EBA-on1006391493</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|---|||||</controlfield><controlfield tag="008">171014s2017 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">EBLCP</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">EBLCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">CHVBK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">IDB</subfield><subfield code="d">COO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">YDX</subfield><subfield code="d">NLE</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">LVT</subfield><subfield code="d">UKAHL</subfield><subfield code="d">CNCEN</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">K6U</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB7K0820</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018568484</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1006298847</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788299590</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788299596</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1006391493</subfield><subfield code="z">(OCoLC)1006298847</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781788299596</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">T55.4-60.8</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.713762</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Dinesh Rajput.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Spring 5 Design Patterns.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (388 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Dedication -- Table of Contents -- Preface -- Chapter 1: Getting Started with Spring Framework 5.0 and Design Patterns -- Introducing Spring Framework -- Simplifying application development using Spring and its pattern -- Using the power of the POJO pattern -- Injecting dependencies between POJOs -- How DI works and makes things easy for development and testing -- Using factory helper pattern for dependent components</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Using DI pattern for dependent componentsApplying aspects for cross cutting concerns -- How Spring AOP works -- Applying the template pattern to eliminate boilerplate code -- The Template Design pattern in Spring -- Using a Spring container to manage beans with the Factory pattern -- Bean factory -- Application contexts -- Creating a container with an application context -- Life of a bean in the container -- Spring modules -- Core Spring container -- Spring's AOP module -- Spring DAO -- data access and integration -- Spring's ORM -- Spring web MVC</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">New features in Spring Framework 5.0Summary -- Chapter 2: Overview of GOF Design Patterns -- Core Design Patterns -- Introducing the power of design patterns -- Common GoF Design Pattern overview -- Creational design patterns -- Factory design pattern -- Implementing the Factory design pattern in Spring Framework -- Sample implementation of the Factory design pattern -- Abstract factory design pattern -- Common problems where you should apply the Abstract factory design pattern -- Implementing the Abstract factory design pattern in the Spring Framework</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Sample implementation of the Abstract Factory design patternSingleton design pattern -- Common problems where you should apply Singleton pattern -- Singleton design pattern implementation in the Spring Framework -- Sample implementation of the Singleton design pattern -- Prototype design pattern -- Benefits of the Prototype design pattern -- UML class structure -- Sample implementation of the Prototype design pattern -- Builder design pattern -- Benefits of the Builder pattern: -- UML class structure -- Implementing the Builder pattern in the Spring Framework</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Common problems where you should apply Builder patternSample implementation of the Builder design pattern -- Summary -- Chapter 3: Consideration of Structural and Behavioral Patterns -- Examining the core design patterns -- Structural design patterns -- The adapter design pattern -- Benefits of the adapter pattern -- Common requirements for the adapter pattern -- Implementation of the adapter design pattern in the Spring Framework -- Sample implementation of the adapter design pattern -- The Bridge design pattern -- Benefits of the Bridge pattern</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">""Common problems solved by the Bridge design pattern""</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Learn various design patterns and best practices in Spring 5 and use them to solve common design problems. About This Book Explore best practices for designing an application Manage your code easily with Spring's Dependency Injection pattern Understand the benefits that the right design patterns can offer your toolkit Who This Book Is For This book is for developers who would like to use design patterns to address common problems while designing an app using the Spring Framework and Reactive Programming approach. A basic knowledge of the Spring Framework and Java is assumed. What You Will Learn Develop applications using dependency injection patterns Learn best practices to design enterprise applications Explore Aspect-Oriented Programming relating to transactions, security, and caching. Build web applications using traditional Spring MVC patterns Learn to configure Spring using XML, annotations, and Java. Implement caching to improve application performance. Understand concurrency and handle multiple connections inside a web server. Utilizing Reactive Programming Pattern to build Reactive web applications. In Detail Design patterns help speed up the development process by offering well tested and proven solutions to common problems. These patterns coupled with the Spring framework offer tremendous improvements in the development process. The book begins with an overview of Spring Framework 5.0 and design patterns. You will understand the Dependency Injection pattern, which is the main principle behind the decoupling process that Spring performs, thus making it easier to manage your code. You will learn how GoF patterns can be used in Application Design. You will then learn to use Proxy patterns in Aspect Oriented Programming and remoting. Moving on, you will understand the JDBC template patterns and their use in abstracting database access. Then, you will be introduced to MVC patterns to build Reactive web applications. Finally, you will move on to more advanced topics such as Reactive streams and Concurrency. At the end of this book, you will be well equipped to develop efficient enterprise applications using Spring 5 with common design patterns Style and approach The book takes a pragmatic approach, showing various design patterns and best-practice considerations, including the Reactive programming approach with the Spring 5 Framework and ways to solve common development and design problems for enterprise applications. Downloading the examp ...</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application program interfaces.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Spring.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85127000</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Printemps.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">spring (season)</subfield><subfield code="2">aat</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Spring</subfield><subfield code="2">fast</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Dinesh Rajput.</subfield><subfield code="t">Spring 5 Design Patterns.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2017</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1613211</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH33511546</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL5098655</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1613211</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis39109862</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">14880332</subfield></datafield><datafield tag="936" ind1=" " ind2=" "><subfield code="a">BATCHLOAD</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1006391493 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:28:03Z |
institution | BVB |
isbn | 1788299590 9781788299596 |
language | English |
oclc_num | 1006391493 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (388 pages) |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Dinesh Rajput. Spring 5 Design Patterns. Birmingham : Packt Publishing, 2017. 1 online resource (388 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Print version record. Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Dedication -- Table of Contents -- Preface -- Chapter 1: Getting Started with Spring Framework 5.0 and Design Patterns -- Introducing Spring Framework -- Simplifying application development using Spring and its pattern -- Using the power of the POJO pattern -- Injecting dependencies between POJOs -- How DI works and makes things easy for development and testing -- Using factory helper pattern for dependent components Using DI pattern for dependent componentsApplying aspects for cross cutting concerns -- How Spring AOP works -- Applying the template pattern to eliminate boilerplate code -- The Template Design pattern in Spring -- Using a Spring container to manage beans with the Factory pattern -- Bean factory -- Application contexts -- Creating a container with an application context -- Life of a bean in the container -- Spring modules -- Core Spring container -- Spring's AOP module -- Spring DAO -- data access and integration -- Spring's ORM -- Spring web MVC New features in Spring Framework 5.0Summary -- Chapter 2: Overview of GOF Design Patterns -- Core Design Patterns -- Introducing the power of design patterns -- Common GoF Design Pattern overview -- Creational design patterns -- Factory design pattern -- Implementing the Factory design pattern in Spring Framework -- Sample implementation of the Factory design pattern -- Abstract factory design pattern -- Common problems where you should apply the Abstract factory design pattern -- Implementing the Abstract factory design pattern in the Spring Framework Sample implementation of the Abstract Factory design patternSingleton design pattern -- Common problems where you should apply Singleton pattern -- Singleton design pattern implementation in the Spring Framework -- Sample implementation of the Singleton design pattern -- Prototype design pattern -- Benefits of the Prototype design pattern -- UML class structure -- Sample implementation of the Prototype design pattern -- Builder design pattern -- Benefits of the Builder pattern: -- UML class structure -- Implementing the Builder pattern in the Spring Framework Common problems where you should apply Builder patternSample implementation of the Builder design pattern -- Summary -- Chapter 3: Consideration of Structural and Behavioral Patterns -- Examining the core design patterns -- Structural design patterns -- The adapter design pattern -- Benefits of the adapter pattern -- Common requirements for the adapter pattern -- Implementation of the adapter design pattern in the Spring Framework -- Sample implementation of the adapter design pattern -- The Bridge design pattern -- Benefits of the Bridge pattern ""Common problems solved by the Bridge design pattern"" Learn various design patterns and best practices in Spring 5 and use them to solve common design problems. About This Book Explore best practices for designing an application Manage your code easily with Spring's Dependency Injection pattern Understand the benefits that the right design patterns can offer your toolkit Who This Book Is For This book is for developers who would like to use design patterns to address common problems while designing an app using the Spring Framework and Reactive Programming approach. A basic knowledge of the Spring Framework and Java is assumed. What You Will Learn Develop applications using dependency injection patterns Learn best practices to design enterprise applications Explore Aspect-Oriented Programming relating to transactions, security, and caching. Build web applications using traditional Spring MVC patterns Learn to configure Spring using XML, annotations, and Java. Implement caching to improve application performance. Understand concurrency and handle multiple connections inside a web server. Utilizing Reactive Programming Pattern to build Reactive web applications. In Detail Design patterns help speed up the development process by offering well tested and proven solutions to common problems. These patterns coupled with the Spring framework offer tremendous improvements in the development process. The book begins with an overview of Spring Framework 5.0 and design patterns. You will understand the Dependency Injection pattern, which is the main principle behind the decoupling process that Spring performs, thus making it easier to manage your code. You will learn how GoF patterns can be used in Application Design. You will then learn to use Proxy patterns in Aspect Oriented Programming and remoting. Moving on, you will understand the JDBC template patterns and their use in abstracting database access. Then, you will be introduced to MVC patterns to build Reactive web applications. Finally, you will move on to more advanced topics such as Reactive streams and Concurrency. At the end of this book, you will be well equipped to develop efficient enterprise applications using Spring 5 with common design patterns Style and approach The book takes a pragmatic approach, showing various design patterns and best-practice considerations, including the Reactive programming approach with the Spring 5 Framework and ways to solve common development and design problems for enterprise applications. Downloading the examp ... Application program interfaces. Spring. http://id.loc.gov/authorities/subjects/sh85127000 Printemps. spring (season) aat Spring fast Print version: Dinesh Rajput. Spring 5 Design Patterns. Birmingham : Packt Publishing, ©2017 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1613211 Volltext |
spellingShingle | Dinesh Rajput Spring 5 Design Patterns. Title Page -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Dedication -- Table of Contents -- Preface -- Chapter 1: Getting Started with Spring Framework 5.0 and Design Patterns -- Introducing Spring Framework -- Simplifying application development using Spring and its pattern -- Using the power of the POJO pattern -- Injecting dependencies between POJOs -- How DI works and makes things easy for development and testing -- Using factory helper pattern for dependent components Using DI pattern for dependent componentsApplying aspects for cross cutting concerns -- How Spring AOP works -- Applying the template pattern to eliminate boilerplate code -- The Template Design pattern in Spring -- Using a Spring container to manage beans with the Factory pattern -- Bean factory -- Application contexts -- Creating a container with an application context -- Life of a bean in the container -- Spring modules -- Core Spring container -- Spring's AOP module -- Spring DAO -- data access and integration -- Spring's ORM -- Spring web MVC New features in Spring Framework 5.0Summary -- Chapter 2: Overview of GOF Design Patterns -- Core Design Patterns -- Introducing the power of design patterns -- Common GoF Design Pattern overview -- Creational design patterns -- Factory design pattern -- Implementing the Factory design pattern in Spring Framework -- Sample implementation of the Factory design pattern -- Abstract factory design pattern -- Common problems where you should apply the Abstract factory design pattern -- Implementing the Abstract factory design pattern in the Spring Framework Sample implementation of the Abstract Factory design patternSingleton design pattern -- Common problems where you should apply Singleton pattern -- Singleton design pattern implementation in the Spring Framework -- Sample implementation of the Singleton design pattern -- Prototype design pattern -- Benefits of the Prototype design pattern -- UML class structure -- Sample implementation of the Prototype design pattern -- Builder design pattern -- Benefits of the Builder pattern: -- UML class structure -- Implementing the Builder pattern in the Spring Framework Common problems where you should apply Builder patternSample implementation of the Builder design pattern -- Summary -- Chapter 3: Consideration of Structural and Behavioral Patterns -- Examining the core design patterns -- Structural design patterns -- The adapter design pattern -- Benefits of the adapter pattern -- Common requirements for the adapter pattern -- Implementation of the adapter design pattern in the Spring Framework -- Sample implementation of the adapter design pattern -- The Bridge design pattern -- Benefits of the Bridge pattern Application program interfaces. Spring. http://id.loc.gov/authorities/subjects/sh85127000 Printemps. spring (season) aat Spring fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85127000 |
title | Spring 5 Design Patterns. |
title_auth | Spring 5 Design Patterns. |
title_exact_search | Spring 5 Design Patterns. |
title_full | Spring 5 Design Patterns. |
title_fullStr | Spring 5 Design Patterns. |
title_full_unstemmed | Spring 5 Design Patterns. |
title_short | Spring 5 Design Patterns. |
title_sort | spring 5 design patterns |
topic | Application program interfaces. Spring. http://id.loc.gov/authorities/subjects/sh85127000 Printemps. spring (season) aat Spring fast |
topic_facet | Application program interfaces. Spring. Printemps. spring (season) Spring |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1613211 |
work_keys_str_mv | AT dineshrajput spring5designpatterns |