惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
I
InfoQ
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
云风的 BLOG
云风的 BLOG
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
博客园_首页
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
Google Developers Blog
WordPress大学
WordPress大学
B
Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
量子位
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
Last Week in AI
Last Week in AI
博客园 - 聂微东
Jina AI
Jina AI

VMware Blogs

Diagnostics for VMware Cloud Foundation (VCF) 9.1 with Old Versions of VCF Components Mastering Infrastructure Policies in VMware Cloud Foundation Automation 9.1 Modernizing the Private Cloud: Why VCF 9.1 Lifecycle Management is a Game Changer Announcing the VMware Cloud Foundation 9.1 Upgrade Planning Tool VCF Breakroom Chats Episode 86 – Containers Made Easy: The New “Container-as-a-Service” in VCF 9.1 Securing Your VCF 9.1 Infrastructure with the Symantec Identity Security Platform Virtually Speaking: The AI Reality Check with Dave Linthicum Zero Touch Provisioning: Activating Edge Sites with VMware Cloud Foundation Edge 9.1 VCF Breakroom Chats Episode 85 – Cloning Success at Scale: Inside VCF 9.1’s App Stack Formation VMware Cloud on AWS の使用状況を確認できる API Unlocking the Full Potential of Programmable Infrastructure with VMware Cloud Foundation 9.1 – New Features and Capabilities Smarter Patching at Scale: Vulnerability Assessment and Remediation with VMware Tanzu Platform Encrypted vMotion Offload to Intel QAT in VMware Cloud Foundation 9.1 Deepen Your Expertise: Four Key Benefits of Attending Increase Deployment Flexibility with VCF Edge Automation 1.0.3 Avi Advantage: Automating Certificate Management of VCF Workloads More Memory, Less Effort: Configuring Memory Tiering in VCF 9.1 VCF 9.1 Licensing: Programmatic, Centralized, and Built to Scale Why APJ Networking Professionals Need Private Cloud Expertise VCF 9.1 Networking: Simpler VPC Connectivity Control VCF 9.1 Networking: Exploring Network Services for Virtual Private Clouds VCF Networking 9.1: Seamless DDI Integration with Infoblox The Open Source Advantage: Building from Source for Ultimate Security Expand Shared VMDKs with Clustered Applications in VMware vSAN for VCF 9.1 Monetizing Zero-Trust Security with VCF 9.1 and VMware vDefend VMware vSAN Protection and Recovery Enhancements for VCF 9.1 Deliver Production SQL Server DBaaS with VMware Data Services Manager 9.1 Maximizing Profitability: VCF 9.1 Cost-Focused Approach for VMware Cloud Service Providers Modernizing Your Infrastructure: Introducing VMware Cloud Foundation 9.1 to VCSPs VCF 9.1 is Available: Explore the New Features in Hands-on Labs
The Modern Spring Workflow Is Enterprise-Ready and AI-Boo...
2026-04-14 · via VMware Blogs

See how the magic of VMware Tanzu is being extended to enterprise Java developers.

At this year’s Devnexus event, one of the largest annual gatherings of Java developers, AI was front and center—as is the case with most tech conferences these days. We heard many attendees talking about how quickly coding assistants have improved in just a few months, and about the hastening of adoption cycles to embrace the latest innovations that impact the SDLC—including agentic workflows, prompt engineering, the evolution of MCP—and the related governance apocalypse that will surely follow. 

More than great code – Spring applications beyond production 

With AI at the center of the event’s zeitgeist, the Spring and Tanzu teams at Broadcom led some fascinating conversations with Java developers about how AI is affecting their work today. In their session “The Modern Spring Workflow: Enterprise-Ready Delivery and AI-Boosted Coding with Tanzu,” Chris Sterling and Cora Iberkleid talked through some of the most important considerations plaguing enterprise Java developers as they work to release modern applications safely and at scale.   

Getting Spring applications into production and running reliably requires more than writing great code. Security, compliance, upgrades, and performance are all considerations when going from idea to code to enterprise-ready delivery.

VMware Tanzu Platform helps streamline that entire workflow for teams building modern Spring applications.

For example, Tanzu Platform application onboarding and assessment helps automate Spring Boot upgrades while integrating smoothly with modern AI-assisted development tools. Meanwhile, Tanzu GenAI Service enables secure, self-service access to approved large language models, while Tanzu Spring Extensions help enforce consistent operational guardrails across development teams. We’ve also extended the buildpack model to help with AI; the Tanzu Java Buildpack optimizes Spring applications for faster startup times and more efficient memory usage.

The modern Spring workflow: Unlock enterprise-ready delivery and AI-boosted coding

In their Animal Rescue demo, Cora and Chris showcase how to deploy cutting-edge features with industrial-strength security baked in so developers can use AI to do everything from using coding assistants to adding AI capabilities to existing applications without sacrificing security for innovation.

In the demo, Chris and Cora take a standard Spring application and supercharge it by adding new features:

  • Generative AI chat – A new chat server Spring Boot app handles interactions with GenAI services and back-end APIs, complete with UI integration and API versioning
  • Intelligent traffic control – Implementing smart, edge-level rate limits protects expensive AI chat operations and API endpoints from denial-of-service attacks, ensuring a stable experience for all users

The real value: Enterprise-grade security and resilience

In one of the most compelling and powerful parts of the demo, Chris and Cora do a deep dive on the nine critical security capabilities that often get missed in modern, cloud native workflows:

  • Zero-trust networking – All services are deployed with .apps.internal routes—completely inaccessible from the public internet—and inter-service communication is governed by explicit container-to-container network policies. This eliminates attack surfaces like CORS misconfiguration vulnerabilities.
  • Centralized authentication – Authentication is centralized at the gateway using OAuth2/SSO integration with UAA. The app inherits your organization’s identity provider (LDAP, SAML, OIDC) without any code changes. Application code never stores or manages credentials.
  • Secure identity forwarding – Back-end services don’t even need to process JWTs. Instead, the gateway extracts user identity and injects it as trusted HTTP headers, simplifying the security model and reducing the attack surface on your microservices.
  • Resilience and compliance – We demonstrate platform-managed credentials via service bindings, ensuring sensitive API keys are protected and rotated by the platform’s credential store instead of living in config files. Plus, Circuit Breaker Protection creates graceful failovers, redirecting users to a fallback page instead of raw errors if an app becomes unhealthy.

But don’t take my word for it. See for yourselves: 


Want more? Here are some of my favorite current resources about Java, Spring, AI, and MCP:
[Video Playlist] Devnexus 2026
[Demo] Production-Worthy AI with Spring AI, MCP, and Spring Security
[Webinar] Extend Your Existing APIs for Agentic Workflows with Spring HATEOAS
[Blog] Building an Enterprise MCP Server Marketplace with Tanzu Platform[Case Srudy] How Broadcom’s IT Leverages Tanzu Platform to Achieve Enterprise-Scale Agentic Business Transformation