80 likes | 100 Views
Explore the phases and components of the Starship project implementation, including OSGi testing. Learn valuable lessons and gain insights on component remodeling, documentation, and testing. Discover the key components - Audio, Event, Graphic - and their importance in the project, along with essential tests and references.
E N D
Project Presentation (III) - Implementation Liana Lisboa – PM Project: Starship
Summary • Phase Activities • Components • OSGi • Tests • Learned Lessons • References
Phase Activities • Activities: • Implementation • To Specify: • The Components – remodeling of the component • OSGi • Documentation • Component Tests
New definition of components Audio Actions Entity Event Graphic Movement Screen Old components Game Presentation Game Core Audi Display End Game High Score Configuration Collision Screen Control Components
Components • The three initial components: • Audio • Event • Graphic • Demonstration!
OSGi • Firstly the components were implemented as usual components according to the defined architecture • The components with OSGi are the next steps
Learned Lessons • Each component can not have variabilities as a part of it. • Each component has to be a unique variable.