Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6CCA7E864 for ; Wed, 6 Feb 2013 16:24:17 +0000 (UTC) Received: (qmail 46835 invoked by uid 500); 6 Feb 2013 16:24:17 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 46759 invoked by uid 500); 6 Feb 2013 16:24:17 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 46598 invoked by uid 99); 6 Feb 2013 16:24:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 16:24:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 16:24:10 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 69D4A2388C32 for ; Wed, 6 Feb 2013 16:23:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r849584 [10/18] - in /websites/staging/felix/trunk/content: ./ documentation/subprojects/ documentation/subprojects/apache-felix-ipojo/ documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/ documentation/subprojects/apac... Date: Wed, 06 Feb 2013 16:23:23 -0000 To: commits@felix.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130206162327.69D4A2388C32@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide.html ============================================================================== --- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide.html (original) +++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide.html Wed Feb 6 16:23:22 2013 @@ -1,7 +1,6 @@ - + + Apache Felix - apache-felix-ipojo-userguide - - - - - - - - - - + + + + - + + + + + + + + - - -
- -
- - Apache - -
+ + + + - -
-
- - - - -

apache-felix-ipojo-userguide

- -
-

User Guide

+ +
+
+

User Guide

This page references pages composing the iPOJO User Guide: apache-felix-ipojo-api Describing components @@ -218,31 +159,37 @@ iPOJO Advanced Topics iPOJO FAQ Using XML Schemas

-
- - - -
- Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000 -
-
- Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project - logo are trademarks of The Apache Software Foundation. All other marks mentioned - may be trademarks or registered trademarks of their respective owners. -
+
+ +
+ +
+
+
+
+ Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project + logo are trademarks of The Apache Software Foundation. All other marks mentioned + may be trademarks or registered trademarks of their respective owners. +
+
+ Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000 +
+
+
- - - + + + - Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-api.html ============================================================================== --- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-api.html (original) +++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-api.html Wed Feb 6 16:23:22 2013 @@ -1,7 +1,6 @@ - + + Apache Felix - apache-felix-ipojo-api - - - - - - - - - - + + + + - + + + + + + + + - - -
- -
- - Apache - -
+ + + + - -
-
- - - - -

apache-felix-ipojo-api

- -
-

iPOJO API

+ +
+
+

iPOJO API

The iPOJO API provides a third way to describe iPOJO components and instances. With the API, you can dynamically create new components types and create instances from them. Your component types are described with a Java API. To use the API, deploy and start the iPOJO-API bundle and the iPOJO core bundle.

{div:class=toc} [TOC] @@ -497,31 +438,37 @@ CompositeComponentType type = new Compos .setSpecification(Foo.class.getName())); // Exports a service

\\
 
-
- - - -
- Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000 -
-
- Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project - logo are trademarks of The Apache Software Foundation. All other marks mentioned - may be trademarks or registered trademarks of their respective owners. -
+
+ +
+ +
+
+
+
+ Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project + logo are trademarks of The Apache Software Foundation. All other marks mentioned + may be trademarks or registered trademarks of their respective owners. +
+
+ Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000 +
+
+
- - - + + + - Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components.html ============================================================================== --- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components.html (original) +++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components.html Wed Feb 6 16:23:22 2013 @@ -1,7 +1,6 @@ - + + Apache Felix - Describing components - - - - - - - - - - + + + + - + + + + + + + + - - -
- -
- - Apache - -
+ + + + - -
-
- - - - -

Describing components

- -
-

Describing your iPOJO components

+ +
+
+

Describing your iPOJO components

This section describes the different features supported by iPOJO. This page aims to answer to the following question: "What can I write in my iPOJO component descriptor?"

{div:class=toc} [TOC] @@ -234,31 +175,37 @@

A missing functionality ?

iPOJO component model is extensible. So, you can implement your own handler managing you specific requirement. Refer the handler development guide (How to write your own handler) for more details.

-
- - - -
- Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000 -
-
- Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project - logo are trademarks of The Apache Software Foundation. All other marks mentioned - may be trademarks or registered trademarks of their respective owners. -
+
+ +
+ +
+
+
+
+ Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project + logo are trademarks of The Apache Software Foundation. All other marks mentioned + may be trademarks or registered trademarks of their respective owners. +
+
+ Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000 +
+
+
- - - + + + - Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html ============================================================================== --- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html (original) +++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/architecture-handler.html Wed Feb 6 16:23:22 2013 @@ -1,7 +1,6 @@ - + + Apache Felix - Architecture Handler - - - - - - - - - - - - + + + + - - -
- -
- - Apache - -
+ + + + + + + + + + + + + - -
-
- - - - -

Architecture Handler

- -
-

Introspection and Architecture

+ +
+
+

Introspection and Architecture

The architecture feature allows obtaining an architectural / component view of your systems. It exposes a snapshot of the present instances & factories, the state of these instances... Moreover; iPOJO defines an 'arch' command displaying this architecture in Felix. You need to install the arch command.

{div:class=toc} [TOC] @@ -237,31 +178,37 @@

More info on the arch command are available here.

Technical information

In fact, when a component enables the architecture introspection, its container exposes an Architecture service. Any architecture requester can obtain information about the instance. For example, the arch command requests all the architecture services and prints the information.

-
- - - -
- Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000 -
-
- Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project - logo are trademarks of The Apache Software Foundation. All other marks mentioned - may be trademarks or registered trademarks of their respective owners. -
+
+ +
+ +
+
+
+
+ Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project + logo are trademarks of The Apache Software Foundation. All other marks mentioned + may be trademarks or registered trademarks of their respective owners. +
+
+ Rev. 1441864 by fmeschbe on Sun, 3 Feb 2013 06:44:40 +0000 +
+
+
- - - + + + -