Skip to content

Implement your own Shark ASAP application (3 of 5)

Thomas Schwotzer edited this page Jan 4, 2022 · 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 a very good feeling if others would happily use your software, wouldn't it.

What would others need to use your application?

  • Its application programmers interface. Luckily, this API is already there.
  • Your used format to avoid conflicts with others. Not a big thing.
  • A way to instantiate your software. That requires a component concept.

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.