Download presentation
Presentation is loading. Please wait.
Published byGarey Walker Modified over 6 years ago
1
OSGi alapú alkalmazások hatékony fejlesztése Maven+Eclipse eszközökkel
Zsoldos Balázs
2
Eredeti motiváció Internet time 10 minutes Deployment time 2 minutes
3
Coding time Deployment time Facebook time “What was I doing?” time
4
Reduce deployment time v3
5
“mvn package” + copy file Iteration is faster, but not fast enough (compile + copy)
6
drop JAR OR Drop project process “target/classes”
7
up-to-date “target/classes”
Eclipse + maven-bundle-plugin = up-to-date “target/classes”
8
Test Code Deploy / Run tests Production code
9
Test Code Deploy / Run tests Production code
10
up-to-date “target/classes”
Eclipse + maven-bundle-plugin = up-to-date “target/classes”
14
How does the plugin work?
19
Dependencies on the workspace
20
Graceful shutdown
21
Maven plugin works from different class space than the Eclipse plugin
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.