2022-01-24 09:28:42 -08:00
|
|
|
---
|
2022-03-08 18:25:44 +01:00
|
|
|
description: Documentation to get you upto speed on building, running and testing backend server for OpenMetadata
|
2022-01-24 09:28:42 -08:00
|
|
|
---
|
|
|
|
|
2022-03-08 18:25:44 +01:00
|
|
|
# Backend (Java)
|
2022-01-24 09:28:42 -08:00
|
|
|
|
|
|
|
We use Java for developing OpenMetadata backend server. Following are the key technologies that we use for the backend:
|
|
|
|
|
2022-03-08 18:25:44 +01:00
|
|
|
- [jsonschema2pojo](https://www.jsonschema2pojo.org/) for Java code generation
|
|
|
|
- [Dropwizard](https://www.dropwizard.io/en/latest/) for the web service application
|
|
|
|
- [JDBI3](http://jdbi.org/) for database access
|
2022-01-24 09:28:42 -08:00
|
|
|
|
2022-03-08 18:25:44 +01:00
|
|
|
{% content-ref url="coding-style.md" %}
|
|
|
|
[coding-style.md](coding-style.md)
|
2022-01-24 09:28:42 -08:00
|
|
|
{% endcontent-ref %}
|
|
|
|
|
2022-03-08 18:25:44 +01:00
|
|
|
{% content-ref url="code-generation.md" %}
|
|
|
|
[code-generation.md](code-generation.md)
|
2022-01-24 09:28:42 -08:00
|
|
|
{% endcontent-ref %}
|
|
|
|
|
2022-03-08 18:25:44 +01:00
|
|
|
{% content-ref url="env-setup.md" %}
|
|
|
|
[env-setup.md](env-setup.md)
|
2022-02-06 12:49:32 -08:00
|
|
|
{% endcontent-ref %}
|
|
|
|
|
2022-03-08 18:25:44 +01:00
|
|
|
{% content-ref url="debugging.md" %}
|
|
|
|
[debugging.md](debugging.md)
|
2022-02-06 12:49:32 -08:00
|
|
|
{% endcontent-ref %}
|