I teach a course in java and springboot for beginners. I would like to walk my students through the code of a real world java or springboot application. Can anyone recommend a good example?

  • Toes♀@ani.social
    link
    fedilink
    arrow-up
    4
    ·
    1 month ago

    Have the students create a simple Minecraft mod.

    If you’re part of a large academic group they likely have a Microsoft contact that can hook you up with educational licenses, much like they do for office and other services.

  • pkill@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    1 month ago

    anything that builds upon integration with external data sources and APIs, so JDBC drivers for example

  • silasmariner@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 month ago

    Yes, loads; but without knowing what kinda stuff you want to learn to do, I wouldn’t recommend anything in particular

    Edit: might as well give some ideas though… Some libraries such as http frameworks will have some examples projects that use it, sometimes even in the core repo under ./examples or something. There are lots of small personal projects from random GitHub users that you can stumble across. Many useful and well written libraries are small enough to be approachable. But which of those to recommend depends on what you want to do with your code.