Oreilly - RESTful Web APIs with Spring - 9780133890204
Oreilly - RESTful Web APIs with Spring
by | Released March 2014 | ISBN: 9780133890204


4 Hours of Video InstructionOverviewRESTful Web APIs with Spring LiveLessons demonstrates how to write REST services, and manage, secure and consume them using Spring Boot.DescriptionREST has enabled people to build mobile applications that capture our imagination, entertain us, and help us. REST has ushered in a generation of incredibly sophisticated, HTML5-powered browser applications. REST has also made it easier for organizations to adopt a service-oriented architecture with less friction.REST's flexibility, however, can also be its greatest weakness: as often as not there is no clear guidance on where to go and how to get there. What does it mean to deploy a REST service? How do you handle errors in a REST service? What's the easiest way to write a REST service?Spring Developer Advocate Josh Long discusses and demonstrates strategies for securing REST API access along with handling errors and versioning. These LiveLessons also cover how hypermedia and HATEOAS help you to deliver developer and consume friendly web services.About the InstructorJosh Long is an open-source developer and the Spring developer Advocate at Pivotal.He is the author of four books and is the author of Spring Framework LiveLessons. Josh has spoken at many different industry conferences internationally including TheServerSide Java Symposium, SpringOne, OSCON, JavaZone, Devoxx, Java2Days and many others. When he's not hacking on code for SpringSource, he can be found at the local Java User Group or at the local coffee shop. Josh likes solutions that push the boundaries of the technologies that enable them. His interests include scalability, BPM, grid.processing, mobile computing and so-called "smart" systems. He blogs at spring.io/blog or joshlong.com.You can follow Josh on Twitter: @starbuxmanJosh Long's Spring Framework LiveLessons provides a walking tour of all of the Spring projects, including: Spring, Spring MVC, Spring Data, Spring Batch, Spring Integration, Spring Security, Spring Social, and more.Skill LevelIntermediateWhat You Will LearnSpring and Spring BootHow to build a REST service using SpringHow to embrace hypermedia with Spring HATEOASHow to secure a REST APIWhat's involved in deploying a micro serviceWho Should Take This CourseDevelopers who want to jump on board the REST bandwagon.REST is the key to enabling mobile and HTML5 applications.REST is the technology that lets you play in a distributed, multi client world.Course RequirementsSome familiarity with basic Java is assumed.Table of ContentsINTRODUCTIONLesson 1: Starting with SpringTopics1.1 Spring IO1.2 Spring.io Website and Resources1.3 Spring 41.4 Spring BootLesson 2: TestingTopics2.1 Testing with Spring BootLesson 3: Spring MVCTopics3.1 Model-View-Controller3.2 Installing Spring MVC3.3 A Rich Servlet ToolkitLesson 4: REST EssentialsTopics4.1 What is REST?4.2 HTTP Verbs4.3 Status Codes4.4 Content Negotiation4.5 Some REST Power ToolsLesson 5: Towards HpyermediaTopics5.1 The Maturity Model—Basic REST5.2 Building a Basic RESTful Service5.3 HATEOAS5.4 Spring Data RESTLesson 6: Testing Web Services with Spring MVC Test FrameworkTopics6.1 TestingLesson 7: Error HandlingTopics7.1 Handling Errors in a REST API7.2 Status Codes7.3 Descriptive Errors7.4 Using @ControllerAdviceLesson 8: API VersioningTopics8.1 Versioning Your APILesson 9: SecurityTopics9.1 Spring Security9.2 Securing REST Services9.3 SSL and TLS9.4 The Trouble with Passwords9.5 X-Auth9.6 OAuthLesson 10: The Connected Web of APIsTopics10.1 A Connected World in 60 Seconds10.2 Spring Social10.3 Spring Social Bindings — Demo 110.4 Spring Social Bindings — Demo 2Lesson 11: DeploymentTopics11.1 Micro Service Architecture11.2 Embedded Web Servers11.3 Traditional / Classic Servers11.4 Cloud11.5 Production Ready RESTAbout LiveLessons Video TrainingThe LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at: http://www.informit.com/livelessons Show and hide more
  1. RESTful Web APIs with Spring LiveLessons: Introduction
    • RESTful Web APIs with Spring LiveLessons: Introduction 00:02:16
  2. Lesson 1: Starting with Spring
    • Topics 00:00:56
    • 1.1 Spring IO 00:03:14
    • 1.2 Spring.io Website and Resources 00:01:38
    • 1.3 Spring 4 00:02:38
    • 1.4 Spring Boot 00:23:25
  3. Lesson 2: Testing
    • Topics 00:00:23
    • 2.1 Testing with Spring Boot 00:08:32
  4. Lesson 3: Spring MVC
    • Topics 00:00:16
    • 3.1 Model View Controller 00:02:10
    • 3.2 Installing Spring MVC 00:12:03
    • 3.3 A Rich Servlet Toolkit 00:03:12
  5. Lesson 4: REST Essentials
    • Topics 00:00:24
    • 4.1 What is REST? 00:03:54
    • 4.2 HTTP Verbs 00:03:52
    • 4.3 Status Codes 00:04:12
    • 4.4 Content Negotiation 00:04:19
    • 4.5 REST Power Tools 00:02:23
  6. Lesson 5: Towards Hypermedia
    • Topics 00:00:24
    • 5.1 The Maturity Model—Basic REST 00:05:10
    • 5.2 Building a Basic RESTful Service 00:20:16
    • 5.3 HATEOAS 00:13:22
    • 5.4 Spring Data REST 00:02:02
  7. Lesson 6: Testing REST
    • Topics 00:00:16
    • 6.1 Testing Web Services with Spring MVC Test Framework 00:09:34
  8. Lesson 7: Error Handling
    • Topics 00:00:17
    • 7.1 Handling Errors in a REST API 00:01:18
    • 7.2 Status Codes 00:01:08
    • 7.3 Descriptive Errors 00:06:34
    • 7.4 Using @ControllerAdvice 00:10:04
  9. Lesson 8: API Versioning
    • Topics 00:00:13
    • 8.1 Versioning Your API 00:02:50
  10. Lesson 9: Security
    • Topics 00:00:20
    • 9.1 Spring Security 00:04:58
    • 9.2 Securing REST Services 00:01:23
    • 9.3 SSL and TLS 00:06:17
    • 9.4 The Trouble with Passwords 00:02:19
    • 9.5 X-Auth 00:05:49
    • 9.6 OAuth 00:17:10
  11. Lesson 10: The Connected Web of APIs
    • Topics 00:00:23
    • 10.1 A Connected World in 60 Seconds 00:02:10
    • 10.2 Spring Social 00:00:55
    • 10.3 Spring Social Bindings - Demo 1 00:04:33
    • 10.4 Spring Social Bindings - Demo 2 00:12:39
  12. Lesson 11: Deployment
    • Topics 00:00:21
    • 11.1 Micro Service Architecture 00:03:38
    • 11.2 Embedded Web Servers 00:05:19
    • 11.3 Traditional / Classic Servers 00:05:54
    • 11.4 Cloud 00:01:25
    • 11.5 Production Ready REST 00:08:55
  13. Summary
    • Summary of RESTful Web APIs with Spring LiveLessons 00:00:31
  14. Show and hide more

    Oreilly - RESTful Web APIs with Spring

    9780133890204.restful.web.apis.OR.part1.rar

    9780133890204.restful.web.apis.OR.part2.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss