Hello,

Been thinking a bit more about the background, and doing some tinkering.

I'm not sure about L18N, but I agree with the errors and exceptions.
Transactions, auditing, and the ability to save and load objects has
been mentioned, but how about locking ( so for example, only one
customer object can exist in the system for a given customer )

It strikes me as being in a similar ball park to security ( who/what
can call/instantiate what ) and could possibly be implemented by allowing a
'manager'
object ( likley to be a 'singleton' ) for a given class, which would provide
helper functions and govern wether a class can be instantiated or not.

Cheers,

Steve.

my current foundation musings and tinkering can be found at
http://217.33.8.110/foundation.txt



Robin Berjon wrote:

> On Thursday 25 October 2001 15:32, Steven Pitchford wrote:
> > Robin Berjon wrote:
> > > XML (mostly JAXP/PAXP and probably a few helpers)
> > > Configuration
> > > Logging
> > > Exception/Error
> > > I18N
> > > Testing
> > > Documenation
> >
> > Whilst I agree that a foundation is necessary, I think it might be prudent
> > to seperate the functional components ( XML e.t.c ) from components
> > that provide the backbone for the application server it's self
> > ( Exceptions/ Error handling ).
>
> Of course. I probably didn't express myself very clearly. The actual
> *hardcore* backbone seems to me likely to consist of only Exceptions/Errors,
> and perhaps I18N (depending on what it's scope is). Perl takes care of the
> rest :-)
>
> What I meant was that some part of the whole seem (to me) more likely to be
> used throughout the architecture (even if in certain cases they have to be
> retrofitted into what has been developped already). The list above covers
> what _I_think_ fits into that category.
>
> --
> _______________________________________________________________________
> Robin Berjon <[EMAIL PROTECTED]> -- CTO
> k n o w s c a p e : // venture knowledge agency www.knowscape.com
> -----------------------------------------------------------------------
> Earth is a beta site.
>
> _____________________________________________________________________
> This message has been checked for all known viruses by the
> MessageLabs Virus Scanning Service.

Reply via email to