You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Quinton McCombs <qu...@bellsouth.net> on 2003/01/25 23:28:42 UTC

Loading Torque as Avalon component

One of the items on the task list for Turbine 2.3 is to be able to load
Torque as an Avalon component.  The problem is the the method names
conflict between Stratum's lifecycle interfaces and Avalon's.  To do
this I see basically two options...

1) Simply switch to Avalon's lifecycle interfaces and drop Stratum's.
There would be no deprecation.  Turbine and Torque would be changed at
the same time so that the development versions would still work
together.

2) Create a wrapper class for Torque that would implement the Avalon
lifecycle interfaces.  This would be enough to satisfy Turbine's
requirement.

I think that option #1 would be the best even though deprecation is out
of the question.