this post was submitted on 26 Nov 2023
6 points (80.0% liked)

Java

1292 readers
2 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 9 months ago
[–] [email protected] 3 points 8 months ago

My company was acquired and we were forced to switch to Go. I miss Java.

[–] [email protected] 1 points 8 months ago (1 children)

Is there a simple way to do a http web server or socket? I've been looking around, but everything ends up being a page of instructions by the time I get it working.

[–] [email protected] 1 points 8 months ago (1 children)

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/

[–] [email protected] 1 points 8 months ago (1 children)

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.

[–] [email protected] 2 points 8 months ago

What does the one liner do?