Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] New repository API checked in

OK, in my local copy, I've changed the conflicting names. Instead of just adding "Stell" to the names, I tried to expand the names to make them more informative
when there was a good choice. Here's what I would up with:

- IPath -> IResourcePath
- IResource -> IResourceVersion
- IProject -> IStellProject


I'll check this in with the next version.

	-Mark


On Wednesday, October 22, 2003, at 01:08 PM, Jim Wright - IBM Research wrote:

Mark,

First -- great news! I've pulled down the current draft and will give it
a thorough look asap.

A quick comment: I notice you've defined interfaces named IPath, IProject, IResource ..... Eclipse (org.eclipse.core.xxx) already uses these three names, and we can probably avoid some grief downstream if we use IStelPath, IStelProject... or whatever prefix you prefer. (I do like using 'I' as the first character of interface names).

- Jim

At 09:30 PM 10/21/2003, Mark C. Chu-Carroll wrote:

The first reasonably complete draft of the new repository API is checked in as the project org.eclipse.stellation.newstore. I believe that this includes
everything except authentication/authorization, which will largely
be copied from the old API.

I'm planning on implementing this as three projects:
- org.eclipse.stellation.newstore: all of the interfaces, and all classes shared
        by clients and servers will live here.
- org.eclipse.stellation.newstore.server: the actual repository backend, and
        the server-side communication classes will be here.
- org.eclipse.stellation.newstore.client: the client side communication
        classes and proxies will be here.

        -Mark


Mark Craig Chu-Carroll,  IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM Research
***      http://stellation.eclipse.org
*** Work: mcc@xxxxxxxxxxxxxx/Home: markcc@xxxxxxx

_______________________________________________
stellation-res mailing list
stellation-res@xxxxxxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/stellation-res

--
Jim Wright, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: jwright@xxxxxxxxxxxxxx ------- Personal Email: jim.wright@xxxxxxx

_______________________________________________
stellation-res mailing list
stellation-res@xxxxxxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/stellation-res



Mark Craig Chu-Carroll,  IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM Research
***      http://stellation.eclipse.org
*** Work: mcc@xxxxxxxxxxxxxx/Home: markcc@xxxxxxx



Back to the top