Difference between revisions of "Rifidi roadmap"

From RifidiWiki

Jump to: navigation, search
m
 
(43 intermediate revisions by 22 users not shown)
Line 3: Line 3:
 
=Current State=
 
=Current State=
  
Currently, the Rifidi products (Tag Streamer, and Emulator) are two totally separate <span class="plainlinks">[http://www.breast-enhancement-page.com <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">breast actives</span>] software packages with <span class="plainlinks">[http://www.cleanfresnocarpets.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">clovis carpet cleaning</span>] little code reuse (except for readers) and loose coupling integration. Functionality is separated into <span class="plainlinks">[http://www.bestpills4weightloss.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">top weight loss pills</span>] osgi plugins, but code is not <span class="plainlinks">[http://www.beautyschoolsofamerica.biz/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">Beauty Schools of America Complaints</span>] being developed with the service-oriented paradigm that osgi provides.  this causes several problems:
+
Currently, the Rifidi products (Tag Streamer, and Emulator) are two totally separate software packages with little code reuse (except for readers) and loose coupling integration. Functionality is separated into osgi plugins, but code is not being developed with the service-oriented paradigm that osgi provides.  this causes several problems:
  
 
*Two Separte Development Cycles for Rifidi Tag Streamer, and Emulator
 
*Two Separte Development Cycles for Rifidi Tag Streamer, and Emulator
** Version Numbers apply only to <span class="plainlinks">[http://www.aqua-gear.com/swim-goggles<span style="color:black;font-weight:normal; text-decoration:none!important;background:none!important; text-decoration:none;">swimming goggles</span>] releases, not to underlying services provided by osgi plugins
+
** Version Numbers apply only to releases, not to underlying services provided by osgi plugins
 
** too much code is copied and not shared
 
** too much code is copied and not shared
 
*There is alot of functionality that is not separated into plugins
 
*There is alot of functionality that is not separated into plugins
 
**Stable code mixed with development code
 
**Stable code mixed with development code
**If only one small part of a class changes, the whole plugin has <span class="plainlinks">[http://www.proposable.com <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">proposal software</span>] to be updated
+
**If only one small part of a class changes, the whole plugin has to be updated
 
*Rifidi is missing an eclipse-like 'update' functionality
 
*Rifidi is missing an eclipse-like 'update' functionality
  
Line 17: Line 17:
 
=Solution through Service Oriented Architecture=
 
=Solution through Service Oriented Architecture=
  
In order to tie the <span class="plainlinks">[http://www.mycaal.com <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">loan modification</span>] two products closer together, we should use <span class="plainlinks">[http://www.gumball-machine.com/vending-machines.html <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">vending machines</span>] the services-oriented design that osgi allows for.  We can achieve this by following the following best practices:
+
In order to tie the two products closer together, we should use the services-oriented design that osgi allows for.  We can achieve this by following the following best practices:
  
* Functionality needs to be separated into services (i.e. plugins).[http://www.bedbugbitesinfo.com/'''Bed Bug Bites'''] [http://www.breast-enhancement-page.com breast actives]
+
* Functionality needs to be separated into services (i.e. plugins).
 
* osgi plugins should be versioned separately from releases.  We can do this in the manifest file of the plugin
 
* osgi plugins should be versioned separately from releases.  We can do this in the manifest file of the plugin
 
* Each bundle should have a maintainer.  This can also be specified in the plugin's manifest.
 
* Each bundle should have a maintainer.  This can also be specified in the plugin's manifest.
* The most important idea is that Rifidi should be treated as '''one''' application with several possible ways of assembling functionality.[http://www.detective.ro/index-en.html'''private detective Romania'''] [http://www.revitolcellulitecreamq.com revitol cellulite cream]
+
* The most important idea is that Rifidi should be treated as '''one''' application with several possible ways of assembling functionality.
  
 
=Rifidi As Single Application=
 
=Rifidi As Single Application=
 
If Rifidi is a single application, it gives several benefits:
 
If Rifidi is a single application, it gives several benefits:
*'''Single Installer''' -  There can be a single, small Rifidi Installer that allows users to install the Rifidi functionality that they want.  For example, once they have the base application running, they can choose to install the 'emulator' packages or the 'tag streamer' packages.[http://www.merchantos.com/features/cloud-based-point-of-sale cloud point of sale system]
+
*'''Single Installer''' -  There can be a single, small Rifidi Installer that allows users to install the Rifidi functionality that they want.  For example, once they have the base application running, they can choose to install the 'emulator' packages or the 'tag streamer' packages.
*'''Update Functionality''' -  When a user wants the latest version of the code, he can update the <span class="plainlinks">[http://thebeginnerslens.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">iphone photography</span>] application, which will install only the latest osgi plugins instead of having to download the whole rifidi application again.
+
*'''Update Functionality''' -  When a user wants the latest version of the code, he can update the application, which will install only the latest osgi plugins instead of having to download the whole rifidi application again.
*'''Reliability''' - By focusing on the functionality at the <span class="plainlinks">[http://www.surgepromotions.com/74/custom-shot-glasses/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">custom shot glasses</span>] package level, we can note when a package changes and update the version number of the package itself.  In addition, [http://www.fleshlight.org/ '''fleshlight'''] plugin dependencies can specify version number that they depend on.  This allows us to know which package versions work with the current code ==Related Links==
+
*'''Reliability''' - By focusing on the functionality at the package level, we can note when a package changes and update the version number of the package itself.  In addition, plugin dependencies can specify version number that they depend on.  This allows us to know which package versions work with the current code in case something breaks. Because each plugin can be tagged in the SVN, a 'release' is simply a collection of plugin version numbers. 
 +
*'''User Upgrade Path''' - By having an installer with the ability to add new functionality, it provides a user with a clear upgrade path in using the Rifidi Products, for example:
  
[http://www.cellulite.co.uk/ '''cellulite'''] in case something breaks. Because each plugin can be tagged <span class="plainlinks">[http://cushion-cut-engagement-rings.com <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">cushion cut engagement rings</span>] in the SVN, a 'release' is simply a collection of plugin version numbers. 
+
[[Image:RifidiRoadmap.png]]
*'''User Upgrade Path''' - By having an installer with the ability to add new <span class="plainlinks">[http://www.diamondlinks.net/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">link building</span>] functionality, it provides a user with a clear upgrade path in using the <span class="plainlinks">[http://www.truckaccidentlawyersource.com/ <span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">truck accident lawyer</span>] Rifidi Products, for example:
+
  
[[Image:RifidiRoadmap.png]]
 
[http://www.provillus.org/ provillus] [http://www.actives-breast.com breast actives] [http://www.vigrx-pill.org vigrx]
 
 
=Steps to Complete=
 
=Steps to Complete=
 
# Separate functionality into plugins and identify common code that is currently being duplicated.
 
# Separate functionality into plugins and identify common code that is currently being duplicated.
[http://oceancity.vn bat dong san], [http://oceancity.vn nha dat], [http://oceancity.vn dai duong xanh], [http://oceancity.vn mua ban nha dat] [http://oceancity.vn/dia-oc/ dia oc] [http://oceancity.vn/du-an/ du an],
+
# Design new packages for the duplicated code.  The new packages should be able to be used by all products.
[http://oceancity.vn/dia-oc/dat-nen-du-an/44/ dat nen], [http://oceancity.vn/dia-oc/dat-nen-du-an/44/ chung cu] [http://oceancity.vn/dia-oc/can-ho-cao-cap/35/ can ho],
+
[http://oceancity.vn/du-an/khu-can-ho/era-town/370.html Era town]
+
[http://oceancity.vn/du-an/khu-can-ho/metro-tower/365.html Metro tower]
+
[http://oceancity.vn/du-an/khu-can-ho/lotus-garden-can-ho-tien-ich-trong-khong-gian-xanh/146.html lotus garden] [http://www.saigonpearlvietnam.com/ saigon pearl]
+
[http://oceancity.vn/du-an/du-an/celadon-city/192.html Celadon City]
+
# Design new packages for the duplicated code.  The new packages should be able to be used by all products <span class="plainlinks">[http://www.congregationbuilder.com<span style="color:black;font-weight:normal; text-decoration:none!important;background:none!important; text-decoration:none;">web based room reservation software</span>]* [http://baovevn.vn bao ve], * [http://baovevn.vn/dich-vu-bao-ve-an-ninh/ dich vu bao ve], * [http://baovevn.vn/cong-ty-tu-van-nghiep-vu-bao-ve/ cong ty bao ve], * [http://noithathoangduy.com.vn noithat], * [http://noithathoangduy.com.vn noithathoaphat], * [http://noithathoangduy.com.vn/noithatnhapngoai-noithatdailoan.aspx noithatnhapngoai]
+
* [http://noithathoangduy.com.vn/noithatnhapngoai-noithatdailoan.aspx noithatdailoan], * [http://noithathoangduy.com.vn/noithatvanphong-noithatfami.aspx noithatvanphong], * [http://noithathoangduy.com.vn/noithatvanphong-noithatfami.aspx noithatfami], [http://www.cuudulieu24h.com cuu du lieu], [http://www.digiseo.com seo], [http://banbuon24h.com rao vat], [http://www.vinfotech.com/web_2.0/web_20_design.htm Web 2.0 Design],
+
[http://www.uiredesign.com/solutions/ui-design-for-android-apps.htm  Android App Design],[http://www.digiseo.com/en seo services], [http://www.digiseo.com/thiet-ke-website thiet ke web], [http://www.digiseo.com/quang-ba-website quang ba web], [http://www.digiseo.com/quang-ba-website/dich-vu-seo.php marketing online], [http://www.sms4smile.org Funny SMS], [http://www.nhakhoavietgiao.com.vn/list2.php?cid=49 nha khoa] [http://www.vietnamairlinesticket.com vietnam airlines], [http://thanglonghousing.com villas for rent in hanoi]
+
.
+
 
# Develop a 'best practices' guide for how to number osgi packages.  Go through all packages and give them version numbers
 
# Develop a 'best practices' guide for how to number osgi packages.  Go through all packages and give them version numbers
# Create a new svn repository and add all new packages to it[http://www.amaliadraghici.ro/portofolio/Machiaj%20mireasa/list/1 machiaj mireasa]
+
# Create a new svn repository and add all new packages to it
 
# Add update functionality within the products
 
# Add update functionality within the products
 
# Host site for serving package updates
 
# Host site for serving package updates
 
# Develop common UI framework
 
# Develop common UI framework
 
[http://www.ocularconcepts.us Cleveland Web Design], [http://uvc-thanhlapcongty.com thanh lap cong ty], [http://uvc-thanhlapcongty.com thanh lap cty], [http://uvc-thanhlapcongty.com thành lập công ty], [http://uvc-thanhlapcongty.com/dang-ky-online/dang-ky-thanh-lap-doanh-nghiep.html thanh lap doanh nghiep], [http://uvc-thanhlapcongty.com/dang-ky-online/dang-ky-thanh-lap-doanh-nghiep.html thành lập doanh nghiệp], [http://uvc-thanhlapcongty.com/dang-ky-online/dang-ky-thanh-lap-doanh-nghiep.html dang ky kinh doanh], [http://uvc-thanhlapcongty.com/cung-cap-dich-vu/dich-vu-ke-toan.html dich vu ke toan], [http://uvc-thanhlapcongty.com/cung-cap-dich-vu/dich-vu-ke-toan.html dịch vụ kế toán], [http://uvc-thanhlapcongty.com/cung-cap-dich-vu/dai-ly-bao-cao-thue.html bao cao thue], [http://allforone.com.vn houses for rent in district 2 hcmc], [http://allforone.com.vn apartments for rent in district 2 hcmc], [http://allforone.com.vn serviced apartments for rent in district 2 hcmc], [http://allforone.com.vn villas for rent in district 2 hcmc], [http://www.strep-throat-symptoms.org/ Symptoms of Strep Throat] | [http://www.blue-waffle.org/ Blue Waffle Infection], [http://www.outdoorfountains.com/ outdoor fountains], [http://namthaibinhduong.edu.vn/ du hoc], [http://namthaibinhduong.edu.vn/ tu van du hoc], [http://namthaibinhduong.edu.vn/ cong ty du hoc], [http://namthaibinhduong.edu.vn/ du hoc my], [http://namthaibinhduong.edu.vn/ du hoc uc], [http://namthaibinhduong.edu.vn/ du hoc singapore], [http://thutucthanhlapcongty.net thanh lap cong ty], [http://thutucthanhlapcongty.net qui trinh thanh lap cong ty], [http://thutucthanhlapcongty.net dieu kien thanh lap cong ty], [http://thutucthanhlapcongty.net cach thanh lap cong ty], [http://thutucthanhlapcongty.net/index.php/doanh-nghiep-trong-nuoc/thanh-lap-cong-ty-co-phan/ thành lập công ty cổ phần], [http://thutucthanhlapcongty.net/index.php/doanh-nghiep-trong-nuoc/thanh-lap-cong-ty-tnhh-mot-thanh-vien/ thanh lap cong ty tnhh], [http://thutucthanhlapcongty.net/index.php/doanh-nghiep-trong-nuoc/thanh-lap-cong-ty-tnhh-mot-thanh-vien/ thanh lap cong ty], [http://thutucthanhlapcongty.net/index.php/dich-vu-tu-van-tim-ke-toan/ dịch vụ kế toán], [http://thutucthanhlapcongty.net/index.php/dich-vu-tu-van-tim-ke-toan/ dich vu ke toan], [http://thutucthanhlapcongty.net/index.php/dich-vu-tu-van-tim-ke-toan/ tim ke toan], [http://thutucthanhlapcongty.net/index.php/dich-vu-tu-van-tim-ke-toan/ tu van ke toan],
 
[http://thutucthanhlapcongty.net/index.php/doanh-nghiep-trong-nuoc/tu-van-thanh-lap-cong-ty/ tu van thanh lap cong ty], [http://thutucthanhlapcongty.net/index.php/dich-vu-ke-khai-thue/ dịch vụ kê khai thuế]
 
[http://thutucthanhlapcongty.net/index.php/doanh-nghiep-trong-nuoc/dieu-kien-thanh-lap-cong-ty-bao-ve/ dieu kien thanh lap cong ty], [http://uvc-thanhlapcongty.com thanh lap cong ty], [http://uvc-thanhlapcongty.com thanh lap cty], [http://uvc-thanhlapcongty.com thành lập công ty], [http://uvc-thanhlapcongty.com/dang-ky-online/dang-ky-thanh-lap-doanh-nghiep.html thanh lap doanh nghiep], [http://uvc-thanhlapcongty.com/dang-ky-online/dang-ky-thanh-lap-doanh-nghiep.html thành lập doanh nghiệp], [http://uvc-thanhlapcongty.com/dang-ky-online/dang-ky-thanh-lap-doanh-nghiep.html dang ky kinh doanh], [http://uvc-thanhlapcongty.com/cung-cap-dich-vu/dich-vu-ke-toan.html dich vu ke toan], [http://uvc-thanhlapcongty.com/cung-cap-dich-vu/dich-vu-ke-toan.html dịch vụ kế toán], [http://uvc-thanhlapcongty.com/cung-cap-dich-vu/dai-ly-bao-cao-thue.html bao cao thue]
 

Latest revision as of 16:22, 28 February 2012

This page discusses some long range plans for the Rifidi project.

Current State

Currently, the Rifidi products (Tag Streamer, and Emulator) are two totally separate software packages with little code reuse (except for readers) and loose coupling integration. Functionality is separated into osgi plugins, but code is not being developed with the service-oriented paradigm that osgi provides. this causes several problems:

  • Two Separte Development Cycles for Rifidi Tag Streamer, and Emulator
    • Version Numbers apply only to releases, not to underlying services provided by osgi plugins
    • too much code is copied and not shared
  • There is alot of functionality that is not separated into plugins
    • Stable code mixed with development code
    • If only one small part of a class changes, the whole plugin has to be updated
  • Rifidi is missing an eclipse-like 'update' functionality

As a result, we end up with two separate, but related projects that are loosely-coupled

Solution through Service Oriented Architecture

In order to tie the two products closer together, we should use the services-oriented design that osgi allows for. We can achieve this by following the following best practices:

  • Functionality needs to be separated into services (i.e. plugins).
  • osgi plugins should be versioned separately from releases. We can do this in the manifest file of the plugin
  • Each bundle should have a maintainer. This can also be specified in the plugin's manifest.
  • The most important idea is that Rifidi should be treated as one application with several possible ways of assembling functionality.

Rifidi As Single Application

If Rifidi is a single application, it gives several benefits:

  • Single Installer - There can be a single, small Rifidi Installer that allows users to install the Rifidi functionality that they want. For example, once they have the base application running, they can choose to install the 'emulator' packages or the 'tag streamer' packages.
  • Update Functionality - When a user wants the latest version of the code, he can update the application, which will install only the latest osgi plugins instead of having to download the whole rifidi application again.
  • Reliability - By focusing on the functionality at the package level, we can note when a package changes and update the version number of the package itself. In addition, plugin dependencies can specify version number that they depend on. This allows us to know which package versions work with the current code in case something breaks. Because each plugin can be tagged in the SVN, a 'release' is simply a collection of plugin version numbers.
  • User Upgrade Path - By having an installer with the ability to add new functionality, it provides a user with a clear upgrade path in using the Rifidi Products, for example:

RifidiRoadmap.png

Steps to Complete

  1. Separate functionality into plugins and identify common code that is currently being duplicated.
  2. Design new packages for the duplicated code. The new packages should be able to be used by all products.
  3. Develop a 'best practices' guide for how to number osgi packages. Go through all packages and give them version numbers
  4. Create a new svn repository and add all new packages to it
  5. Add update functionality within the products
  6. Host site for serving package updates
  7. Develop common UI framework
Personal tools