> For the complete documentation index, see [llms.txt](https://serving.konduit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://serving.konduit.ai/examples/java.md).

# Java

In this example, you'll create a configuration and deploy a server via Konduit-Serving. These basic can be used to replicate on other platforms with the same process to demonstrate in advance of Konduit-Serving. Let's look at the examples!

{% hint style="info" %}
You can get the `java` examples by cloning from the repository:&#x20;

`$ git clone`[`https://github.com/KonduitAI/konduit-serving-examples`](https://github.com/KonduitAI/konduit-serving-examples.git)&#x20;

If using the IntelliJ IDEA IDE, open the java folder as a Maven project and run the main function of example class.
{% endhint %}

Here are the articles in this section:

{% content-ref url="/pages/-MVp4qkhd3GoGCaQ6OUp" %}
[Server](/examples/java/server.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUvtHi9BctRIFlferCR" %}
[Pipeline Steps](/examples/java/server/pipeline-steps.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MUvtJhsmA8uPTXlGt4W" %}
[Sequence Pipeline](/examples/java/server/sequence-pipeline.md)
{% endcontent-ref %}
