Clement Escoffier | 580d190 | 2009-07-21 12:06:46 +0000 | [diff] [blame^] | 1 | <!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 - iPOJO Webconsole Plugin</title> |
| 7 | <link rel="stylesheet" href="ipojo-webconsole-plugin_files/site.css" type="text/css" media="all"> |
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 9 | <style type="text/css" charset="utf-8">/* See license.txt for terms of usage */
|
| 10 |
|
| 11 | #firebugBody {
|
| 12 | position: fixed;
|
| 13 | top:0;
|
| 14 | left:0;
|
| 15 | margin:0;
|
| 16 | padding:0;
|
| 17 | width:1px;
|
| 18 | height:1px;
|
| 19 | background:url();
|
| 20 | overflow:visible;
|
| 21 | }
|
| 22 |
|
| 23 | .firebugCanvas {
|
| 24 | position:fixed;
|
| 25 | top: 0;
|
| 26 | left: 0;
|
| 27 | display:none;
|
| 28 | border: 0 none;
|
| 29 | margin: 0;
|
| 30 | padding: 0;
|
| 31 | outline: 0;
|
| 32 | }
|
| 33 |
|
| 34 | .firebugHighlight {
|
| 35 | z-index: 2147483647;
|
| 36 | position: absolute;
|
| 37 | background-color: #3875d7;
|
| 38 | margin: 0;
|
| 39 | padding: 0;
|
| 40 | outline: 0;
|
| 41 | border: 0 none;
|
| 42 | }
|
| 43 |
|
| 44 | .firebugLayoutBoxParent {
|
| 45 | z-index: 2147483647;
|
| 46 | position: absolute;
|
| 47 | background-color: transparent;
|
| 48 | border-top: 0 none;
|
| 49 | border-right: 1px dashed #BBBBBB;
|
| 50 | border-bottom: 1px dashed #BBBBBB;
|
| 51 | border-left: 0 none;
|
| 52 | margin: 0;
|
| 53 | padding: 0;
|
| 54 | outline: 0;
|
| 55 | }
|
| 56 |
|
| 57 | .firebugRuler {
|
| 58 | position: absolute;
|
| 59 | margin: 0;
|
| 60 | padding: 0;
|
| 61 | outline: 0;
|
| 62 | border: 0 none;
|
| 63 | }
|
| 64 |
|
| 65 | .firebugRulerH {
|
| 66 | top: -15px;
|
| 67 | left: 0;
|
| 68 | width: 100%;
|
| 69 | height: 14px;
|
| 70 | background: url(chrome://firebug/skin/rulerH.png) repeat-x;
|
| 71 | border-top: 1px solid #BBBBBB;
|
| 72 | border-right: 1px dashed #BBBBBB;
|
| 73 | border-bottom: 1px solid #000000;
|
| 74 | }
|
| 75 |
|
| 76 | .firebugRulerV {
|
| 77 | top: 0;
|
| 78 | left: -15px;
|
| 79 | width: 14px;
|
| 80 | height: 100%;
|
| 81 | background: url(chrome://firebug/skin/rulerV.png) repeat-y;
|
| 82 | border-left: 1px solid #BBBBBB;
|
| 83 | border-right: 1px solid #000000;
|
| 84 | border-bottom: 1px dashed #BBBBBB;
|
| 85 | }
|
| 86 |
|
| 87 | .overflowRulerX > .firebugRulerV {
|
| 88 | left: 0;
|
| 89 | }
|
| 90 |
|
| 91 | .overflowRulerY > .firebugRulerH {
|
| 92 | top: 0;
|
| 93 | }
|
| 94 |
|
| 95 | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
| 96 | .firebugLayoutBox {
|
| 97 | margin: 0;
|
| 98 | padding: 0;
|
| 99 | border: 0 none;
|
| 100 | outline: 0;
|
| 101 | }
|
| 102 |
|
| 103 | .firebugLayoutBoxOffset {
|
| 104 | z-index: 2147483647;
|
| 105 | position: absolute;
|
| 106 | opacity: 0.8;
|
| 107 | }
|
| 108 |
|
| 109 | .firebugLayoutBoxMargin {
|
| 110 | background-color: #EDFF64;
|
| 111 | }
|
| 112 |
|
| 113 | .firebugLayoutBoxBorder {
|
| 114 | background-color: #666666;
|
| 115 | }
|
| 116 |
|
| 117 | .firebugLayoutBoxPadding {
|
| 118 | background-color: SlateBlue;
|
| 119 | }
|
| 120 |
|
| 121 | .firebugLayoutBoxContent {
|
| 122 | background-color: SkyBlue;
|
| 123 | }
|
| 124 |
|
| 125 | /*.firebugHighlightGroup .firebugLayoutBox {
|
| 126 | background-color: transparent;
|
| 127 | }
|
| 128 |
|
| 129 | .firebugHighlightBox {
|
| 130 | background-color: Blue !important;
|
| 131 | }*/
|
| 132 |
|
| 133 | .firebugLayoutLine {
|
| 134 | z-index: 2147483647;
|
| 135 | background-color: #000000;
|
| 136 | opacity: 0.4;
|
| 137 | margin: 0;
|
| 138 | padding: 0;
|
| 139 | outline: 0;
|
| 140 | border: 0 none;
|
| 141 | }
|
| 142 |
|
| 143 | .firebugLayoutLineLeft,
|
| 144 | .firebugLayoutLineRight {
|
| 145 | position: fixed;
|
| 146 | width: 1px;
|
| 147 | height: 100%;
|
| 148 | }
|
| 149 |
|
| 150 | .firebugLayoutLineTop,
|
| 151 | .firebugLayoutLineBottom {
|
| 152 | position: absolute;
|
| 153 | width: 100%;
|
| 154 | height: 1px;
|
| 155 | }
|
| 156 |
|
| 157 | .firebugLayoutLineTop {
|
| 158 | margin-top: -1px;
|
| 159 | border-top: 1px solid #999999;
|
| 160 | }
|
| 161 |
|
| 162 | .firebugLayoutLineRight {
|
| 163 | border-right: 1px solid #999999;
|
| 164 | }
|
| 165 |
|
| 166 | .firebugLayoutLineBottom {
|
| 167 | border-bottom: 1px solid #999999;
|
| 168 | }
|
| 169 |
|
| 170 | .firebugLayoutLineLeft {
|
| 171 | margin-left: -1px;
|
| 172 | border-left: 1px solid #999999;
|
| 173 | }
|
| 174 | </style></head><body> |
| 175 | <div class="title"><div class="logo"><a href="http://felix.apache.org/site/index.html"><img alt="Apache Felix" src="ipojo-webconsole-plugin_files/logo.png" border="0"></a></div><div class="header"><a href="http://www.apache.org/"><img alt="Apache" src="ipojo-webconsole-plugin_files/apache.png" border="0"></a></div></div> |
| 176 | <div class="menu"> |
| 177 | <ul> |
| 178 | <li><a href="http://felix.apache.org/site/news.html" title="news">news</a></li> |
| 179 | <li><a href="http://felix.apache.org/site/license.html" title="license">license</a></li> |
| 180 | <li><a href="http://felix.apache.org/site/downloads.cgi" rel="nofollow">downloads</a></li> |
| 181 | <li><a href="http://felix.apache.org/site/documentation.html" title="documentation">documentation</a></li> |
| 182 | <li><a href="http://felix.apache.org/site/mailinglists.html" title="mailinglists">mailing lists</a></li> |
| 183 | <li><a href="http://felix.apache.org/site/contributing.html" title="Contributing">contributing</a></li> |
| 184 | <li><a href="http://www.apache.org/" rel="nofollow">asf</a></li> |
| 185 | <li><a href="http://www.apache.org/foundation/sponsorship.html" rel="nofollow">sponsorship</a></li> |
| 186 | <li><a href="http://www.apache.org/foundation/thanks.html" rel="nofollow">sponsors</a> |
| 187 | <!-- ApacheCon Ad --> |
| 188 | <iframe src="ipojo-webconsole-plugin_files/button.html" style="border-width: 0pt; float: left;" scrolling="no" frameborder="0" height="135" width="135"></iframe> |
| 189 | <p style="height: 100px;"> |
| 190 | <!-- ApacheCon Ad --> |
| 191 | </p></li></ul> </div> |
| 192 | <div class="main"> |
| 193 | <style type="text/css"> |
| 194 | @import url(http://people.apache.org/~clement/ipojo/site/superfish.css); |
| 195 | </style> |
| 196 | |
| 197 | <style type="text/css"> |
| 198 | @import url(http://people.apache.org/~clement/ipojo/site/style.css); |
| 199 | </style> |
| 200 | |
| 201 | <p> |
| 202 | <script class="javascript" src="ipojo-webconsole-plugin_files/shCore.js"></script> |
| 203 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushCSharp.js"></script> |
| 204 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushPhp.js"></script> |
| 205 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushJScript.js"></script> |
| 206 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushVb.js"></script> |
| 207 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushSql.js"></script> |
| 208 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushXml.js"></script> |
| 209 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushShell.js"></script> |
| 210 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushDelphi.js"></script> |
| 211 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushPython.js"></script> |
| 212 | <script class="javascript" src="ipojo-webconsole-plugin_files/shBrushJava.js"></script> |
| 213 | |
| 214 | <script type="text/javascript" src="ipojo-webconsole-plugin_files/jquery-1.js"></script> |
| 215 | <script type="text/javascript" src="ipojo-webconsole-plugin_files/hoverIntent.js"></script> |
| 216 | <script type="text/javascript" src="ipojo-webconsole-plugin_files/superfish.js"></script> |
| 217 | <script type="text/javascript" src="ipojo-webconsole-plugin_files/supersubs.js"></script> |
| 218 | |
| 219 | <script type="text/javascript"> |
| 220 | |
| 221 | $(document).ready(function(){ |
| 222 | $("ul.sf-menu").supersubs({ |
| 223 | minWidth: 14, // minimum width of sub-menus in em units |
| 224 | maxWidth: 30, // maximum width of sub-menus in em units |
| 225 | extraWidth: 1 // extra width can ensure lines don't sometimes turn over |
| 226 | // due to slight rounding differences and font-family |
| 227 | }).superfish(); // call supersubs first, then superfish, so that subs are |
| 228 | // not display:none when measuring. Call before initialising |
| 229 | // containing tabs for same reason. |
| 230 | }); |
| 231 | |
| 232 | </script> |
| 233 | </p><div class="main"> |
| 234 | <div class="page-header"> |
| 235 | <img src="ipojo-webconsole-plugin_files/header.png" class="header"> |
| 236 | <a href="http://ipojo.org/"><img src="ipojo-webconsole-plugin_files/ipojo.png" class="header-logo" width="225"></a> |
| 237 | <ul class="sf-menu sf-js-enabled sf-shadow" id="ipojo-menu"> |
| 238 | <li class="current"> |
| 239 | <!-- Menu Overview --> |
| 240 | <a href="" class="sf-with-ul">Overview<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a> |
| 241 | <ul style="float: none; width: 14em; display: none; visibility: hidden;"> |
| 242 | <li style="white-space: normal; float: left; width: 100%;"> |
| 243 | <a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo.html" title="Apache Felix iPOJO">Home</a> |
| 244 | </li> |
| 245 | <li style="white-space: normal; float: left; width: 100%;"> |
| 246 | <a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-why-choose-ipojo.html" title="apache-felix-ipojo-why-choose-ipojo">Why choose iPOJO</a> |
| 247 | </li> |
| 248 | <li style="white-space: normal; float: left; width: 100%;"> |
| 249 | <a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-successstories.html" title="apache-felix-ipojo-successstories">Success stories</a> |
| 250 | </li> |
| 251 | <li style="white-space: normal; float: left; width: 100%;"> |
| 252 | <a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-feature-overview.html" title="Apache Felix iPOJO Feature Overview">Features</a> |
| 253 | </li> |
| 254 | </ul> |
| 255 | </li> |
| 256 | |
| 257 | <li class=""> |
| 258 | <!-- Menu download --> |
| 259 | </li><li> |
| 260 | <a href="http://felix.apache.org/site/download.html" title="Download">Download </a> |
| 261 | </li> |
| 262 | |
| 263 | <li class=""> |
| 264 | <!-- Menu Documentation --> |
| 265 | <a href="" class="sf-with-ul">Documentation<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a> |
| 266 | <ul style="float: none; width: 14em; display: none; visibility: hidden;"> |
| 267 | <!-- sub- menu : getting started --> |
| 268 | <li style="white-space: normal; float: left; width: 100%;" class=""> |
| 269 | <a style="float: none; width: auto;" href="" class="sf-with-ul">Getting Started<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a> |
| 270 | <ul style="left: 14em; float: none; width: 14em; display: none; visibility: hidden;"> |
| 271 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-in-10-minutes.html" title="iPOJO in 10 minutes">iPOJO in 10 minutes</a></li> |
| 272 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/how-to-use-ipojo-annotations.html" title="How to use iPOJO Annotations">Using Annotations</a></li> |
| 273 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-hello-word-maven-based-tutorial.html" title="iPOJO Hello Word (Maven-Based) tutorial">Maven tutorial</a></li> |
| 274 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-advanced-tutorial.html" title="iPOJO Advanced Tutorial">Advanced tutorial</a></li> |
| 275 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-dosgi.html" title="apache-felix-ipojo-dosgi">Using Distributed OSGi</a></li> |
| 276 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-composition-tutorial.html" title="iPOJO Composition Tutorial">Application Composition</a></li> |
| 277 | </ul> |
| 278 | </li> <!-- end of getting started --> |
| 279 | <!-- sub menu : Describing Components --> |
| 280 | <li style="white-space: normal; float: left; width: 100%;" class=""> |
| 281 | <a style="float: none; width: auto;" href="http://felix.apache.org/site/describing-components.html" class="sf-with-ul">Describing components<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a> |
| 282 | <ul style="left: 14em; float: none; width: 14em; display: none; visibility: hidden;"> |
| 283 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/service-requirement-handler.html" title="Service Requirement Handler">Requiring a service</a></li> |
| 284 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/providing-osgi-services.html" title="Providing OSGi services">Providing a service</a></li> |
| 285 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/lifecycle-callback-handler.html" title="Lifecycle Callback Handler">Lifecycle management</a></li> |
| 286 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/configuration-handler.html" title="Configuration Handler">Configuration</a></li> |
| 287 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/architecture-handler.html" title="Architecture Handler">Introspection</a></li> |
| 288 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/controller-lifecycle-handler.html" title="Controller Lifecycle Handler">Impacting the lifecycle</a></li> |
| 289 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/event-admin-handlers.html" title="Event Admin Handlers">Asynchronous communication</a></li> |
| 290 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-jmx-handler.html" title="iPOJO JMX Handler">JMX management</a></li> |
| 291 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/extender-pattern-handler.html" title="Extender Pattern Handler">Extender pattern</a></li> |
| 292 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/white-board-pattern-handler.html" title="White Board Pattern Handler">Whiteboard pattern</a></li> |
| 293 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/temporal-service-dependency.html" title="Temporal Service Dependency">Temporal dependencies</a></li> |
| 294 | </ul> |
| 295 | </li> <!-- End of describing components --> |
| 296 | <!-- sub- menu : User Guide --> |
| 297 | <li style="white-space: normal; float: left; width: 100%;" class=""> |
| 298 | <a style="float: none; width: auto;" href="" class="sf-with-ul">User Guide<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a> |
| 299 | <ul style="left: 14em; float: none; width: 14em; display: none; visibility: hidden;"> |
| 300 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/using-xml-schemas.html" title="Using XML Schemas">XML Schemas</a></li> |
| 301 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-api.html" title="apache-felix-ipojo-api">API</a></li> |
| 302 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-testing-components.html" title="apache-felix-ipojo-testing-components">Testing components</a></li> |
| 303 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-eclipse-integration.html" title="apache-felix-ipojo-eclipse-integration">Eclipse Integration</a></li> |
| 304 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-faq.html" title="iPOJO FAQ">FAQ</a></li> |
| 305 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-reference-card.html" title="iPOJO-Reference-Card">Reference Card</a></li> |
| 306 | </ul> |
| 307 | </li> <!-- end of user guide --> |
| 308 | <!-- sub- menu : Dev Guide --> |
| 309 | <li class="" style="white-space: normal; float: left; width: 100%;"> |
| 310 | <a style="float: none; width: auto;" href="" class="sf-with-ul">Advanced Topics<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a> |
| 311 | <ul style="left: 14em; float: none; width: 14em; display: none; visibility: hidden;"> |
| 312 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/ipojo/api/1.2.0" rel="nofollow">Javadoc</a></li> |
| 313 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/how-to-write-your-own-handler.html" title="How to write your own handler">Handler guide</a></li> |
| 314 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/how-to-use-ipojo-manipulation-metadata.html" title="How to use iPOJO Manipulation Metadata">Manipulation Metadata </a></li> |
| 315 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/dive-into-the-ipojo-manipulation-depths.html" title="Dive into the iPOJO Manipulation depths">Dive into the iPOJO Manipulation depths</a></li> |
| 316 | </ul> |
| 317 | </li> <!-- End of Dev guide --> |
| 318 | </ul> |
| 319 | </li> <!-- End of doc --> |
| 320 | <!-- Menu 4 : Tools --> |
| 321 | <li class=""> |
| 322 | <a href="" class="sf-with-ul">Tools<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a> |
| 323 | <ul style="float: none; width: 14em; display: none; visibility: hidden;"> |
| 324 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-ant-task.html" title="iPOJO Ant Task">Ant Task</a></li> |
| 325 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-eclipse-plug-in.html" title="iPOJO Eclipse Plug-in">Eclipse Plugin</a></li> |
| 326 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/ipojo-maven-plug-in.html" title="iPOJO Maven Plug-in">Maven Plugin</a></li> |
| 327 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-online-manipulator.html" title="apache-felix-ipojo-online-manipulator">Online Manipulator</a></li> |
| 328 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="" title="iPOJO Webconsole Plugin">Webconsole plugin</a></li> |
| 329 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-junit4osgi.html" title="apache-felix-ipojo-junit4osgi">Junit4OSGi</a></li> |
| 330 | </ul> |
| 331 | </li><!-- End of tools --> |
| 332 | <!-- Menu 5 : Misc --> |
| 333 | <li class=""> |
| 334 | <a href="" class="sf-with-ul">Misc<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a> |
| 335 | <ul style="float: none; width: 14em; display: none; visibility: hidden;"> |
| 336 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-issuestracker.html" title="apache-felix-ipojo-issuestracker">Issues Tracker</a></li> |
| 337 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-supportedvms.html" title="apache-felix-ipojo-supportedVMs">Supported JVMs</a></li> |
| 338 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/apache-felix-ipojo-supportedosgi.html" title="apache-felix-ipojo-supportedOSGi">Supported OSGi Implementations</a></li> |
| 339 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://ipojo-dark-side.blogspot.com/" rel="nofollow">iPOJO's Dark Side Blog</a></li> |
| 340 | <li style="white-space: normal; float: left; width: 100%;"><a style="float: none; width: auto;" href="http://felix.apache.org/site/article-presentations.html" title="Article & Presentations">Article & Presentations</a></li> |
| 341 | </ul> |
| 342 | </li><!-- End of misc --> |
| 343 | </ul> <!-- End of the menu --> |
| 344 | </div> <!-- Page header --> |
| 345 | |
| 346 | |
| 347 | <div class="content"> |
| 348 | |
| 349 | <h1><a name="iPOJOWebconsolePlugin-iPOJOWebconsolePlugin"></a>iPOJO Webconsole Plugin</h1> |
| 350 | |
| 351 | <p><em>If you like the <a href="http://felix.apache.org/site/apache-felix-web-console.html" title="Apache Felix Web Console">Apache Felix Webconsole</a>, |
| 352 | you will be interested by the iPOJO plugin. This plugin gives you all |
| 353 | the information about iPOJO instances, factories and handlers deployed |
| 354 | on the framework.</em></p> |
| 355 | |
| 356 | <div> |
| 357 | <ul> |
| 358 | <li><a href="#iPOJOWebconsolePlugin-iPOJOWebconsolePlugin">iPOJO Webconsole Plugin</a></li> |
| 359 | <ul> |
| 360 | <li><a href="#iPOJOWebconsolePlugin-Features">Features</a></li> |
| 361 | <li><a href="#iPOJOWebconsolePlugin-Usingtheplugin">Using the plugin</a></li> |
| 362 | <li><a href="#iPOJOWebconsolePlugin-Screenshots">Screenshots</a></li> |
| 363 | </ul> |
| 364 | </ul></div> |
| 365 | |
| 366 | <div class="panelMacro"><table class="infoMacro"><colgroup><col width="24"><col></colgroup><tbody><tr><td valign="top"><img src="ipojo-webconsole-plugin_files/information.gif" alt="" border="0" align="absmiddle" height="16" width="16"></td><td><b>1.3.0-SNAPSHOT</b><br><p>This |
| 367 | feature is only provided in iPOJO 1.3.0-SNAPSHOT, and will be available |
| 368 | in the iPOJO 1.4. If you want to use it, just use the <a href="http://felix.apache.org/site/download.html" title="Download">iPOJO trunk</a>.</p></td></tr></tbody></table></div> |
| 369 | |
| 370 | <h2><a name="iPOJOWebconsolePlugin-Features"></a>Features</h2> |
| 371 | <ul> |
| 372 | <li>Lists created instances</li> |
| 373 | <li>Gives details about instances (state, factory, required services, provided services, used instances, and raw architecture)</li> |
| 374 | <li>Lists available factories</li> |
| 375 | <li>Gives details about factories (state, created instances, required handlers, missing handlers, raw architecture, properties...)</li> |
| 376 | <li>List available handlers</li> |
| 377 | <li>Instance and Factories are <tt>navigable</tt>, so you can easily understand the system architecture</li> |
| 378 | </ul> |
| 379 | |
| 380 | |
| 381 | <p>In other words, it replace the <a href="http://felix.apache.org/site/ipojo-arch-command.html" title="iPOJO-Arch-Command"><tt>arch</tt></a> command.</p> |
| 382 | |
| 383 | <h2><a name="iPOJOWebconsolePlugin-Usingtheplugin"></a>Using the plugin</h2> |
| 384 | <p>To use the plugin you need an OSGi platform with:</p> |
| 385 | <ul> |
| 386 | <li>an HTTP Service (<a href="http://felix.apache.org/site/downloads.html" title="downloads">Download</a>)</li> |
| 387 | <li>The Apache Felix Webconsole</li> |
| 388 | <li>iPOJO</li> |
| 389 | <li>The iPOJO Plugin (compiled with iPOJO)</li> |
| 390 | </ul> |
| 391 | |
| 392 | |
| 393 | <p>To start the web console, please refer to the <a href="http://felix.apache.org/site/apache-felix-web-console.html" title="Apache Felix Web Console">Apache Felix web console documentation</a>.</p> |
| 394 | |
| 395 | <h2><a name="iPOJOWebconsolePlugin-Screenshots"></a>Screenshots</h2> |
| 396 | <p><a class="confluence-thumbnail-link 1327x545" href="http://felix.apache.org/site/ipojo-webconsole-plugin.data/Picture%205.png"><img src="ipojo-webconsole-plugin_files/Picture%25205.jpg" border="0" align="absmiddle"></a> <a class="confluence-thumbnail-link 1309x540" href="http://felix.apache.org/site/ipojo-webconsole-plugin.data/Picture%206.png"><img src="ipojo-webconsole-plugin_files/Picture%25206.jpg" border="0" align="absmiddle"></a> <a class="confluence-thumbnail-link 1313x868" href="http://felix.apache.org/site/ipojo-webconsole-plugin.data/Picture%207.png"><img src="ipojo-webconsole-plugin_files/Picture%25207.jpg" border="0" align="absmiddle"></a><br> |
| 397 | <a class="confluence-thumbnail-link 1316x938" href="http://felix.apache.org/site/ipojo-webconsole-plugin.data/Picture%208.png"><img src="ipojo-webconsole-plugin_files/Picture%25208.jpg" border="0" align="absmiddle"></a> <a class="confluence-thumbnail-link 1314x483" href="http://felix.apache.org/site/ipojo-webconsole-plugin.data/Picture%209.png"><img src="ipojo-webconsole-plugin_files/Picture%25209.jpg" border="0" align="absmiddle"></a> <a class="confluence-thumbnail-link 1317x728" href="http://felix.apache.org/site/ipojo-webconsole-plugin.data/Picture%2010.png"><img src="ipojo-webconsole-plugin_files/Picture%252010.jpg" border="0" align="absmiddle"></a> |
| 398 | <br clear="all"> |
| 399 | <br clear="all"></p> |
| 400 | |
| 401 | </div> |
| 402 | <img src="ipojo-webconsole-plugin_files/footer.png" class="footer"> |
| 403 | </div> |
| 404 | |
| 405 | <script type="text/javascript"> |
| 406 | var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
| 407 | document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 408 | </script><script src="ipojo-webconsole-plugin_files/ga.js" type="text/javascript"></script> |
| 409 | <script type="text/javascript"> |
| 410 | try{ |
| 411 | var pageTracker = _gat._getTracker("UA-1518442-4"); |
| 412 | pageTracker._trackPageview(); |
| 413 | } catch(err) {} |
| 414 | </script> |
| 415 | |
| 416 | </div> |
| 417 | </body><div FirebugVersion="1.4.0" style="display: none;" id="_firebugConsole"></div></html> |