Updates:
Status: Started
Comment #4 on issue 1883 by jean.deruelle: STF 2 on Seam 3
http://code.google.com/p/mobicents/issues/detail?id=1883
Related Extract from IRC discussion from January 18th, 2011 See
http://groups.google.com/group/mobicents-public/browse_thread/thread/3ed7e6ea0db9adcc
<jeand> I want to bootstrap some thinking about STF.next as well
<jeand> I saw this
<jeand>
http://agoncal.wordpress.com/2011/01/12/bootstrapping-cdi-in-several-...
<jeand> so it seems CDI can already be integrated into TC 6.X and I'm pretty
sure TC 7.X will soon follow
<jeand> I was wondering if we could start to think about integrating STF
toCDI
<vralev> haha bootstrapping from maven, who would have thought
<jeand> injecting helpers
<jeand> to handle presence
<jeand> conferencing
<jeand> IM
<jeand> etc
<jeand> http://seamframework.org/Weld
<jeand> has a nice picture
<jeand> on CDI and what Seam 3 provides added to the spec
<jeand> the idea would have to have modules for SIP
<jeand> Telco modules
<jeand> since the 1h timeframe is up for the meeting
<jeand> any last comments on that ?
<gvag> Nice plan, so STF will be a set of reusable modules on top of a CDI
container
<vralev> we should probably start making code examples what the apps would
look like
<gvag> telco modules
<vralev> the API
<jeand> gvag, yes
<jeand> vralev, yes I would like all 3 of us to take a look at CDI spec and
maybe some of the seam 3 modules
<vralev> so i think we will need some independent primitives first
<vralev> like the Conference objects from the conf-demo
<vralev> and then wrap them in Seam modules
<jeand> vralev, right we need to identify some frequently used primitives
use cases
<jeand> and then ask for community input
<jeand> to make sure we are on the right
<jeand> track
<jeand> wrt to what people use
<jeand> a Registrar would be nice by example
<jeand> registrar location service
* Tili has quit (Ping timeout: 240 seconds)
<jeand> is a component that is often needed
<vralev> yeah
<vralev> but it has to be a singleton somehow maybe
<jeand> we could start by that as it doesn't involve media
<jeand> and is pure SIP
<jeand> and then move on to IVR, Conference type of use cases
<jeand> not sure if the CDI spec defines that
<gvag> Cool, that would be equivalent on working with
<gvag> pure Servlets and JSF
<jeand> there is a @Singleton annotation in CDI
<vralev> may be it doesnt need to be singleton
<vralev> just app-scoped
<vralev> which is kind of the same anyway
<jeand> Singleton is a scope IIRc
<vralev> yeah we must see how best fit
<jeand> gvag, soon you will update your click to call with CDI + Telco
modules :-)
<gvag> ;-)
* vilpan ([email protected]) has left #mobicents
<jeand> Ok I'll start a google doc so that we can collaborate on drafting a
first CDI Telco version