Re: Project templates

2006-06-07 Thread Paul Fremantle
I will try to get a template based on Maven 1.x ready for ApacheCon based on what we've put together for Synapse. If I can persuade the Synapse team to help me it might happen. I don't believe that we should view these templates as normative but rather as a useful aid and also that they should

Re: Donating software for Apache Directory

2006-06-07 Thread Jim Jagielski
On Jun 2, 2006, at 10:33 AM, Reddy, Venkat wrote: Hello all, I work for CA (formerly called as Computer Associates), and currently I'm a committer on couple of apache projects in the web services area. This is regarding donating JXplorer, a CA product, to Apache Directory project as wished

JAXB API target

2006-06-07 Thread Jochen Wiedmann
Hi, this is possibly OT, so I apologize in advance. A while ago there has been a discussion around a separate project for specifications on this list, which grew into nothing. Currently I am on the way to publish a clean room implementation of the JAXB 2.0 API. There are no IP issues: It is

Re: JAXB API target

2006-06-07 Thread Davanum Srinivas
Jochen, Awesome!!! Personally, my preference would be JaxMe as it is the next rev of the JAXB spec. thanks, dims On 6/7/06, Jochen Wiedmann [EMAIL PROTECTED] wrote: Hi, this is possibly OT, so I apologize in advance. A while ago there has been a discussion around a separate project for

Re: JAXB API target

2006-06-07 Thread Guillaume Nodet
There was a thread about a java spec central repository back in december. I wish it exists as it would be the best location... Cheers, Guillaume Nodet Jochen Wiedmann wrote: Hi, this is possibly OT, so I apologize in advance. A while ago there has been a discussion around a separate project

Re: JAXB API target

2006-06-07 Thread James Strachan
Agreed - I think a shared java spec project makes sense where we can unify stuff across all projects like jaxb, geronimo-spec, harmony, servicemix (we've got the JBI API) into one place. On 6/7/06, Guillaume Nodet [EMAIL PROTECTED] wrote: There was a thread about a java spec central repository

Re: JAXB API target

2006-06-07 Thread Guillaume Nodet
+1 Guillaume Davanum Srinivas wrote: Ah. I got confused between the API and the IMPL. Sure, we have talked about it before, maybe this will generate the momentum :) +1 to a java spec project. thanks, dims On 6/7/06, James Strachan [EMAIL PROTECTED] wrote: Agreed - I think a shared java

Re: JAXB API target

2006-06-07 Thread Matthias Wessendorf
So, then the APIs will be in that special spec project and impls will be done in their own projects? For MyFaces this would mean javax.faces.** will be developed in that spec project and the JSF runtime in the *traditional* MyFaces project, right ? -Matthias On 6/7/06, Davanum Srinivas [EMAIL

Re: JAXB API target

2006-06-07 Thread James Strachan
On 6/7/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: So, then the APIs will be in that special spec project and impls will be done in their own projects? Yes - as there could be many implementations For MyFaces this would mean javax.faces.** will be developed in that spec project and the

Re: JAXB API target

2006-06-07 Thread Dain Sundstrom
I wonder if Jakarta would be willing to mange the specs. When I think of Java at Apache, I think of Jakarta so it seems like a natural place to keep specs. Also Jakarta has experience dealing with lots of small code bases. just an idea... -dain On Jun 7, 2006, at 9:08 AM, James

Re: JAXB API target

2006-06-07 Thread James Strachan
Am kinda thinking it needs a very different kind of pmc/committer model so a new top level project might be simplest. e.g. any comitter at apache should be pretty much welcome to come in and add a spec or fix any errors in the specs or build system or documentation - as they are generally static

Re: JAXB API target

2006-06-07 Thread Matthias Wessendorf
+1 for tlp I think folks like Geronimo or Myfaces should be able to commit to *their* API (sub)project of the Java Spec TLP -Matthias On 6/7/06, James Strachan [EMAIL PROTECTED] wrote: Am kinda thinking it needs a very different kind of pmc/committer model so a new top level project might be

Re: Dublin Docathon (was Re: [VOTE] Incubator PMC to approve 3.0-M1 release of ServiceMix)

2006-06-07 Thread Justin Erenkrantz
On 5/6/06, Cliff Schmidt [EMAIL PROTECTED] wrote: So, let me put it this way: I'm committed to sit at a table for at least eight hours during the two hackathon days and make some progress on this stuff with Robert and whomever else can make it. We should also be able to have some live

Re: JAXB API target

2006-06-07 Thread robert burrell donkin
On 6/7/06, James Strachan [EMAIL PROTECTED] wrote: Am kinda thinking it needs a very different kind of pmc/committer model so a new top level project might be simplest. e.g. any comitter at apache should be pretty much welcome to come in and add a spec or fix any errors in the specs or build

Re: JAXB API target

2006-06-07 Thread robert burrell donkin
On 6/7/06, James Strachan [EMAIL PROTECTED] wrote: On 6/7/06, robert burrell donkin [EMAIL PROTECTED] wrote: On 6/7/06, James Strachan [EMAIL PROTECTED] wrote: Am kinda thinking it needs a very different kind of pmc/committer model so a new top level project might be simplest. e.g.

Re: JAXB API target

2006-06-07 Thread Manfred Geiler
Don't forget, that the JSF API is a little bit different to other spec APIs. Other than common spec APIs that almost consist of interfaces only, in JSF there are lots of classes with lots of code and logic. So, when I think of JSF API 1.2, I doubt that it would be easy to separate api development

Re: Dublin Docathon (was Re: [VOTE] Incubator PMC to approve 3.0-M1 release of ServiceMix)

2006-06-07 Thread Cliff Schmidt
On 6/7/06, robert burrell donkin [EMAIL PROTECTED] wrote: On 6/7/06, Justin Erenkrantz [EMAIL PROTECTED] wrote: On 5/6/06, Cliff Schmidt [EMAIL PROTECTED] wrote: So, let me put it this way: I'm committed to sit at a table for at least eight hours during the two hackathon days and make some

Re: JAXB API target

2006-06-07 Thread Jeremias Maerki
An alternative would be XML Commons Externals where we already have the whole JAXP and W3C DOM family of APIs. Maybe we should make an inventory of all those APIs on a Wiki page and write down where they are currently located. That should give us a better overall picture. Charging into

Re: JAXB API target

2006-06-07 Thread robert burrell donkin
i've posted a first draft at http://wiki.apache.org/jakarta/SpecificationRepository but luckily i did see this point coming :-) (it's rough so please feel free to dive in and improve) On 6/7/06, Manfred Geiler [EMAIL PROTECTED] wrote: Don't forget, that the JSF API is a little bit different

RE: JAXB API target

2006-06-07 Thread Noel J. Bergman
in [the JSF API] there are lots of classes with lots of code and logic. Not uncommon, which is why I generally consider an API project to be a bit of a waste. Instead, projects that implement specifications should populate the standards part of http://projects.apache.org:

[STATUS] (incubator) Wed Jun 7 23:52:38 2006

2006-06-07 Thread Rodent of Unusual Size
APACHE INCUBATOR PROJECT STATUS: -*-indented-text-*- Last modified at [$Date: 2006-02-05 04:40:19 -0500 (Sun, 05 Feb 2006) $] Web site: http://Incubator.Apache.Org/ Wiki page: http://wiki.apache.org/incubator/ [note: the Web site is the 'official' documentation; the