[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (FC-Devel) Repository document




> Hi,
> 
> I'm having a few comments on the Repository document from Andrey V
Khavryutchenko.
> 
> After reading it I had the idea that the way of working with it is to distinct
from the way Free software works.
> 
> Regarding the assumptions:
> !) It is assumed that developers are well connected to the storage. My guess
is that most developers will connect to the internet every now and then, but the
connection is temporaly.

The framework we have is a very flexible CORBA 3 tier arch; clients, server +
backend.  Now there are several options as to where the server and the backend
reside.

For my home machine (dial up access to the net) I'd run the CORBA server on the
same machine as the client and have the backend (for example cvs) run on a
remote machine.

While at work, I'd expect the company to have a central super-server which
exposes the CORBA server interface to the LAN.

> !) Developers are following a modeling process. That will simply not happen...
Most of them (us) do not have the time/money to learn a modeling process or are
using another process instead (like XP vs. RUP). A modeling process will evolve
over time (from chaotic to ...) and someone (like ESR) will write an article
about it, but that's it.

I use a modified version of JFDI, JFDI(WIHTT).
Just F Do It (When I Have The Time).  :o)

<snip>

Chris Moore