Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Swordfis Documentation: Galileo Sprint1 Activities"

(add move warning)
(Replacing page with '{{#eclipseproject:rt.swordfish}} <font b color=red><b> Page has been moved! Please save any changes to Swordfish_Documentation:_Galileo_Sprint1_Activities</b></font>')
 
Line 1: Line 1:
 
{{#eclipseproject:rt.swordfish}}
 
{{#eclipseproject:rt.swordfish}}
  
<font b color=red><b> Page will be moved! Please save any changes by Scrum Meeting today 10.02.09</b></font>
+
<font b color=red><b> Page has been moved! Please save any changes to [[Swordfish_Documentation:_Galileo_Sprint1_Activities]]</b></font>
 
+
= Sprint Activities =
+
 
+
<table border="2">
+
<tr>
+
<td width="800">
+
<b>
+
Impediments
+
</b>
+
</td>
+
</tr>
+
 
+
<tr>
+
<td>
+
[09.02.2009, Oliver Wolf] Example: Here is my impediment
+
</td>
+
</tr>
+
 
+
 
+
</table>
+
 
+
<br><br>
+
 
+
<table border="2" valign="top">
+
<tr>
+
<td  width="400">
+
<b>Tasks Remaining</b>
+
</td>
+
<td  width="400">
+
<b>Tasks In Progress</b>
+
</td>
+
<td  width="400">
+
<b>Tasks Done</b>
+
</td>
+
</tr>
+
 
+
 
+
<tr valign="top">
+
<td>
+
<b><i>Creating ORBIT projects</i></b>
+
<ul><li>aop-aliance (create, checkin, file CQ)
+
<li>stax-api (create, checkin, file CQ)
+
<li>neethi (create, checkin, file CQ)
+
<li>xmlschema (create, checkin, file CQ)
+
<li>opensaml (create, checkin, file CQ)
+
<li>xmlsec (create, checkin, file CQ)
+
<li>velocity (create, checkin, file CQ)
+
<li>xmlbeans (create, checkin, file CQ)
+
<li>slf4j (create, checkin, file CQ)
+
<li>jcl104-over-slf4j (create, checkin, file CQ)
+
<li>jaxb (create, checkin, file CQ)
+
<li>jaxb-impl (create, checkin, file CQ)
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li>[09.02.2009, Oliver Wolf] saaj-api (create, checkin, file CQ)
+
<li>[09.02.2009, Oliver Wolf] saaj-impl (create, checkin, file CQ)
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li>[09.02.2009, Oliver Wolf] Example Task 2
+
</ul>
+
</td>
+
</tr>
+
 
+
 
+
<tr valign="top">
+
<td>
+
<b><i>Integrate Apache CXF</i></b>
+
</td>
+
 
+
<td>
+
<ul>
+
<li>
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li>
+
</ul>
+
</td>
+
</tr>
+
 
+
 
+
<tr valign="top">
+
<td>
+
<b><i>Integrate ODE 2.0 Beta into Servicemix 4</i></b>
+
<ul><li>build actual apache-servicemix-4.0-m2-SNAPSHOT
+
<li>try to build and run examples / loan-broker-bpel against the ode-jbi-1.2 distribution.
+
<li>build ode jbi samples in the ode-jbi-1.2 distribution
+
<li>adapt http://ode.apache.org/jbi-deployment.html to run the ode jbi samples using apache-servicemix-4.0-m2-SNAPSHOT
+
<li>build the actual apache-ode-2.0-SNAPSHOT
+
T<li>build ode jbi samples in the ode-jbi-1.2 distribution and run them using apache-ode-2.0-SNAPSHOT
+
<li>adapt Task 2 to run examples / loan-broker-bpel against the apache-ode-2.0-SNAPSHOT
+
<li>Try to get the existing samples running in an equinox-based environment.
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
<li>[10.02.2009, Dietmar Wolz] try to build and run examples / loan-broker-bpel against the ode-jbi-1.2 distribution.
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
<li>[10.02.2009, Dietmar Wolz] build actual apache-servicemix-4.0-m2-SNAPSHOT
+
<li>[10.02.2009, Dietmar Wolz] build ode jbi samples in the ode-jbi-1.2 distribution
+
</ul>
+
</td>
+
</tr>
+
 
+
 
+
<tr valign="top">
+
<td>
+
<b><i>JaxWS Service integration with ODE</i></b>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
</ul>
+
</td>
+
</tr>
+
 
+
 
+
<tr valign="top">
+
<td>
+
<b><i>Service Registry REST interface: Prototype for lookup</i></b>
+
<ul>
+
<li>Create a first  Eclipse project for the Registry component.</li>
+
<li>Definition of the request and response format between for the lookup call, especially content of the response</li>
+
<li>Define communication and API between registry interceptor and the proxies repsonsible for different kind of locations</li>
+
<li>Refactoring current registry interceptor to extract proxy for local file system, which implements the specified api</li>
+
<li>Create proxy for lookup into remote registry</li>
+
<li>Make registry interceptor configurable for different proxies</li>
+
<li>Specify layout of files persisting the registry artifacts in the file system</li>
+
<li>Define in memory domain model of registry artficacts</li>
+
<li>Implementing loading of registry artifacts from file system into the in memory domain model</li>
+
<li>Implement the start-up phase of the registry</li>
+
<li>Implement the lookup request</li>
+
<li>Create the bundle structure and activators for the the registry, so it can run wihin an Equinox container.</li>
+
<li></li>
+
 
+
</ul>
+
 
+
</td>
+
<td>
+
<ul>
+
<li></li>
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
</ul>
+
</td>
+
</tr>
+
 
+
 
+
<tr valign="top">
+
<td>
+
<b><i>Code generation based on JAX-WS reference implementation</i></b>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
</ul>
+
</td>
+
</tr>
+
 
+
 
+
<tr valign="top">
+
<td>
+
<b><i>Logging Event Sink</i></b>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
</ul>
+
</td>
+
</tr>
+
 
+
<tr valign="top">
+
<td>
+
<b><i>Acquire knowledge</i></b>
+
<ul>
+
<li>Acquire OSGi / Spring knowledge
+
<li>Add integration test container project
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
</ul>
+
</td>
+
 
+
<td>
+
<ul>
+
<li><!-- Enter your list entry here -->
+
</ul>
+
</td>
+
</tr>
+
 
+
</table>
+

Latest revision as of 07:00, 10 February 2009

{{#eclipseproject:rt.swordfish}}

Page has been moved! Please save any changes to Swordfish_Documentation:_Galileo_Sprint1_Activities

Back to the top