lysdexic@programming.dev to Java@programming.devEnglish · 1 year agoIs Java 21 Keeping Up With Modern Programming Languagesdigma.aiexternal-linkmessage-square5fedilinkarrow-up17arrow-down12cross-posted to: experienced_devs@programming.devprogramming@programming.dev
arrow-up15arrow-down1external-linkIs Java 21 Keeping Up With Modern Programming Languagesdigma.ailysdexic@programming.dev to Java@programming.devEnglish · 1 year agomessage-square5fedilinkcross-posted to: experienced_devs@programming.devprogramming@programming.dev
minus-squarelysdexic@programming.devOPlinkfedilinkEnglisharrow-up1·11 months ago Is there a simple way to do a http web server or socket? What’s your definition of http web server or socket? Most frameworks nowadays provide you with tools to get a fully working project up and running with just a couple of clicks. For instance: https://start.spring.io/
minus-squareroo@lemmy.onelinkfedilinkarrow-up1·11 months agoPython has a one liner that just runs. Is there a one liner that comes standard with Java now? There definitely hasn’t been before now.
What’s your definition of http web server or socket? Most frameworks nowadays provide you with tools to get a fully working project up and running with just a couple of clicks.
For instance: https://start.spring.io/
Python has a one liner that just runs.
Is there a one liner that comes standard with Java now? There definitely hasn’t been before now.
What does the one liner do?