Arwed Mett
Arwed Mett

Reputation: 2750

OSGi Tutorials without Eclipse?

I want to develop an OSGi module. However I don't want to rely on Eclipse, but rather develop the module in vim and build it with maven.

Also, I would find it nice to have a live deployment. Therefore I am searching for something which watches my files for changes similar to build systems in nodejs and then recompiles the project and deploys it.

Does anybody know how to do this, or knows a tutorial which might describe this?

Upvotes: 0

Views: 203

Answers (1)

Milen Dyankov
Milen Dyankov

Reputation: 3052

I want to develop an OSGI module ... in vim and build it with maven.

Perhaps this tutorial Using OSGi enRoute with Maven will get you started!

Upvotes: 3

Related Questions