8000 GitHub - jbonofre/acna15
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jbonofre/acna15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    ApacheCon 15 Karaf Sample
    -------------------------

This very simple project illustrates the "Karaf for the Enterprise" talk given at ApacheCon NA 15.

1. Installation of the JDBC Datasource
In a running Karaf instance, install the jdbc feature:

karaf@root()> feature:install jdbc

And create a derby datasource named "book":

karaf@root()> jdbc:create -t derby -i book

2. Register the acna15 features

karaf@root()> feature:repo-add mvn:org.apache.karaf.sample.acna15/acna15-features/1.0-SNAPSHOT/xml/features

3. Install the acna15 features:

karaf@root()> feature:install acna15-persistence
karaf@root()> feature:install acna15-web
karaf@root()> feature:install acna15-rest

or all in a row:

karaf@root()> feature:install acna15

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0