Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Concierge"

(Remote Services)
 
(9 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
== FB Open Academy ==
 
== FB Open Academy ==
  
 +
=== Project List ===
 
Current project proposals:
 
Current project proposals:
 
{| class="wikitable"
 
{| class="wikitable"
Line 14: Line 15:
 
| enter here || enter here || enter here
 
| enter here || enter here || enter here
 
|}
 
|}
 +
 +
 +
=== Material ===
 +
 +
 +
==== OSGi and Concierge ====
 +
 +
[http://www.javaworld.com/article/2077837/java-se/hello--osgi--part-1--bundles-for-beginners.html A tutorial]
 +
 +
[http://www.researchgate.net/publication/220631322_A_gentle_introduction_to_OSGi An article]
 +
 +
[http://njbartlett.name/files/osgibook_preview_20091217.pdf A good book]
 +
 +
[http://dl.acm.org/citation.cfm?doid=1272996.1273022 A paper about the "old" Concierge]
 +
 +
[https://www.youtube.com/watch?v=F-zpSdw1FyI A presentation about the "new" Concierge]
 +
 +
 +
==== Remote Services ====
 +
 +
[http://dl.ifip.org/db/conf/middleware/middleware2007/RellermeyerAR07.pdf Paper about R-OSGi]
 +
 +
[http://r-osgi.sourceforge.net/userguide.html Getting started with R-OSGi]
 +
 +
[http://linkality.org/software/remote-osgi-android How to make R-OSGi run on Android]
 +
 +
==== Raspberry Pi and GPIOs ====
 +
 +
[http://www.ibm.com/developerworks/java/tutorials/j-jni/j-jni.html JNI Tutorial]
 +
 +
[http://falsinsoft.blogspot.com/2012/11/access-gpio-from-linux-user-space.html Accessing GPIOs]
 +
 +
 +
==== JUnit ====
 +
 +
[http://www.vogella.com/tutorials/JUnit/article.html A Tutorial]

Latest revision as of 17:38, 17 October 2015

Starting the Concierge wiki page.


FB Open Academy

Project List

Current project proposals:

Student Name Project Name Project Description
enter here enter here enter here
enter here enter here enter here


Material

OSGi and Concierge

A tutorial

An article

A good book

A paper about the "old" Concierge

A presentation about the "new" Concierge


Remote Services

Paper about R-OSGi

Getting started with R-OSGi

How to make R-OSGi run on Android

Raspberry Pi and GPIOs

JNI Tutorial

Accessing GPIOs


JUnit

A Tutorial

Back to the top