Bootiful Development with Spring Boot and React - Matt Raible

Sdílet
Vložit
  • čas přidán 13. 12. 2017
  • To simplify development and deployment, you want everything in the same artifact, so you put your React app “inside” your Spring Boot app, right? But what if you could create your React app as a standalone app and make cross-origin requests to your API? A client app that can point to any server makes it easy to test your current client code against other servers (e.g. test, staging, production). This session shows how to develop with Java 8, Spring Boot, React, and TypeScript. You’ll learn how to create REST endpoints with Spring MVC, configure Spring Boot to allow CORS, and create an React app to display its data. If time allows we’ll cover authentication with OpenID Connect and deployment to Cloud Foundry.
    Matt Raible, Developer Advocate, Okta
    Filmed at SpringOne Platform 2017
  • Věda a technologie

Komentáře • 34

  • @Murga_Mutton
    @Murga_Mutton Před 3 lety

    Awesome presentation dude. Loved it all the way.

  • @Alokkumar-me7pl
    @Alokkumar-me7pl Před 5 lety +4

    cud u share d link abt wat u discussed in presentation, i.e. Learn React in an Hour...

  • @NebrassLamouchi
    @NebrassLamouchi Před 6 lety

    Great job Matt ^^

  • @josemanueldopereiro5957

    Great stuff! For a moment I even thought that Budweiser was a great beer

  • @idanqwe1
    @idanqwe1 Před 4 lety

    Thank you!

  • @carrefamily01
    @carrefamily01 Před 6 lety

    I just got started developing with jhipster and I love it. I will definitely be looking at okto for authentication.

  • @DavidZabaleta
    @DavidZabaleta Před 5 lety

    Very helpful I'll try JHipster looks interesting

  • @mraible
    @mraible Před 6 lety +1

    In case anyone is interested, here are some more resources for this talk:
    Blog post: developer.okta.com/blog/2017/12/06/bootiful-development-with-spring-boot-and-react
    Demo app: github.com/oktadeveloper/spring-boot-react-example

  • @esmaeilmirzaee
    @esmaeilmirzaee Před 3 lety +1

    Thank you for the presentation. BTW, what is the name of the book? Could somebody help with that?

  • @hailahong3021
    @hailahong3021 Před 4 lety

    Why didn’t they post links in the description?

  • @Artificial_Intelligence_AI

    some IE fans disliked this video!!! good tutorial BTW

  • @bstnbstn
    @bstnbstn Před 5 lety

    If anyone is intrested check out Bootiful Development with Spring Boot and React posted by Matt on Okta's blog

  • @Ibanezn04
    @Ibanezn04 Před 6 lety

    Please, leave some link under the video

  • @davidwu9104
    @davidwu9104 Před 5 lety

    I want to learn both.

  • @imadeddineibrahimbekkouch11

    how did you you do that boot-entity and got the entity created

  • @rashidulhasan5873
    @rashidulhasan5873 Před 6 lety +1

    I want those Intelij live templates

  • @zakb.7108
    @zakb.7108 Před 4 lety

    Ok so here is the link to React introduction Matt was talking about vimeo.com/213710634

  • @shrinivas105
    @shrinivas105 Před 6 lety +8

    Coming from Java / spring background, I feel angular 2 closer to me than react

    • @vlorenzosoleri
      @vlorenzosoleri Před 6 lety +9

      Give React a shot, it's a lot ligher weight than angular 2+ and it's really flexible and simple to use

    • @KentOJohnson
      @KentOJohnson Před 6 lety +3

      Why would you say that? There isn’t anything in Java out of the box that replicates two-way data binding for forms that I know of. I can understand dependency injection is similar, though React has that as well, as can any JavaScript app.

    • @shrinivas105
      @shrinivas105 Před 6 lety +2

      Kent Johnson I'm bad at learning new syntax, typescript I felt quite similar to java syntax... Anyway thank you, I will try to learn ...

    • @areebjamaliam
      @areebjamaliam Před 6 lety +2

      Typescript can be added to react as well

    • @marcosluis5415
      @marcosluis5415 Před 6 lety

      I agree with you!

  • @ThePolar92
    @ThePolar92 Před 6 lety +1

    Link to the react introduction video from this talk: vimeo.com/213710634

  • @tetsuya8736
    @tetsuya8736 Před 5 lety +1

    I'm making a github repo demonstrating how to make various apps (todo, auth, blog, twitter, etc.) with React and Spring! github.com/Tetsuya3850/React-Spring-Examples

  • @igorgulco6608
    @igorgulco6608 Před 5 lety

    Link from the slides to the 1h react tutorial
    vimeo.com/213710634

  • @manfred97232
    @manfred97232 Před 3 lety

    Hey, here is the link to the video mentioned by Matt in his presentation:
    vimeo.com/213710634
    (y)

  • @toumanisidibe3602
    @toumanisidibe3602 Před 5 lety

    Useful link start.spring.io