You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Google Summer of Code 2008

CORBA support for Apache Tuscany - Wojtek (Wojciech) Janiszewski

Project details

Organization/Project

Apache Software Foundation/Tuscany

GSoC Project Title

CORBA Support for Apache Tuscany

Mentor

Raymond Feng

Project Proposal

http://cwiki.apache.org/confluence/display/TUSCANYWIKI/GSoC08+proposal+-+CORBA+support+for+Apache+Tuscany

Contanct

wojtek.janiszewski AT gmail DOT com

Timeline

Time period

Task

Community bonding period
Before May 26

Learning Apache Tuscany and SCA standard (reading code and documentation, reviewing samples, 'playing with' Apache Tuscany).
Discussing problems related to project.
On 22 April I will deliver 45 minute presentation for university seminar. Presentation will focus on two aspects:
- theory: introduction to Apache Tuscany by showing basic concepts
- practice: building sample application live

First development phase 
May 26 - July

Implementation of tuscany-binding-corba part I: binding.corba for SCA references.
Implementation of tuscany-binding-corba part II: binding.corba for SCA services
Implementation of JUnit tests.
Documentation update.

Mid-term evaluation
July 7 - July 10

Submitting mid-term evaluation.

Second development phase
July 11 - August 11

Implementation of interface-corba-idl module.
Implementation of itest-corba module.
Implementation of JUnit tests.
Documentation updat

Review
August 12 - August 1

Code/documentation review.

Final evaluation
August 18 - September 1

Submitting final evaluation.

Project Log

21st April 2008

Accepted to GSoC.

22nd April 2008

Made presentation for university seminar:
1. presented SCA and Tuscany in theory
2. built simple application live using Apache Tuscany.

30th April 2008

Received corba-binding module, which is a skeleton for further work. First Tuscany build attempts with no success.

1st May 2008

I've encountered some problems with missing (wrong named?) message bundles during builds. Finally built Tuscany via 'mvn clean install -fn', which is sufficient for CORBA binding development for now. I'll get back to building in the future.

3rd May 2008

1. I've Submitted Apache CLA. I'm waiting for listing my name on http://people.apache.org/~jim/committers.html page.
2. I've started to learn about extending Tuscany from http://incubator.apache.org/tuscany/sca-java-extension-development-guide.data/ExtendingTuscany-V01.pdf and from CORBA base code. I've created CorbaModuleActivator class, which plugs binding module into Tuscany. I've added following line to META-INF/services/org.apache.tuscany.sca.core.ModuleActivator (which points to previously added activator):
org.apache.tuscany.sca.binding.corba.CorbaModuleActivator
I've also updated org.apache.tuscany.sca.binding.corba.impl.CorbaBindingProviderFactory.createReferenceBindingProvider(...) method to return CorbaReferenceBindingProvider object.
I've tested CORBA base code using my sample prepared for university seminar. I've configured CORBA reference in composite file, I've "mocked" some of CORBA base code (made CorbaInvoker to return fixed response) , and successfully executed method for CORBA reference. Now it's time to know better Tuscany SPI and Tuscany/SCA specification.

6th May 2008

My full name (Wojciech Janiszewski) appeared on "Unlisted CLAs" section on the committers page.

7th May 2008

I've successfully created sample service binding provider, which was able to pass method invocation request to binded component and pass returned value as a response.

26th May 2008

First development phase officially started! Here's a little summary:
1. I've familiarized with Tuscany and binding extensions.
2. I've made several prototypes, mainly to verify CORBA API.
3. I've also fulfilled all (I hope;]) needed papers (both Apache Software Foundation and Google).

News related to project:
1. Task Implementation of interface-corba-idl module was postponed to Second development phase (see project timeline).
2. Currently I'm working on Implementation of tuscany-binding-corba part I: binding.corba for SCA references task. I'd like to have some working and tested code submitted by the end of the week.

30th May 2008

I've submitted first portion of code. Patch is available and ready to review as jira issue: https://issues.apache.org/jira/browse/TUSCANY-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

6th June 2008

Patch accepted, I've also sent patch with Apache license headers. Now working on exception handling. I've encountered some doubts, which may block my progress: http://marc.info/?l=tuscany-dev&m=121267184106875&w=2

TODO list

Deadline

Action

Status

4th May 2008

Prepare and submit Apache CLA

Done

  • No labels