|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBOOKCENTRAL_ocn945637595 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
160328s2016 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d N$T
|d OCLCF
|d COO
|d EBLCP
|d KSU
|d DEBBG
|d IDB
|d OCLCQ
|d MERUC
|d OCLCQ
|d REB
|d UOK
|d CEF
|d NLE
|d UKMGB
|d OCLCQ
|d WYU
|d AGLDB
|d IGB
|d RDF
|d OCLCQ
|d OCLCO
|d K6U
|d OCLCQ
|d OCLCO
|d TMA
|d OCLCL
|d OCLCQ
|
016 |
7 |
|
|a 018006932
|2 Uk
|
019 |
|
|
|a 1259085277
|
020 |
|
|
|a 9781783982356
|q (electronic bk.)
|
020 |
|
|
|a 1783982357
|q (electronic bk.)
|
020 |
|
|
|a 1783982349
|q (Trade Paper)
|
020 |
|
|
|a 9781783982349
|q (Trade Paper)
|
020 |
|
|
|z 9781783982349
|
024 |
3 |
|
|a 9781783982349
|
029 |
1 |
|
|a CHNEW
|b 000884627
|
029 |
1 |
|
|a CHVBK
|b 374433275
|
029 |
1 |
|
|a DEBBG
|b BV043893558
|
029 |
1 |
|
|a DEBBG
|b BV043969031
|
029 |
1 |
|
|a DEBSZ
|b 485795442
|
029 |
1 |
|
|a GBVCP
|b 882848933
|
029 |
1 |
|
|a UKMGB
|b 018006932
|
035 |
|
|
|a (OCoLC)945637595
|z (OCoLC)1259085277
|
037 |
|
|
|a CL0500000723
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.J38
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
082 |
0 |
4 |
|a 005.133
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Kunjumohamed, Shameer,
|e author.
|
245 |
1 |
0 |
|a Spring essentials :
|b build mission-critical enterprise applications using Spring Framework and aspect oriented programming /
|c Shameer Kunjumohamed, Hamidreza Sattari.
|
264 |
|
1 |
|a Birmingham :
|b Packt Publishing,
|c 2016.
|
300 |
|
|
|a 1 online resource :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed April 20, 2016).
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a Build mission-critical enterprise applications using Spring Framework and Aspect Oriented ProgrammingAbout This Book Step into more advanced features of aspect-oriented programming and API components to build enterprise grade systems Build lightning-fast web applications and REST APIs using Spring MVC and its asynchronous processing capabilities with the view technologies of your choice Explore simplified but powerful data access techniques including JPA (Java Persistence Architecture) repositories and NoSQL data accessWho This Book Is ForIf you are a Java developer who is looking to master Enterprise Java Development using Spring Framework, then this book is ideal for you. Prior understanding of core Java programming and a high-level understanding of Spring Framework is recommended. Having sound knowledge of servlet-based web development in Java and basic Database concepts would be an advantage but not a requirement. What You Will Learn Set up and build standalone and web-based projects using Spring Framework with Maven or Gradle Get familiar with JSP Form processing using Spring and Form Tag Library Develop RESTful API applications for XML and JSON data transfers with non-blocking asynchronous capabilities Explore Spring's comprehensive transaction support for declarative Transaction Management and its integration with Spring's data access abstractions Investigate Spring Data access mechanisms with Spring Data Repositories, a simple and consistent data-access abstraction Construct real-time applications using WebSocket with a SockJS fallback option Understand how to secure your Spring Web and standalone applications using Spring Security declaratively and consistently Get to grips with the end-to-end development of an API-based modern SPA using EmberJS at the front end and SpringMVC at the back endIn DetailSpring is an open source Java application development framework to build and deploy systems and applications that run on the JVM. It is the industry standard and the most popular framework among Java developers with over two-thirds of developers using it. Spring Essentials makes learning Spring so much quicker and easier with the help of illustrations and practical examples. Starting from the core concepts of features such as inversion of Control Container and BeanFactory, we move on to a detailed look at aspect-oriented programming. We cover the breadth and depth of Spring MVC, the WebSocket technology, Spring Data, and Spring Security with various authentication and authorization mechanisms. Packed with real-world examples, you'll get an insight into utilizing the power of Spring Expression Language in your applications for higher maintainability. You'll also develop full-duplex real-time communication channels using WebSocket and integrate Spring with web technologies such as JSF, Struts 2, and Tapestry. At the tail end, you will build a modern SPA using EmberJS at the front end and a Spring MVC-based API at the back end. By the end of the book, you will be able to develop your own dull-fledged applications with Spring. Style and approachThis book is a practical guide based on logical modules of the whole Spring Framework family, with a start-small approach, increasing in complexity as it progresses. Every chapter is an amalgamation of theory and practical examples, with further discussion on additional features and approaches.
|
505 |
0 |
|
|a Cover ; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Spring Core ; Chapter 2: Building the Web Layer with Spring Web MVC ; Chapter 3: Accessing Data with Spring ; Chapter 4: Understanding WebSocket ; Chapter 5: Securing Your Applications ; Chapter 6 : Building a Single-Page Spring Application; Chapter 7: Integrating with Other Web Frameworks ; Index; The Spring landscape; Design concepts behind Spring Framework; Setting up the development environment; Your first Spring application
|
505 |
8 |
|
|a Dependency InjectionBeans in detail; Hooking to bean life cycles; Container-level default-init-method and default-destroy-method; Working with bean definition profiles; Injecting properties into the Spring environment; Externalizing properties with PropertyPlaceholderConfigurer; Handling resources; Spring Expression Language; Aspect Oriented Programming; Testing with Spring; Summary; Features of Spring MVC; The Model-View-Controller pattern; Your first Spring MVC application; Setting up a Spring MVC application; The architecture and components of Spring MVC; DispatcherServlet explained
|
505 |
8 |
|
|a Controllers in detailAsynchronous request processing in Spring MVC; Working with views; Spring and Spring form tag libraries; Composing a form in JSP; Validating forms; Handling file uploads; Resolving Thymeleaf views; More view technologies; Summary; Configuring DataSource; Using embedded databases; Handling exceptions in the Spring Data layer; DAO support and @Repository annotation; Spring JDBC abstraction; Spring Data; Spring Transaction support; Relevance of Spring Transaction; Summary; Creating a simple WebSocket application; STOMP over WebSocket and the fallback option in Spring 4
|
505 |
8 |
|
|a Broadcasting a message to a single user in a WebSocket applicationSummary; Authentication; Authorization; Summary; The motivations behind SPAs; SPAs explained; Introducing Ember.js; The anatomy of an Ember application; Working with Ember CLI; Understanding the Ember object model; Working with collections; Building UI templates using Handlebars; Handling routes; Handling UI behavior using components; Persisting data with Ember Data; Building a Taskify application; Building the API server app; Building the Taskify Ember app; Summary; Spring's JSF integration; Spring's Struts integration
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
700 |
1 |
|
|a Sattari, Hamidreza,
|e author.
|
758 |
|
|
|i has work:
|a Spring essentials (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCFTtGwTHPPcvYkqBD8cWrC
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Erscheint auch als:
|n Druck-Ausgabe
|t Kunjumohamed, Shameer. Spring Essentials
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4520819
|z Texto completo
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL4520819
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1193297
|
994 |
|
|
|a 92
|b IZTAP
|