Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{style:import=http://people.apache.org/~clement/ipojo/site/superfish.css}
{style:import=http://people.apache.org/~clement/ipojo/site/style.css}
{html}
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shCore.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushCSharp.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushPhp.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushJScript.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushVb.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushSql.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushXml.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushShell.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushDelphi.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushPython.js"></script>
<script class="javascript" src="http://cwiki.apache.org/confluence/download/resources/confluence.ext.code:code/shBrushJava.js"></script>

<script type="text/javascript" src="http://people.apache.org/~clement/ipojo/site/jquery-1.js"></script>
<script type="text/javascript" src="http://people.apache.org/~clement/ipojo/site/hoverIntent.js"></script> 
<script type="text/javascript" src="http://people.apache.org/~clement/ipojo/site/superfish.js"></script> 
<script type="text/javascript" src="http://people.apache.org/~clement/ipojo/site/supersubs.js"></script> 

<script type="text/javascript"> 
 
    $(document).ready(function(){ 
        $("ul.sf-menu").supersubs({ 
            minWidth:    14,   // minimum width of sub-menus in em units 
            maxWidth:    30,   // maximum width of sub-menus in em units 
            extraWidth:  1     // extra width can ensure lines don't sometimes turn over 
                               // due to slight rounding differences and font-family 
        }).superfish();  // call supersubs first, then superfish, so that subs are 
                         // not display:none when measuring. Call before initialising 
                         // containing tabs for same reason. 
    }); 
 
</script>
<div class="main">
<div class="page-header"/>
<img src="http://people.apache.org/~clement/ipojo/site/header.png" class="header">
<a href="http://ipojo.org"><img src="http://people.apache.org/~clement/ipojo/site/ipojo.png" width="225" class="header-logo"></a>
<ul class="sf-menu sf-js-enabled sf-shadow" id="ipojo-menu">
<li class="current">
<!-- Menu Overview -->
<a href="#" class="sf-with-ul">Overview<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a>
<ul>
	<li>
	{html}[Home|Apache Felix iPOJO]{html}							
	</li>
	<li>
	{html}[Why choose iPOJO|apache-felix-ipojo-why-choose-ipojo]{html}
	</li>
	<li>
	{html}[Success stories|apache-felix-ipojo-successstories]{html}
	</li>
	<li>
	{html}[Features|Apache Felix iPOJO Feature Overview]{html}
	</li>
</ul>
</li>	

<li class="">			
<!-- Menu download -->
<li>
{html}[Download | Download]{html}
</li>

<li class="">					
<!-- Menu Documentation -->
<a href="#" class="sf-with-ul">Documentation<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a>
<ul>
    <!-- sub-menu : getting started -->
    <li class="">
    <a href="#" class="sf-with-ul">Getting Started<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a>
    <ul>
     <li>{html}[iPOJO in 10 minutes]{html}</li>
     <li>{html}[Using Annotations|How to use iPOJO Annotations]{html}</li>
     <li>{html}[Maven tutorial|iPOJO Hello Word (Maven-Based) tutorial]{html}</li>
     <li>{html}[Advanced tutorial|iPOJO Advanced Tutorial]{html}</li>
     <li>{html}[Using Distributed OSGi|apache-felix-ipojo-dosgi]{html}</li>
     <li>{html}[Application Composition|iPOJO Composition Tutorial]{html}</li>
    </ul>
    </li> <!-- end of getting started -->
    <!-- sub menu : Describing Components -->
     <li class="">
        <a 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></a>
        <ul>
        <li>{html}[Requiring a service|Service Requirement Handler]{html}</li>
        <li>{html}[Providing a service|Providing OSGi services]{html}</li>
        <li>{html}[Lifecycle management|Lifecycle Callback Handler]{html}</li>
        <li>{html}[Configuration|Configuration Handler]{html}</li>
        <li>{html}[Introspection|Architecture Handler]{html}</li>
        <li>{html}[Impacting the lifecycle|Controller Lifecycle Handler]{html}</li>
        <li>{html}[Asynchronous communication|Event Admin Handlers]{html}</li>
        <li>{html}[JMX management|iPOJO JMX Handler]{html}</li>
        <li>{html}[Extender pattern|Extender Pattern Handler]{html}</li>
        <li>{html}[Whiteboard pattern|White Board Pattern Handler]{html}</li>
        <li>{html}[Temporal dependencies|Temporal Service Dependency]{html}</li>
        </ul>
     </li> <!-- End of describing components -->
    <!-- sub-menu : User Guide -->
    <li class="">
    <a href="" class="sf-with-ul">User Guide<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a>
        <ul>
        <li>{html}[XML Schemas|Using XML Schemas]{html}</li>
        <li>{html}[API|apache-felix-ipojo-api]{html}</li>
        <li>{html}[Testing components|apache-felix-ipojo-testing-components]{html}</li>
        <li>{html}[Eclipse Integration|apache-felix-ipojo-eclipse-integration]{html}</li>
        <li>{html}[FAQ|iPOJO FAQ]{html}</li>
        <li>{html}[Reference Card|iPOJO-Reference-Card]{html}</li>
        </ul>
    </li> <!-- end of user guide -->
    <!-- sub-menu : Dev Guide -->
    <li> 
    <a href="#" class="sf-with-ul">Advanced Topics<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a>
       <ul>
        <li>{html}[Javadoc|http://felix.apache.org/ipojo/api/1.2.0]{html}</li>
        <li>{html}[Handler guidedevelopment| How to write your own handler]{html}</li>
        <li>{html}[Manipulation Metadata | How to use iPOJO Manipulation Metadata]{html}</li>
        <li>{html}[Dive into the iPOJO Manipulation depths]{html}</li>
       </ul>
    </li> <!-- End of Dev guide -->
</ul> 
</li> <!-- End of doc -->
<!-- Menu 4 : Tools -->
<li class="">
<a href="#" class="sf-with-ul">Tools<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a>
<ul>
   <li>{html}[Ant Task|iPOJO Ant Task]{html}</li>
   <li>{html}[Eclipse Plugin|iPOJO Eclipse Plug-in]{html}</li>
   <li>{html}[Maven Plugin|iPOJO Maven Plug-in]{html}</li>
   <li>{html}[{{arch}} shell command|FELIX:iPOJO-Arch-Command]{html}</li>
   <li>{html}[Online Manipulator|apache-felix-ipojo-online-manipulator]{html}</li>
   <li>{html}[Webconsole plugin|iPOJO Webconsole Plugin]{html}</li>
   <li>{html}[Junit4OSGi|apache-felix-ipojo-junit4osgi]{html}</li>
</ul>   
</li><!-- End of tools -->					
<!-- Menu 5 : Misc -->
<li class="">
<a href="#" class="sf-with-ul">Misc<span class="sf-sub-indicator"> »</span><span class="sf-sub-indicator"> »</span></a>
<ul>
   <li>{html}[Issues Tracker|apache-felix-ipojo-issuestracker]{html}</li>
   <li>{html}[Supported JVMs|apache-felix-ipojo-supportedVMs]{html}</li>
   <li>{html}[Supported OSGi Implementations|apache-felix-ipojo-supportedOSGi]{html}</li>
   <li>{html}[iPOJO's Dark Side Blog|http://ipojo-dark-side.blogspot.com]{html}</li>
   <li>{html}[Article & Presentations]{html}</li>
</ul>
</li><!-- End of misc -->
</ul> <!-- End of the menu -->
</div> <!-- Page header -->
{html}