blob: 3d18fe26ec5e6a59657db1b55a5a86485ab702b6 [file] [log] [blame]
Karl Paulsf4ea0312010-06-06 21:55:08 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html><head>
3
4
5
6 <title>Apache Felix - Apache Felix Gogo</title>
7 <link rel="stylesheet" href="apache-felix-gogo-Dateien/site.css" type="text/css" media="all">
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9 </head><body>
10 <div class="title"><div class="logo"><a href="http://felix.apache.org/site/index.html"><img alt="Apache Felix" src="apache-felix-gogo-Dateien/logo.png" border="0"></a></div><div class="header"><a href="http://www.apache.org/"><img alt="Apache" src="apache-felix-gogo-Dateien/apache.png" border="0"></a></div></div>
11 <div class="menu">
12<ul>
13 <li><a href="http://felix.apache.org/site/news.html" title="news">news</a></li>
14 <li><a href="http://felix.apache.org/site/license.html" title="license">license</a></li>
15 <li><a href="http://felix.apache.org/site/downloads.cgi" class="external-link" rel="nofollow">downloads</a></li>
16 <li><a href="http://felix.apache.org/site/documentation.html" title="documentation">documentation</a></li>
17 <li><a href="http://felix.apache.org/site/mailinglists.html" title="mailinglists">mailing lists</a></li>
18 <li><a href="http://felix.apache.org/site/contributing.html" title="Contributing">contributing</a></li>
19 <li><a href="http://www.apache.org/" class="external-link" rel="nofollow">asf</a></li>
20 <li><a href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">sponsorship</a></li>
21 <li><a href="http://www.apache.org/foundation/thanks.html" class="external-link" rel="nofollow">sponsors</a>
22<!-- ApacheCon Ad -->
23<iframe src="apache-felix-gogo-Dateien/button.html" style="border-width: 0pt; float: left;" frameborder="0" height="135" scrolling="no" width="135"></iframe>
24<p style="height: 100px;">
25<!-- ApacheCon Ad -->
26</p></li></ul>
27 </div>
28 <div class="main">
29<h1><a name="ApacheFelixGogo-ApacheFelixGogo"></a>Apache Felix Gogo</h1>
30
31<p>Apache Felix Gogo is a subproject of Apache Felix implementing the
32OSGi RFC 147, which describes a standard shell for OSGi-based
33environments. See <a href="http://felix.apache.org/site/rfc-147-overview.html" title="RFC 147 Overview">RFC 147 Overview</a> for more information.</p>
34
35<h2><a name="ApacheFelixGogo-UsingGogowiththeFelixFramework"></a>Using Gogo with the Felix Framework</h2>
36
37<p>The Gogo subproject consists of three bundles:</p>
38
39<ol>
40 <li><b>runtime</b> - implements the core command processing functionality.</li>
41 <li><b>shell</b> - provides a simple textual user interface to interact with the command processor.</li>
42 <li><b>command</b> - implements a set of basic commands.</li>
43</ol>
44
45
46<p>As of the Apache Felix Framework 3.0.0, Gogo is included as the
47default shell in the framework distribution. To use it, you just start
48the framework like normal:</p>
49
50<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
51<pre>$ cd felix-framework-3.0.0
52$ java -jar bin/felix.jar
53_______________
54Welcome to Apache Felix Gogo
55
56g! lb
57START LEVEL 1
58 ID|State |Level|Name
59 0|Active | 0|System Bundle (3.0.0)
60 1|Active | 1|Apache Felix Bundle Repository (1.6.2)
61 2|Active | 1|Apache Felix Gogo Command (0.6.0)
62 3|Active | 1|Apache Felix Gogo Runtime (0.6.0)
63 4|Active | 1|Apache Felix Gogo Shell (0.6.0)
64g!
65</pre>
66</div></div>
67
68<p>Gogo shell integration in the framework distribution is also discussed in the <a href="http://felix.apache.org/site/apache-felix-framework-usage-documentation.html" title="Apache Felix Framework Usage Documentation">framework usage document</a></p>
69 </div>
70 </body></html>