iiRecord
Agentic AI Atlas · Dropwizard
framework:dropwizarda5c.ai
II.
Framework JSON

framework:dropwizard

Structured · live

Dropwizard json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/frameworks-server-mobile.yamlCluster · domain
Record JSON
{
  "id": "framework:dropwizard",
  "_kind": "Framework",
  "_file": "domain/frameworks/frameworks-server-mobile.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Dropwizard",
    "homepageUrl": "https://www.dropwizard.io",
    "belongsToLanguageId": "language:java",
    "category": "web-backend",
    "description": "Dropwizard is a Java framework for building production-ready RESTful web services.\nIt bundles Jetty, Jersey, Jackson, and Metrics into a single opinionated library,\nenabling rapid development of high-performance, operationally mature microservices.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:dropwizard",
      "to": "language:java",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:dropwizard",
      "to": "skill-area:backend-api-design",
      "kind": "used_by_skill_area",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:vert-x",
      "to": "framework:dropwizard",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "JVM backend frameworks"
      }
    }
  ]
}