home.social

#javapro — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #javapro, aggregated by home.social.

fetched live
  1. “Write once, run anywhere” sounds great—until you try mobile or web with #Java. Then come GraalVM, Gluon, WASM, and trade-offs. Richard Gross shows why #Kotlin Multiplatform reduces stack complexity & duplication.

    Read part 2 now: javapro.io/2026/04/22/kotlin-k

    #DevOps #JAVAPRO jetbrains

  2. “Write once, run anywhere” sounds great—until you try mobile or web with #Java. Then come GraalVM, Gluon, WASM, and trade-offs. Richard Gross shows why #Kotlin Multiplatform reduces stack complexity & duplication.

    Read part 2 now: javapro.io/2026/04/22/kotlin-k

    #DevOps #JAVAPRO jetbrains

  3. The wait is over! New JAVAPRO edition 'Engineering Decisions' is out now & FREE to download! More expert insights, community voices & what you need to know.

    Want the latest #JAVAPRO issues? Subscribe to our news & get every new PDF: javapro.io/2026/07/30/always-u

    #CoreJava #AI #API #Frameworks

  4. The wait is over! New JAVAPRO edition 'Engineering Decisions' is out now & FREE to download! More expert insights, community voices & what you need to know.

    Want the latest #JAVAPRO issues? Subscribe to our news & get every new PDF: javapro.io/2026/07/30/always-u

    #CoreJava #AI #API #Frameworks

  5. “#Java26 is boring.” And that’s exactly why it works. No rewrites. No broken APIs. Just predictable upgrades—and even 5–15% better GC throughput for free. Lutske de Leeuw & @parttimen3rd explain why boring wins.

    Read their #JAVAPRO article: javapro.io/2026/04/17/java-26-

    #Java #JDK26

  6. “#Java26 is boring.” And that’s exactly why it works. No rewrites. No broken APIs. Just predictable upgrades—and even 5–15% better GC throughput for free. Lutske de Leeuw & @parttimen3rd explain why boring wins.

    Read their #JAVAPRO article: javapro.io/2026/04/17/java-26-

    #Java #JDK26

  7. Want faster #SpringBoot startup times without maintaining complex Dockerfiles? Join @anthonydahanne to discover how Paketo Buildpacks support AOT, AOT Cache, SBOMs & seamless #Java26 adoption. Read his #JAVAPRO article: javapro.io/2026/07/02/paketo-b

    Paketo_io #Java #DevOps #BuildPack

  8. Want faster #SpringBoot startup times without maintaining complex Dockerfiles? Join @anthonydahanne to discover how Paketo Buildpacks support AOT, AOT Cache, SBOMs & seamless #Java26 adoption. Read his #JAVAPRO article: javapro.io/2026/07/02/paketo-b

    Paketo_io #Java #DevOps #BuildPack

  9. Java oder Kotlin für Multiplattform-Projekte? @ArghRich beleuchtet, welche Möglichkeiten beide Sprachen für Mobile, Desktop und Web bieten – und wo die jeweiligen Stärken und Grenzen liegen:
    javapro.io/de/kotlin-kontra-ja

    #DevOps @kotlin #Java #Multiplattform #JAVAPRO

  10. Java oder Kotlin für Multiplattform-Projekte? @ArghRich beleuchtet, welche Möglichkeiten beide Sprachen für Mobile, Desktop und Web bieten – und wo die jeweiligen Stärken und Grenzen liegen:
    javapro.io/de/kotlin-kontra-ja

    #DevOps @kotlin #Java #Multiplattform #JAVAPRO

  11. The wait is over! New JAVAPRO edition 'Autonomous Java ' is out now & FREE to download! More expert insights, community voices & cutting-edge Java innovation.

    Want the latest #JAVAPRO issues? Subscribe to our news & get every new PDF: javapro.io/2026/06/30/stay-upd

  12. The wait is over! New JAVAPRO edition 'Autonomous Java ' is out now & FREE to download! More expert insights, community voices & cutting-edge Java innovation.

    Want the latest #JAVAPRO issues? Subscribe to our news & get every new PDF: javapro.io/2026/06/30/stay-upd

  13. Many #AI solutions live in #Python. Many production systems live on the #JVM. How do you connect both worlds without adding another service layer? Vishal Shanbhag shows a polyglot approach using #GraalPy.

    Code & architecture: javapro.io/2026/03/10/bridging

    #JAVAPRO #GraalVM @graalvm

  14. Many #AI solutions live in #Python. Many production systems live on the #JVM. How do you connect both worlds without adding another service layer? Vishal Shanbhag shows a polyglot approach using #GraalPy.

    Code & architecture: javapro.io/2026/03/10/bridging

    #JAVAPRO #GraalVM @graalvm

  15. 🎥 New videos online! Great! Participants from all over the world attended JCON EUROPE 2026. Would you like more input? Recorded sessions are published daily! Now improve your Java skills & watch the #JCON2026 videos: youtube.com/@JAVAPRO-channel

    @jcon_conference #JCON2026 #JAVAPRO

  16. 🎥 New videos online! Great! Participants from all over the world attended JCON EUROPE 2026. Would you like more input? Recorded sessions are published daily! Now improve your Java skills & watch the #JCON2026 videos: youtube.com/@JAVAPRO-channel

    @jcon_conference #JCON2026 #JAVAPRO

  17. Why should data persistence in 2026 still depend on the database? @wernerwedge analyzes how #JakartaData paves the way for standardized data access — whether Oracle, MongoDB, or Cassandra.

    Read now: javapro.io/2026/03/03/jakarta-

    #JakartaEE #NoSQL #JPA #JAVAPRO @jakartaee @EclipseFdn

  18. Why should data persistence in 2026 still depend on the database? @wernerwedge analyzes how #JakartaData paves the way for standardized data access — whether Oracle, MongoDB, or Cassandra.

    Read now: javapro.io/2026/03/03/jakarta-

    #JakartaEE #NoSQL #JPA #JAVAPRO @jakartaee @EclipseFdn

  19. Still writing instanceof + casts + nested conditionals? That’s legacy #Java. With #Java25, pattern matching simplifies type checks, switch logic, and data extraction.
    Learn how with Mihaela Gheorghe-Roman: javapro.io/2026/04/28/pattern-

    #CleanCode #PatternMatching #JDK25 #JAVAPRO

  20. Still writing instanceof + casts + nested conditionals? That’s legacy #Java. With #Java25, pattern matching simplifies type checks, switch logic, and data extraction.
    Learn how with Mihaela Gheorghe-Roman: javapro.io/2026/04/28/pattern-

    #CleanCode #PatternMatching #JDK25 #JAVAPRO

  21. Nobody reads documentation — until #LLMs do. @verhas connects three decades of #OpenSource work with a new insight: documentation structured for machines may finally matter.

    Discover why he abandoned the tool but not the philosophy: javapro.io/2026/02/20/why-i-ab

    #JVM #Java #JAVAPRO

  22. Nobody reads documentation — until #LLMs do. @verhas connects three decades of #OpenSource work with a new insight: documentation structured for machines may finally matter.

    Discover why he abandoned the tool but not the philosophy: javapro.io/2026/02/20/why-i-ab

    #JVM #Java #JAVAPRO

  23. The wait is over! New #JAVAPRO edition 'From AI as a Feature to #AI as Infrastructure' is out now & FREE to download! More expert insights, community voices & what you need to know.

    Want the latest issues? Subscribe to our news & get every new free PDF: javapro.io/2026/05/28/always-u

  24. The wait is over! New #JAVAPRO edition 'From AI as a Feature to #AI as Infrastructure' is out now & FREE to download! More expert insights, community voices & what you need to know.

    Want the latest issues? Subscribe to our news & get every new free PDF: javapro.io/2026/05/28/always-u

  25. RE: mastodon.social/@javapro/11663

    For our German-speaking followers:
    This Javapro article (in the German Javapro branch) shares some background on our story and design principles.
    English version will follow soon!

    #javapro #java #javadoc #apidia

  26. RE: mastodon.social/@javapro/11663

    For our German-speaking followers:
    This Javapro article (in the German Javapro branch) shares some background on our story and design principles.
    English version will follow soon!

    #javapro #java #javadoc #apidia

  27. #Kotlin feels better. #Java runs everywhere. Choosing between them impacts more than code style. It affects hiring, tooling, & long-term stability. Richard Gross analyzes both ecosystems—from #IDE support to #Performance benchmarks.

    Read #JAVAPRO Part 1: javapro.io/2026/04/16/kotlin-k

  28. #Kotlin feels better. #Java runs everywhere. Choosing between them impacts more than code style. It affects hiring, tooling, & long-term stability. Richard Gross analyzes both ecosystems—from #IDE support to #Performance benchmarks.

    Read #JAVAPRO Part 1: javapro.io/2026/04/16/kotlin-k

  29. Der spannendste Teil am JSON-Export ist nicht #JSON. Es ist Vorhersagbarkeit. Sven Ruppert baut Exporte, die sich exakt aus dem UI erklären lassen — ohne versteckte Parameter. Lies rein: javapro.io/de/url-shortener-js

    @vaadin #EclispeStore #URL #vaadin #JAVAPRO #Java #URLShortener

  30. Der spannendste Teil am JSON-Export ist nicht #JSON. Es ist Vorhersagbarkeit. Sven Ruppert baut Exporte, die sich exakt aus dem UI erklären lassen — ohne versteckte Parameter. Lies rein: javapro.io/de/url-shortener-js

    @vaadin #EclispeStore #URL #vaadin #JAVAPRO #Java #URLShortener

  31. Deine SPA braucht mehr Build-Tools als Business-Logik? Viele Web-Apps sind heute überengineered. Frederik Hahne zeigt, wie Hypermedia-driven Apps mit HTMX Komplexität drastisch reduzieren.
    Wann reicht HTML + Server?

    Jetzt lesen: javapro.io/de/joyful-web-devel

    #HTMX #Java #JAVAPRO

  32. Deine SPA braucht mehr Build-Tools als Business-Logik? Viele Web-Apps sind heute überengineered. Frederik Hahne zeigt, wie Hypermedia-driven Apps mit HTMX Komplexität drastisch reduzieren.
    Wann reicht HTML + Server?

    Jetzt lesen: javapro.io/de/joyful-web-devel

    #HTMX #Java #JAVAPRO

  33. Most teams scale infra to fix #Performance. What if the real fix is in your code—and #AI finds it instantly? Yuriy Bezsonov & @sascha242 show how alerts turn into root cause + exact code fixes. Stop scaling blindly.

    Read now: javapro.io/2026/04/07/java-per

    #Java #DevOps #LLM #JAVAPRO

  34. Most teams scale infra to fix #Performance. What if the real fix is in your code—and #AI finds it instantly? Yuriy Bezsonov & @sascha242 show how alerts turn into root cause + exact code fixes. Stop scaling blindly.

    Read now: javapro.io/2026/04/07/java-per

    #Java #DevOps #LLM #JAVAPRO

  35. Tired of “create project → configure build → wait” just to test an idea in #Java? #Java25 + #JEP512 + #JBang make Java feel closer to scripting—and notebooks + #RaspberryPi turn it into a real learning lab.

    Read the roadmap by @igfasouza: javapro.io/2026/01/15/java-25-

    #JAVAPRO

  36. Tired of “create project → configure build → wait” just to test an idea in #Java? #Java25 + #JEP512 + #JBang make Java feel closer to scripting—and notebooks + #RaspberryPi turn it into a real learning lab.

    Read the roadmap by @igfasouza: javapro.io/2026/01/15/java-25-

    #JAVAPRO

  37. What if technology isn’t about features—but about giving someone their voice back? @rorypreddy revisits Sarcasm-as-a-Service, showing how AI, prosody & accessibility meet

    Explore the demo + code behind expressive #AI voices: javapro.io/2026/01/14/sarcasm-

    #Azure #Java #JAVAPRO @Azure

  38. What if technology isn’t about features—but about giving someone their voice back? @rorypreddy revisits Sarcasm-as-a-Service, showing how AI, prosody & accessibility meet

    Explore the demo + code behind expressive #AI voices: javapro.io/2026/01/14/sarcasm-

    #Azure #Java #JAVAPRO @Azure

  39. Sollte ein #LLM selbst entscheiden, wann es eine Funktion oder #API aufruft? In „LLM-Context und Tools“ zeigt Jean-Claude Brantschen genau dieses Muster – für präzisere Antworten.

    👉 Guide + Code: javapro.io/de/llm-context-und-

    #AIEngineering #Java #Python #Ollama #JAVAPRO @ollama

  40. Sollte ein #LLM selbst entscheiden, wann es eine Funktion oder #API aufruft? In „LLM-Context und Tools“ zeigt Jean-Claude Brantschen genau dieses Muster – für präzisere Antworten.

    👉 Guide + Code: javapro.io/de/llm-context-und-

    #AIEngineering #Java #Python #Ollama #JAVAPRO @ollama

  41. “Write once, run anywhere” sounds great—until you try mobile or web with #Java. Then come GraalVM, Gluon, WASM, and trade-offs. @ArghRich shows why #Kotlin Multiplatform reduces stack complexity & duplication.

    Read part 2 now: javapro.io/2026/04/22/kotlin-k

    #DevOps #JAVAPRO @jetbrains

  42. “Write once, run anywhere” sounds great—until you try mobile or web with #Java. Then come GraalVM, Gluon, WASM, and trade-offs. @ArghRich shows why #Kotlin Multiplatform reduces stack complexity & duplication.

    Read part 2 now: javapro.io/2026/04/22/kotlin-k

    #DevOps #JAVAPRO @jetbrains

  43. Building #AI agents in #Java and unsure how tools should work? Lokesh Chenta & Vijayabhaskar Reddy break down #MCP clients, servers, and hosts — plus a practical #SpringAI demo.

    Understand the architecture before you build: javapro.io/2026/01/07/building

    #GenAI #JAVAPRO #AIAgents

  44. Building #AI agents in #Java and unsure how tools should work? Lokesh Chenta & Vijayabhaskar Reddy break down #MCP clients, servers, and hosts — plus a practical #SpringAI demo.

    Understand the architecture before you build: javapro.io/2026/01/07/building

    #GenAI #JAVAPRO #AIAgents

  45. ☕ 3:30 PM – break time at #JCON2026!

    Haven’t grabbed your free #JAVAPRO special edition yet?
    Now’s your chance — 📍pick it up in the coffee area while supplies last!

    Want even more input?
    👉 Dive into selected articles online: javapro.io
    👉 Or check out the interviews on our YouTube channel: youtube.com/@JAVAPRO-channel/s

    So grab a coffee, a magazine — and make the most of your break!

    #Java #AI #Performance #Frameworks #Cloud #JavaCommunity

  46. ☕ 3:30 PM – break time at #JCON2026!

    Haven’t grabbed your free #JAVAPRO special edition yet?
    Now’s your chance — 📍pick it up in the coffee area while supplies last!

    Want even more input?
    👉 Dive into selected articles online: javapro.io
    👉 Or check out the interviews on our YouTube channel: youtube.com/@JAVAPRO-channel/s

    So grab a coffee, a magazine — and make the most of your break!

    #Java #AI #Performance #Frameworks #Cloud #JavaCommunity

  47. Warum sollten sich Backend-Entwickler mit Creative Coding beschäftigen? Csilla Szántó zeigt, wie #KI, p5.js und Design-Denken neue Skills eröffnen – jenseits von Logik und Performance.

    👉 Inspiration für Entwickler: javapro.io/de/wenn-entwickler-

    #AI #CreativeCoding #UX #JAVAPRO

  48. Warum sollten sich Backend-Entwickler mit Creative Coding beschäftigen? Csilla Szántó zeigt, wie #KI, p5.js und Design-Denken neue Skills eröffnen – jenseits von Logik und Performance.

    👉 Inspiration für Entwickler: javapro.io/de/wenn-entwickler-

    #AI #CreativeCoding #UX #JAVAPRO

  49. 🔴 LIVE now – #JCON2026 insights beyond the stage

    At the Tessl & JAVAPRO Interview Booth, Baruch Sadogursky sits down with speakers to dive deeper into:
    👉 Tech & innovation
    👉 Business trends
    👉 Culture & ideas shaping the industry

    Tune in here 👇
    youtube.com/@JAVAPRO-channel/s

    #JCON #Java #LiveStream #JAVAPRO #DeveloperCommunity

  50. 🔴 LIVE now – #JCON2026 insights beyond the stage

    At the Tessl & JAVAPRO Interview Booth, Baruch Sadogursky sits down with speakers to dive deeper into:
    👉 Tech & innovation
    👉 Business trends
    👉 Culture & ideas shaping the industry

    Tune in here 👇
    youtube.com/@JAVAPRO-channel/s

    #JCON #Java #LiveStream #JAVAPRO #DeveloperCommunity

  51. ☕ Need a moment of calm at #JCON2026? Grab a coffee and explore fresh reads on #JAVAPRO – featuring our speakers on Agentic AI patterns, pure Java Vector DBs, the future of developer expertise, and more. javapro.io

    📖 The perfect brain snack before the next session block.

    #Java #GenerativeAI #JavaCommunity @JAVAPROmagazin

  52. ☕ Need a moment of calm at #JCON2026? Grab a coffee and explore fresh reads on #JAVAPRO – featuring our speakers on Agentic AI patterns, pure Java Vector DBs, the future of developer expertise, and more. javapro.io

    📖 The perfect brain snack before the next session block.

    #Java #GenerativeAI #JavaCommunity @JAVAPROmagazin

  53. 🚨 It’s real. It’s back. Good morning #JCON2026!

    #JAVAPRO is in print again – & this special edition hits hard: #Java in the Age of #AI, epic features, and dev stories that stick.

    Fresh off the press, express to JCON EUROPE 2026. Limited run. Smells like ink & impact.
    Grab it while it lasts. 🖤📰

  54. 🚨 It’s real. It’s back. Good morning #JCON2026!

    #JAVAPRO is in print again – & this special edition hits hard: #Java in the Age of #AI, epic features, and dev stories that stick.

    Fresh off the press, express to JCON EUROPE 2026. Limited run. Smells like ink & impact.
    Grab it while it lasts. 🖤📰