Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:Summer 2 2023 May 29, Summer 3 2023 June 12
Description
Situation: This ticket is part of a series of tutorials on OSGI.
Task: Read and complete this tutorial: https://www.vogella.com/tutorials/OSGi/article.html
Document how useful this tutorial was and any useful information from the tutorial in the Jira comments below.
The tutorial covers most of the important concepts of OSGI. The only drawback is the example that is given in this article. The example uses MANIFEST.MF configuration file to define meta information. Though project works fine with manifest file there are some disadvantages using it.
To know more information about using pom.xml over MANIFEST.MF file, I recommend to go through this link:https://stackoverflow.com/questions/11373009/should-i-use-pom-first-or-manifest-first-when-developing-osgi-application-with-m
Overall, I highly recommend this article to anyone who want to know about OSGI in-depth and it is completely fine if you are unable to follow the example.
If you want to do hands on project using OSGI, go through the below mentioned link. The best thing about this example is it uses MAVEN build tool and IntelliJ IDE. The more things about this article will be covered in next part of this series.
https://medium.com/javarevisited/learn-osgi-from-scratch-eclipse-intellij-and-wso2-platform-%EF%B8%8F-bf4c5629e097