Re: Status of Java SCA 0.90 release

2007-05-08 Thread Simon Laws
Hi, some comments in line There has been many commits and good progress the last few days, so I spent a little bit of time checking the status of the trunk. Here's a summary of what I found: - The code cleanup is almost complete, I think there's a little bit work left to refactor one last .spi.

Sample READMEs and ant builds

2007-05-08 Thread Simon Laws
Hi I'm working steadily through the samples... - Converting readmes to simple text READMEs and updating where appropriate - Adding build.xml (or mulitple as required) to provide an ant build for the binary distribution - Adding a diagram of the sample composite (not necessary for the distributio

tuscany-samples-calculator-web

2007-05-08 Thread Simon Laws
I've seen much discussion on the list re. a webapp solution. There is now a calculator-web sample but it seems to be the same as the calculator sample. Is this a work in progress? Regards Simon

Re: tuscany-samples-calculator-web

2007-05-08 Thread Simon Laws
Ah, the wonders of Maven. Thanks Ant, I didn't spot that. Simon

Re: Sample READMEs and ant builds

2007-05-09 Thread Simon Laws
see the compiler error output for details. Total time: 1 second On 5/8/07, ant elder <[EMAIL PROTECTED]> wrote: > Ok, i'll do at least one to help review how its done, i'll start at the > bottom with the supplychain sample. > >...ant > > On 5/8/07, Simon Laws &

Re: tuscany-samples-calculator-web

2007-05-09 Thread Simon Laws
I tried running the calculator-web sample this morning and got an NPE in calc.jsp. I'm guessing but it looks like it can't find the domain instance, i.e. application.getAttribute("org.apache.tuscany.sca.SCADomain"); Returns null. To set up all I did was run mvn to build the war then I dropped

Re: tuscany-samples-calculator-web

2007-05-09 Thread Simon Laws
Ok, ant. Thanks. Now I know it not just some config error on my part I'll take a quick look at debugging it. Simon

Re: tuscany-samples-calculator-web

2007-05-09 Thread Simon Laws
On 5/9/07, Simon Laws <[EMAIL PROTECTED]> wrote: Ok, ant. Thanks. Now I know it not just some config error on my part I'll take a quick look at debugging it. Simon Ok, so the reason it doesn't work is that the Tuscany code isn't compatible with Tomcat 5. Tomcat 5 imple

Re: tuscany-samples-calculator-web

2007-05-09 Thread Simon Laws
On 5/9/07, ant elder <[EMAIL PROTECTED]> wrote: On 5/9/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > On 5/9/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > Ok, ant. Thanks. Now I know it not just some config error on my part > I'll > > take a

Re: tuscany-samples-calculator-web

2007-05-09 Thread Simon Laws
So what is it using doamin uri for. Looking at the sca-contribution.xml in the assembly spec there doesn't seem to be any information that I would equate with the uri of a domain. Then again I don't know what Tuscany is using the domainUri for yet! Simon

Re: tuscany-samples-calculator-web

2007-05-09 Thread Simon Laws
On 5/9/07, ant elder <[EMAIL PROTECTED]> wrote: On 5/9/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > So what is it using doamin uri for. Looking at the sca-contribution.xmlin > the assembly spec there doesn't seem to be any information that I would > equate with th

Re: Sample READMEs and ant builds

2007-05-10 Thread Simon Laws
+1 to including "java -cp" instructions. The samples/README (to which the reader is referred) contains this already. Do you want it included in individual READMEs too? I'm not sure I really like distributing sample jars. But it is fairly easy to make the jars and give people the option of how the

Re: Status of Java SCA 0.90 release

2007-05-10 Thread Simon Laws
What's the process for controlled commits. Patches? The release process takes a resonable amount of time when you include the time to vote on it and the possibiliy that faults will be found and we have to fix and vote again. So when do we think we will be in the position to roll a release candida

Re: Sample READMEs and ant builds

2007-05-10 Thread Simon Laws
Ok, The scripts already take account of the missing JUnit so let's not change that just yet. Happy to go add the Java -cp run line to the READMEs and the jar command to the build.xml. I have a NPE in the WS tests when run from the command line I have to fix first. B.t.w the binary distro include

Re: Status of Java SCA 0.90 release

2007-05-10 Thread Simon Laws
+1 delay branch until we are happy we have an RC. And use the branch for RC fixes found during voting. Simon

Re: First time user's comments about the samples

2007-05-10 Thread Simon Laws
Hi Jacek I should add that we are working on the samples/readmes etc for the current release right now now so if you do give it a try and let us know what you think that would be great. If you can't face svn we are going to start trying out candidates for the release candidate (!) later today ho

Re: Sample READMEs and ant builds

2007-05-10 Thread Simon Laws
n contents and come back with a more considered opinion on this. Simon ant elder wrote: > On 5/10/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > > > B.t.w the binary distro includes bigbank, das-service and loan-application > >> none of which are in the build currently.

Re: Sample READMEs and ant builds

2007-05-10 Thread Simon Laws
I've checked in changes to allows the provided jar to be run (and built). Outstanding is the issue of including classes from src/test in the sample jar or alternatively moving the application classes to src/main. This effect of this currently is that binding.echo databinding.echo implementatio

Re: Sample READMEs and ant builds

2007-05-10 Thread Simon Laws
snip I don't think the client that is used should be different depending on whether ant or mvn was used to run the sample. In both cases I think calculatorClient should be used. So we would need to engineer the poms in the build to run the new client classes rather than the junit classes. I

Re: tuscany-sca-all jar is empty

2007-05-10 Thread Simon Laws
Simon I get the same effect here. It's because the shaded bundle jar can't be copied over the original jar. The shader plugin that is used here is alpha and has zero docs so I really can't tell what it's doing or why it's going worng without diving into the code. I took a quick look but I couldn'

Re: First time user's comments about the samples

2007-05-10 Thread Simon Laws
Hi, so it looks like you were building Data Access Service (das) here. I just tried and it works for me (sorry that's not much help to you). I have to admit though that we don't build this currently as part of the sca build as das doesn't get used in any of the sca tests just at the moment. If yo

Re: tuscany-sca-all jar is empty

2007-05-11 Thread Simon Laws
Done http://issues.apache.org/jira/browse/TUSCANY-1265. I'll take a look at it a little later. Simon

Re: Sample READMEs and ant builds

2007-05-11 Thread Simon Laws
Hi, I was thinking about this problem the other way round At the moment the binary distribution builds with the following structure (taking binding-echo and simple-bigbank as two examples) docs/ lib/ modules/ samples/ binding-echo src/ main/ extension sample code test/

Re: Sample READMEs and ant builds

2007-05-11 Thread Simon Laws
coming at this from different angles. So probably need others opinions to see which way to go. Some more comments in line taking this into account. On 5/11/07, Simon Nash <[EMAIL PROTECTED]> wrote: Thanks for the detailed review and comments. My responses are inline. Simon Simon L

Re: Status of Java SCA 0.90 release

2007-05-11 Thread Simon Laws
I'm probably stating the obvious and I'm guess this is the motivation behind Ant's question but I don't see the DAS itself in the bindary distro. Is the proposition to ship the DAS jar(s) as part of the SCA distiribution? I'm not expressing an opinion here just working out what the question is;-)

Re: Removing WorkContext

2007-05-13 Thread Simon Laws
I'm having problems with the latest check in. On a fresh update and mvn from the top level I get --- [INFO] Building Apache Tuscany Interface Model [INFO]task-segment: [install] [INFO] - --- [INFO] artifact org.apache.mav

Re: Removing WorkContext

2007-05-13 Thread Simon Laws
I, ahem, invented the missing org.apache.tuscany.sca.interfacedef.ConversationSequence class public class ConversationSequence { public static ConversationSequence CONVERSATION_NONE = null; public static ConversationSequence CONVERSATION_START= new ConversationSequence(); public

Re: Removing WorkContext

2007-05-13 Thread Simon Laws
yep - looks good for me too. Thanks all.

Re: Sample READMEs and ant builds

2007-05-13 Thread Simon Laws
So let me try and summarize... All samples will be: samples/ src/ main/ sample code client code (non-junit) test/ junit tests ant compile- compile the sample ant (run) - run the sample ant test - run the Junit tests mvn - compile

Re: Sample READMEs and ant builds

2007-05-14 Thread Simon Laws
On 5/13/07, Simon Nash <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > So let me try and summarize... > > All samples will be: > > samples/ > src/ > main/ >sample code >client code (non-junit) > test/ >junit tests > Do

Re: Sample READMEs and ant builds

2007-05-14 Thread Simon Laws
snip My suggestion was much simpler, i.e., that we could keep the client code out of the sample extension jar and include a .class file for the client code for these 3 samples in the binary distro. This is similar to what real users will do when developing extensions. Making this happen is

Re: Sample READMEs and ant builds

2007-05-14 Thread Simon Laws
ok - well we can do that and it's pretty much zero change as that is where we are at the moment, i.e. you have to build the sample before you run it. I don't think providing ant scripts is a problem as we could make the "run" target depend on the "compile" target for the three extension samples.

Distribution build problems

2007-05-15 Thread Simon Laws
I've been looking into TUSCANY-1265 which happens on my machine but not on others machines. The symptom is that the tuscany-all... jar is empty in the binary distribution. The cause is that the shader plugin cannot copy its output (tuscany-bundle-1.0-incubating-SNAPSHOT-shaded.jar) over the to up

Re: Running RAT on Tuscany Distribution

2007-05-15 Thread Simon Laws
On 5/15/07, ant elder <[EMAIL PROTECTED]> wrote: This looks really good. I've fixed the distributions now to not include the the das-service, and tomcat work directories, and the few .pmd type files missing licenses so RAT should look pretty clean now. ...ant On 5/15/07, Venkata Krishnan <[

Re: Distribution build problems

2007-05-15 Thread Simon Laws
I already tried that to no avail :-( Simon

Tuscany Project CWiki

2007-05-15 Thread Simon Laws
I have some questions about how we are using cwiki From the original request for creation of our space [1] I see that rfeng is the group admin for tuscany-committers. Are you able to add other committers as admins? Would be good to have more than one (you may already have done this of cours

Re: Tuscany Project CWiki

2007-05-15 Thread Simon Laws
Good thinking re. getting mails sent out. I'll look into it to see if we can do it if you like. Simon

PHP SCA_SDO release 1.2.1 available

2007-05-15 Thread Simon Laws
For those interested in SCA and SDO in PHP, version 1.2.1 of the SCA_SDO package for PHP has been released. This package uses the Tuscany C++ SDO code. FYI here's the release announce.

Re: Sample READMEs and ant builds

2007-05-15 Thread Simon Laws
Ok sounds good to me. Assuming everyone is happy for this to go in now we can tidy this up pretty quickly I think. If SimonN creates three new projects to hold the client/application code for the extension samples I'm happy to take a look at the patches and commit. I can also go and fix up the exi

Re: Tuscany Project CWiki

2007-05-15 Thread Simon Laws
Thanks for the comments raymond, some more in line On 5/15/07, Raymond Feng <[EMAIL PROTECTED]> wrote: Hi, Please see my comments inline. Thanks, Raymond - Original Message - From: "Simon Laws" <[EMAIL PROTECTED]> To: "tuscany-dev" Sent: Tuesd

Re: DWR based ajax binding?

2007-05-15 Thread Simon Laws
Hi Ant Just tried this out. Pretty cool demo. Quite a big bang for a minimal amount of code. Very cryptic though. Still looking at it to try and work out how it does it. Not a sample for the beginner. Shouldn't this be binding.dwr rather than binding.ajax. Ajax is such a generic term that it app

Re: More TODOs for the 0.90 release, was: Tuscany weekly IRC chat log 14 May 2007

2007-05-15 Thread Simon Laws
Following on from Jean-Sebastien's SPI point. There are still open issues, e.g. [1] related to SPIs that we choose to put where. I'm only now getting to grips with what has been done in the reorganization effort (apologies for not keeping up) and am spotting some things that, on the face of it, d

Re: DWR based ajax binding?

2007-05-15 Thread Simon Laws
Sorry Ant. I wasn't clear myself. The bit that is cryptic (to me) is how the extension actually works not how to use it necessarily. Looking at the the reverseAJAX bit is where I go a little lost. I think I get it now though. So, having read your explanation, I see why you went for binding.ajax.

Re: Sample READMEs and ant builds

2007-05-16 Thread Simon Laws
Ok, I took a look at the patch and committed it. I made a few minor changes: package name changed to crud include copy of composite file from implementation-crud move diagrams from implementation-crud But looks good. Last update relating to this was at revision 538481. The binding-echo and dat

Re: Sample READMEs and ant builds

2007-05-16 Thread Simon Laws
On 5/16/07, Simon Nash <[EMAIL PROTECTED]> wrote: Simon, Thanks for committing this. See comments inline below. Simon Simon Laws wrote: > Ok, I took a look at the patch and committed it. I made a few minor > changes: > > package name changed to crud > I deliberatel

Re: Sample READMEs and ant builds

2007-05-16 Thread Simon Laws
On 5/16/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 5/16/07, Simon Nash <[EMAIL PROTECTED]> wrote: > > Simon, > Thanks for committing this. See comments inline below. > >Simon > > Simon Laws wrote: > > Ok, I took a look at the patch and commi

Re: Sample READMEs and ant builds

2007-05-16 Thread Simon Laws
Looking at the databinding-echo sample I realize now that it is not showing how to define a new databinding but using the sample echo binding to show how the existing databindings work. However the source code from binding-echo is duplicated here which is not great. I propose that instead of refac

Re: Sample READMEs and ant builds

2007-05-16 Thread Simon Laws
No go ahead - I'm testing the other samples at the moment. Simon

NPE in some samples run from ant

2007-05-16 Thread Simon Laws
I've started getting an NPE in some of the samples when I run in the binary disitrbution from ant. It works fine running from maven. Has some extra dependency crept in that I'm not taking account of in the build.xml files. Here's an example ples\helloworld-ws-service>ant run Buildfile: build.xml

Re: NPE in some samples run from ant

2007-05-16 Thread Simon Laws
It's because the SDO classes are not in the SCA all jar now. Simon

Re: NPE in some samples run from ant

2007-05-16 Thread Simon Laws
On 5/16/07, Simon Laws <[EMAIL PROTECTED]> wrote: It's because the SDO classes are not in the SCA all jar now. Simon for "all" read "manifest". Ant pointed out on irc that the distro build sometimes does strange things and includes an sdo jar with the wro

Re: 0.90 release notes

2007-05-16 Thread Simon Laws
Having to think about release notes kicked off a thought. I've been back to the wiki and reorganized the Wish List [1] and Next Release [2] pages a little to help us do this next time round. I've translated the notes we made on the precursor to these pages [3]. I would like to add a feature list

Re: 0.90 release notes

2007-05-17 Thread Simon Laws
I think it is quite important to have a high level list of features associated with each release. I'm not prsenting the gory detail of what doesn't work but trying to present and accurate picture of what does. Everyone can then see what is in a release. So to the "does it go in RELEASE_NOTES?" que

Re: 0.90 release notes

2007-05-17 Thread Simon Laws
Nice list. Just to be clear. When you say, for example, org.apache.tuscany.sca.assembly Do you mean just the interfaces in this package or do you include interfaces from any of the subpackages? For example, org.apache.tuscany.sca.assembly.builder Simon

Re: Distribution build problems

2007-05-17 Thread Simon Laws
I haven't found a solution to this yet. I involves debugging through the shader plugin and I have got round to that yet. I have a very ugly and manual work round that allows me to get on. Here is what I do: 1/ Edit sca/disitribution/pom.xml to remove bundle reactor reference so that I can do the

Sample README - sample overview

2007-05-17 Thread Simon Laws
Currently the sample overview section of the samples/README contains some very high level words about what samples we have but nothing to guide the user in. Ant suggested on the IRC that we add and ordered list. How about the following order calculator - A calculator build

Re:

2007-05-17 Thread Simon Laws
Hi Mike I've just refereshed the "Wish list" up on the web site ( http://cwiki.apache.org/TUSCANY/sca-java-wish-list.html). Do you want to put a note there about the spring stuff you are looking at? Simon

Re: Sample README - sample overview

2007-05-17 Thread Simon Laws
OK, done at revision 538871. On the subject of samples. I'm just adding the mission README and build for the jsonrpc sample. Does this work for you now? Simon

Re: Sample README - sample overview

2007-05-17 Thread Simon Laws
You are a star Venkat, I'll give it a spin. Then I want to fiddle with the build files a little. I'm going to move the current build.xml to build-dojo.xml and introduce a new build.xml to allow the sample to be built using ant. I'll fix up the pom to take account of this change Simon

Re: Tuscany Logo..

2007-05-17 Thread Simon Laws
snip If yes, I'll go ahead and add it to the website ( I'll need help for doing this correctly please ). If you want to put a logo up on the site in place of the confluence logo (the man type thing with a C wrapped round him) then there is an option under space admin to set the space logo.

Re: Java SCA 0.90 branch

2007-05-18 Thread Simon Laws
Ant Have just been tidying some of the core-spi comments. Done a complete rebuild and looks OK in the branch. Are you happy for me to check them into the release branch? Simon

Re: Java SCA 0.90 branch

2007-05-18 Thread Simon Laws
I've added a CHANGES file [1] to the 0.90 branch to include a feature list for this release. I've moved the SPI details from RELEASE_NOTES to this file and I've included the file in the distribution build. I included a section noting that we address all parts of the Java API and Annotations spec a

Re: Distribution build problems

2007-05-18 Thread Simon Laws
The distribution build in the release 0.90 branch works fine for me all the way through, Very strange! Simon

Re: Cleaning up some of the new sample modules

2007-05-21 Thread Simon Laws
Hi I'm all for sorting out the sample naming to bring more consistency but I would stop short of recombining the application and extension samples. Simon is right that there we faced technical dilemmas [1] but I'm sure everything could be made to work however we wanted to lay these samples out. I

Java SCA - Including fix numbers in release docs

2007-05-21 Thread Simon Laws
This time round, as so much had changed, we didn't include JIRA numbers in the release docs. It seems like a good thing to do in the future though. If everyone agrees that this is a good thing we need to be fairly organized about how we use JIRA otherwise we suffer a lot of pain come release time

Tuscany weekly IRC chat 21st May 2007

2007-05-21 Thread Simon Laws
Not very many people on today. We discussed two things... - Including JIRA numbers in future Java SCA releases - Some clarifications on the SCA 0.90 release candidate Also, note the final closing remark from Ant. Please vote on the Java SCA 0.90 release candidate before Wednesday. Simon

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating

2007-05-22 Thread Simon Laws
I've given the src and binary distros a spin on linux. My configuration is Fedora Core5 IBM JDK 1.5.0 Maven 2.0.6 Binary: I concur with Luciano that the READMEs for calculator-rmi-reference calculator-rmi-service implementation-crud now don't match the way that the samples are currently organ

Re: Java SCA - Including fix numbers in release docs

2007-05-22 Thread Simon Laws
OK, I agree. I note that SDO already does this. Any more thoughts about things we can do to improve the way we can all work in this area? What else do SDO, DAS do that SCA needs to do? Maybe we can come up with a checklist for the build and release up on the developer guide section of the web site

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating

2007-05-22 Thread Simon Laws
OK, so I can't get the compile to work on my linux box with a simple change to the version/location of the maven-jaxb-plugin that the build uses. I'm going to upgrade my JDK and see if that has a positive effect but of course that has no bearing on the SCA release. As this problem is restricted to

Re: Better support for dynamic language components

2007-05-23 Thread Simon Laws
Hi Just started looking at this in the context of bringing the aggregator sample to the Java runtime. I like the idea of having a dynamic interface as an option as it reduces the amount of configuration. The term dynamic term confused me to start with - I initially thought this was about construc

Re: Java SCA - Including fix numbers in release docs

2007-05-23 Thread Simon Laws
+1 XXX-Next I don't mind who assigns JIRA to the release number. It can't be done though until we know that the release number will be (was quite late in the last cycle). Hopefully we will do more frequent releases from now so there will be few JIRAs in the XXX-Next box and more with the actual r

Re: Work items for the next release?

2007-05-23 Thread Simon Laws
Ant Wow, thats what I call a list. I can add a couple of things to the list that I want to work on for the next release. Runtime Distributed domains (simple version of anyhow) Demos Port feed aggregator over from Native SCA - has implications for scriting so I can help out there a bit. So fr

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating

2007-05-23 Thread Simon Laws
I didn't. I looked at both versions of maven-jaxb-plugin at https://maven-repository.dev.java.net/repository/com.sun.tools.xjc.maven2/poms/and both have the odd characters in. There seem to be other implementations of the maven-jaxb-plugin around and I tried the ones I could find but got NPEs in m

Re: Automated nightly builds

2007-05-23 Thread Simon Laws
+1 for - Have three builds, that would build each project separately Simon

Re: Website / Wiki was:Tuscany Logo..

2007-05-23 Thread Simon Laws
Hi Venkat, sounds great. Can I just ask, when you say... snip - Get the navigation bar of our wiki site http://cwiki.apache.org/confluence/display/TUSCANY/Home to look like a classic navigation bar with menu items Do you mean the one on the left hand side or the tabs at the top or something e

Re: Missing:org.apache.tuscany.sca:tuscany-host-embedded:jar:1.0-incubating-SNAPSHOT

2007-05-23 Thread Simon Laws
Hi Jacek It's because we haven't pushed any snapshots out to the Apache Incubator repository yet. Primarily this is because the code has been changing a lot in the run up to the current 0.90 release vote and we have concentrated on getting all the modules to build together rather than pushing out

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating

2007-05-23 Thread Simon Laws
I fixed the sample problems when we mentioned them before (that's 5 and 6 from Sebatien's list). I can look at other things first thing as it sounds like we are going to respin. Too tired now to get it right. I still don't think we wait for a fix for my build problem. It's the first time it's com

Re: Missing:org.apache.tuscany.sca:tuscany-host-embedded:jar:1.0-incubating-SNAPSHOT

2007-05-23 Thread Simon Laws
I just ran a build this morning and it looks like some kind sole has deployed some snapshots so it may work now. I only say may as I haven't tried from a completely clean repo yet. Regards Simon

Re: Website / Wiki was:Tuscany Logo..

2007-05-23 Thread Simon Laws
Ok, good, thanks. FYI. On the Confluence installation over at osoa.org there is a "Left Navigation" Theme in place that organizes this left had menu for us. You still edit the menu as a wiki page but just a little bit more organized. I note that this is also available in the Tuscany space (see Sp

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating

2007-05-24 Thread Simon Laws
OK, below is an errata based on the points that people have highlighted as important in this thread. Anything else need to be added? Anyone have any better words for installing samples from the binary distro in Eclipse or any words at all for IDEA. Now we have most people's comments in, this is qu

Re: Missing:org.apache.tuscany.sca:tuscany-host-embedded:jar:1.0-incubating-SNAPSHOT

2007-05-24 Thread Simon Laws
Cool. Look forward to reading the article. Simon

SCA Binding and Disitribution was: Distributed Composites

2007-05-24 Thread Simon Laws
On 4/30/07, Simon Laws <[EMAIL PROTECTED]> wrote: On 4/24/07, Simon Laws <[EMAIL PROTECTED]> wrote: > > Following on from the release content thread [1] I'd like to kick off a > discussion on how we resurrect support for a distributed runtime. We had >

Re: [VOTE] Release Tuscany Java SCA 0.90-incubating RC2

2007-05-25 Thread Simon Laws
From a clean install of RC2 and an empty local repo... I tried a selection of the samples in the binary distro using ant scripts. All OK I built the source distiribution. It took a lng time (3 hours!) to get through it all told. In my case this seemed to be primarily that the repo hosting E

Re: (SCA)How can get the service by composite service name

2007-05-25 Thread Simon Laws
Hi Tony, I'm assuming you are using the sample CalculatorClient style code try to access the service, i.e. the part that uses the scaDomain to get a local reference to a component service. CalculatorService calculatorService = scaDomain.getService(CalculatorService.class, "Calc

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-25 Thread Simon Laws
Re. the point about how to link extension descriptions into the site. We have a page called "Extension Guide" (distinct from the Extension Developers Guide) that is on the left hand menu and lists all the extensions and should be linked into the description pages like the one Ant has just made. I'

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-25 Thread Simon Laws
I should have included a link to the extension guide page - here it is http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+Extension+Guide Simon

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-25 Thread Simon Laws
Thanks for the help Hernan, This is really good stuff. Simon

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-26 Thread Simon Laws
Starting to look a lot better. Venkat +1 for info in release right on the front page. Instead of, or as well as, the Release Notes can you include the information from the Changes doc which tells people what is in the release? Also I note that the link to the Extension Guide has gone missing. T

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-27 Thread Simon Laws
I don't think there is a right answer here as it mainly comes down to personal preference. How we each like to see information presented. If I were travelling in my car I'd prefer to read a line on a map, many people I know would much prefer to read a list of written instructions (turn right here

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-27 Thread Simon Laws
Venkat Some more comments snip Haleh, the news is something that is very volatile and if we decide to place things in the chronological order the Release info will at some point get pushed down. Also there is just about a couple of lines that this News can mention about a release which is not

JMS on new SPIs

2007-05-29 Thread Simon Laws
Hi I wanted to try out binding-jms so I've just committed changes to take account of the new SPIs. It does run but it's not ready for inclusion in the main build just yet. I've tried to stay fairly faithful to the M2 binding-jms code but with some class renaming. As before much of the SCA JMS b

Re: Updated document: Extending Tuscany

2007-05-29 Thread Simon Laws
Hi Raymond I've just been bringing up the binding-jms module so I took the opportunity to review your guide. Thanks for writing all this stuff down! I haven't gone through the databinding slides yet but I thought I would post what I had. I recorded comments (see below) as I went through it. I'

Wire binding selection?

2007-05-29 Thread Simon Laws
While debugging through the code for other reasons I came across the following at org.apache.tuscany.sca.implementation.java.invocation.JavaComponentInfo line 192. if (ref.getMultiplicity() == Multiplicity.ONE_N || ref.getMultiplicity() == Multiplicity.ZERO_N) {

Re: SCA Binding and Disitribution was: Distributed Composites

2007-05-29 Thread Simon Laws
Ok, I've taken the next step here and have a distributed runtime example running in my sandbox. A sample calculator application [1] showing the disitributed runtime in action and a module containing the changes I had to make to the runtime to get this to work [2]. The changes are actually trivial

Re: Wiki cleanup : was : Website / Wiki was:Tuscany Logo..

2007-05-29 Thread Simon Laws
snip User guide is for users developing SCA applications. Why would a user care about module names that are in the link mentioned below? They'd need to know if the feature/functionality is available and that is listed on the java page. I'm proposing two ways to the same information, a refer

Re: Wire binding selection?

2007-05-29 Thread Simon Laws
Ok, Raymond, this is useful. So what it does seem to come down to is binding selection. It's not clear from your comment whether you believe this is already done somewhere or whether this is a new piece of functinality that we need to add. From what I see in the code I think we do need a way of

Re: JMS on new SPIs

2007-05-29 Thread Simon Laws
Jean-Sebastien, thank you for pulling that out. It looks like it will save me a job. Simon

Re: Wiki Download page cleanup

2007-05-30 Thread Simon Laws
There doesn't seem to been much distance between the last two suggestions. It feels to me like people are starting to talk about the same structure. Let me try and summarize... Home Downloads SCA Java ---> SCA Java Releases SCA Native -> SCA Native Releases SDO Java --> SDO Ja

Re: An Atom+RSS Feed binding, was: Work items for the next release?

2007-05-30 Thread Simon Laws
Ok, sounds good. I started to look at ROME but go distracted by something else and I haven't looked at Abdera. So if you have a binding on the way that would be really good. Am back looking at bringing up the aggregator sample so I'll leave the implementation of the feed readers a little hazy in

Re: JMS on new SPIs

2007-05-31 Thread Simon Laws
Do you think people would want to run message queue brokers as part of the Tuscany runtime? Brokers would tend to be run and managed elsewhere with turcny connecting to them. We could do it as a convenience and a cool feature of course but be interested to understand how realistic the scenario is.

  1   2   3   4   5   6   7   8   9   10   >