Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] RE: Creating SC implementation types

Hi Johnson,

Later I saw about the mailing list and I posted my question also there :)

What I understand from your answer is that I will have to extend just some extension points and I will be able to provide XQuery implementation type.

But still what is not clear to me is how everything this integrates. I mean how STP Core, SOAS, SC, etc. will be related. For example If I want to create several java components and then create some XQuery component to map between the interfaces of the java components, how will I do this (for example I want to provide the user possibility to simply drag lines from the one interface to the other).

When looking at your code, you generate a simple scdl and the artifacts for running Tuscany using some templates. Isn't it planned to use the STP Core SCA model for the scdl and SOAS for deployment to runtime?

Also If I implement my XQuery extension, will I have to care about the scdl and the deployment to specific runtime?

Regards, Vasil

 >-------- Оригинално писмо --------
 >От:  "Ma, Xiaoyu \(Johnson\)" <jma@xxxxxxxx>
 >Относно: RE: Creating SC implementation types
 >До: "Vasil Vasilev" <vavasilev@xxxxxx>
 >Изпратено на: Вторник, 2007, Април 24 08:32:01 EEST
 >----------------------------------
 >
 >
 >Hi Vasil,
 >
 >There was a bug entry related to your problem: 
 >https://bugs.eclipse.org/bugs/show_bug.cgi?id=171968
 >
 >
 >You can't extend the SCA wizard to support different impls for now. But it is  on the way... 
 >
 >We defined the runtime provider extension points for JAX-WS dev before.
 >I am refactoring that to support multiple technologies, including JAX-WS and SCA. That will be base framework for STP service creation.
 >
 >Base on that, we will define extension points for specific technology. For SCA example, we will define binding/impl extension points
 >to allow developer to add binding/impl parameters gui and process hook.
 >
 >Those should be done sometime next month.
 >
 >(I am forwarding this email to stp-dev@xxxxxxxxxxx. That is the email list for stp developers.)
 >
 >Regards
 >
 >Johnson
 >
 >
 >
 >
 >-----Original Message-----
 >From: Vasil Vasilev [mailto:vavasilev@xxxxxx]
 >Sent: Sat 4/21/2007 7:56 AM
 >To: Ma, Xiaoyu (Johnson)
 >Subject: Creating SC implementation types
 > 
 >Hi Mr. Ma,
 >
 >I found your e-mail address from the bugzilla and I found from the wiki that you are working on the SC Java project. That's why I would like to address you my question. You could as well forward it to someone else if appropriate.
 >
 >I am working on a small prototype (which is part of my master thesis) for creating XQuery implementation type for SCA components. For the design time I would like to integrate with STP in the form Java implementation type integrates and I want to do this via the service creation framework. 
 >
 >Unfortunately I was not able to find more detailed and developer-oriented information in the net for the SC architecture and how it is extended. So I decided to contact you, if you could provide me with something, before I delve into the source code.
 >
 >Thanks and regards, Vasil Vasilev
 >
 >


Back to the top