Skip to content

Implement your own Shark ASAP application (3 of 5)

Thomas Schwotzer edited this page Apr 8, 2021 · 7 revisions

Step 3: Make you application a Shark Component

You application will do something useful and is an application by its own right. A messenger e.g. is also an application by itself no doubt about it. But a messenger could also be a part of a bigger application who knows. It would be such a good feeling to know that others could use your software and be happy.

What need others to know when using your application?

  • Its interface. Luckily, this API is already there
  • Your used format to avoid conflicts with others
  • A way to instantiate your software.

That’s it. Follow section Shark Component in our developer guide and make your application a Shark Component.

Once you are finished, you are ready to test your component.