<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java on Omniac Business</title>
    <link>https://docs.api.omniac.de/categories/java/</link>
    <description>Recent content in Java on Omniac Business</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 27 Feb 2026 10:58:50 +0000</lastBuildDate>
    <atom:link href="https://docs.api.omniac.de/categories/java/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Example Java</title>
      <link>https://docs.api.omniac.de/docs/examples/java/</link>
      <pubDate>Thu, 05 Jan 2017 00:00:00 +0000</pubDate>
      <guid>https://docs.api.omniac.de/docs/examples/java/</guid>
      <description>&lt;h2 id=&#34;introduction-and-project-setup&#34;&gt;Introduction and project setup&lt;a class=&#34;td-heading-self-link&#34; href=&#34;#introduction-and-project-setup&#34; aria-label=&#34;Heading self-link&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Java is a robust, object-oriented programming language known for its platform independence and strong type system, making it ideal for enterprise applications, web services, and large-scale systems. To manage project dependencies and build processes effectively, it&amp;rsquo;s best practice to use a &lt;strong&gt;build tool&lt;/strong&gt; like Maven or Gradle. For this guide, we&amp;rsquo;ll use Maven. You can create a new Maven project by running &lt;code&gt;mvn archetype:generate -DgroupId=com.example.omniac -DartifactId=omniac-client -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false&lt;/code&gt; in your terminal. This creates a standard project structure with a &lt;code&gt;pom.xml&lt;/code&gt; file for dependency management. Navigate to your project directory with &lt;code&gt;cd omniac-client&lt;/code&gt;. The Maven structure keeps your source code in &lt;code&gt;src/main/java&lt;/code&gt; and tests in &lt;code&gt;src/test/java&lt;/code&gt;, providing a clean and organized development environment that&amp;rsquo;s easily understood by IDEs and other developers.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
