/[cvs]/nfo/perl/libs/OEF/doc/Why/Queue.pod
ViewVC logotype

Diff of /nfo/perl/libs/OEF/doc/Why/Queue.pod

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by joko, Sat Dec 21 17:03:19 2002 UTC revision 1.3 by joko, Tue Jan 28 10:01:43 2003 UTC
# Line 1  Line 1 
1  package OEF::Why::Queue;  package OEF::Why::Queue;
2    
3    
4    =pod
5    
6    - computing convenience from windows perspective/view[point]:
7      - base level:
8        - gnu -> cygwin
9      - user-level:
10        - two hotsync-buttons:
11          - synchronize files with others:
12             RsyncHere|RsyncThere -> rsync -> cygwin -> SSH-client-library -> (SSH-daemon -> [cygwin] -> remote-filesystem)
13          - synchronize addresses with others:
14             Outlook -> OLE -> outlook2ldap -> Net::LDAP[S] -> (LDAP-daemon -> (LDAP-daemon-storage-impl.: dbm|proxy|mysql?) -> remote-filesystem)
15        - various "init"-scripts:
16           - rsync: like the rsync.conf-preparation from ilo.de (it's a .bat)
17           - (vs.) other ssh-keygen-automation-scripts
18           - windows-settings (explorer, internet explorer)
19           - office (ms word, ms excel)
20           - unattended.sourceforge.net
21        - ideas (for the XyzHere-series)
22           - for the Internet Explorer: "mail/post link (including top-page) here" (to preconfigured|selected target)
23    
24    - use Tom or Pixie for live-object-passivation?
25      - the current attempt is going into the Tom-direction (Data::Storage::Handler::Tom, OEF::Component::Task)
26    
27    - have Data::Map load its mappings from (e.g.):
28      - a csv-file
29      - a ldap-dn
30    
31    - first components for an "OpenAccess":
32      - schema-editor (based on Tangram::Relational::Schema)
33      - relationship-/association-editor (based on Tangram::Relational::Schema)
34      - im-/export - metadata-editor (based on Data::Transfer::Sync)
35      - task-viewer for Tasks:
36        - deploy-/retreat schema
37        - run im-/export
38    
39    - integrate Torus (outlook2ldap) with Data::Transfer::Sync
40    
41    - fully persist native perl objects to be able to a) suspend processing, b) transfer the object to another process's scope (memory) and c) resume processing
42      - Data::Dumper? no, that's just for data
43      - Pixie? no, just Perl 5.8.0
44      - FreezeThaw - converting Perl structures to strings and back? hmm, seems to be for data only
45      - Storable?
46      - Memoize? no, just caches function return values (trade space for time)  ("Automatically cache results of functions")
47      - Attribute::Memoize? no, this is just an attribute-style interface to Memoize
48      - TOM?
49      - IPC::Cache - a perl module that implements an object storage space where data is persisted across process boundaries???
50         ... seems to be for data-persistence, also  ;(
51      - Aspect? hmmm, maybe .....
52    
53    - OQL on top of Tangram::QueryObject???
54    
55    - new perl modules:
56      Data::Filter
57      Regexp::Group
58      Getopt::Simple
59      Date::Merge
60    
61  - take care to declare your Plugin-modules as 'mixins' to BizWorks::Process  - take care to declare your Plugin-modules as 'mixins' to BizWorks::Process
62    
# Line 328  package OEF::Why::Queue; Line 383  package OEF::Why::Queue;
383    
384  - introduce mechanism for developer-machines to detect and propagate schema-changes to e.g. frontend-databases (configure this option/feature in Config.pm)  - introduce mechanism for developer-machines to detect and propagate schema-changes to e.g. frontend-databases (configure this option/feature in Config.pm)
385    
386    =cut
387    
388  1;  1;
389    __END__
390    
391    $Id$

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed