Webinar: Building REST-ful services with Spring

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 2025
  • Presenter: Josh Long
    Slide: www.slideshare....
    Code: github.com/jos...
    Today's applications don't exist in isolation. REST applications and web services are a great way to connect applications together. REST is a design principle that imposes no constraints on the client except basic HTTP support, which all platforms provide. Designing REST services, however, is still as much art as it is science, as standards are emerging. Join Spring Developer Advocate Josh Long, and stealth presenters Craig Walls and Oliver Gierke, as they introduces some of the ins-and-outs of REST API design with Spring, building on Spring MVC, Spring HATEOAS and answers some commonly- asked questions like how to secure REST-ful services, and how to tailor payload serialization to your specific use cases.
    Learn more about REST on www.spring.io
    at
    projects.spring... (spring MVC's REST controller)
    projects.spring...

ความคิดเห็น • 17

  • @kabal911
    @kabal911 11 ปีที่แล้ว

    every day I find more amazing things to do with spring

  • @jucosorin
    @jucosorin 11 ปีที่แล้ว

    This is a great talk. Thanks a lot guys!

  • @SpringSourceDev
    @SpringSourceDev  11 ปีที่แล้ว

    it is too quiet, or is it some other problem? Sounds fine from here in the headphones.

  • @kiranreddykasa
    @kiranreddykasa 11 ปีที่แล้ว

    was eagerly waiting for this. Thanks

  • @JoshLong
    @JoshLong 11 ปีที่แล้ว

    good catch! I fixed it in the deck.

  • @ddewaele
    @ddewaele 11 ปีที่แล้ว

    Great webcast, but as far as the audio is concerned. it does indeed sound like the REST API was developed on the moon and the moderator was in mission control in Kennedy Space Center.

  • @abhiesa
    @abhiesa 11 ปีที่แล้ว

    Around 34.50-34.60
    example is shown for OR in spring but and in sql

  • @f.k.9617
    @f.k.9617 11 ปีที่แล้ว

    Hi Josh,
    Thanks for the informative video. Could you please let me know how to build the projects?
    I am able to check in the code from git but not able to compile or run it.
    Thanks

  • @JoshLong
    @JoshLong 11 ปีที่แล้ว

    you should be able to descend into the code/web directory, then run mvn clean install. The stuff inside the code/client directory is a basic Android and iOS client, so you'll need an Android SDK and XCode setup. LMK if this helps.

  • @JoshLong
    @JoshLong 11 ปีที่แล้ว

    Hi Firas,
    Try doing a fresh git clone or git pull, then - in the-spring-rest-stack/code/web - run a Maven build using 'mvn clean install'. Everything should build fine. Maven may take a while for the first run to successfully complete.

  • @jmwild1
    @jmwild1 11 ปีที่แล้ว

    Presentation overall is great, informative, but the poor audio quality is distracting. There are times I had to strain to follow what was being said and had to rewatch some parts.

  • @richardpeterson
    @richardpeterson 11 ปีที่แล้ว

    It sounds like it was heavily compressed audio with poor bit rate. Perhaps over Skype or something. Need to get a lav mike if you don't have one, and record directly at, say, 192 kbit/s - NOT through your web conference software.
    The bad audio makes it difficult to understand some parts.

  • @JoshLong
    @JoshLong 11 ปีที่แล้ว

    fixed, thanks!

  • @peterwein929
    @peterwein929 7 ปีที่แล้ว

    Hi Josh, try to get a start with your tutorial! Seems your tutorial.asc isn't in sync with the project, and to understand better I wonder if you could tell me what revision of the documentation fits to the code? That would help me a lot... Thanks for the tutorial anyway, I have learned a lot, as I am a native C programmer...

    • @peterwein929
      @peterwein929 7 ปีที่แล้ว

      Ok, I think the tag from njfs_072013 is the right one? At least I find there the references! Wow the project has really evolved, there is a android project even... So we can close the issue here..

  • @MrEmrahkocaman
    @MrEmrahkocaman 11 ปีที่แล้ว

    The presentation would be more enjoyable if the audio was better

  • @RaviKumarMaddi
    @RaviKumarMaddi 10 ปีที่แล้ว +1

    The session is very nice but I think if will be more better if you
    -- Explain what you are going to do functionally and technically before going inside.
    -- You directly jump into code and you are using lot of api classes, It will be good if you explain what those classes do before.
    Please take it positive.