From: Alex B. <en...@tu...> - 2001-08-16 00:40:48
|
hi all, I'm going to start putting EntityManager and its associated infrastructure into CVS. Many of the supporting classes are going to require very little work to get them functioning within binarycloud, the notable, 2000 line exception to that is EntityManager. I'd like to get a sense of who is up for some serious work associated with this project, completing modifications and new code to and for the manager classes. I'd like to have a functioning set of managers in 6 weeks, I think that's entirely doable if I have help - and there is certainly the talent on this list to do it :) Next Monday, I'm going to check in initial, cleaned copies of: -EntityManager -Querymanager -UIControls -Template -OwnedObjectManager -ManagerFactory -HierarchicalEntityManager -ent2qry I'd like help getting all of those tools: -into the code standards -cleaned (entitymanager needs to have about 3/4 of the methods just _removed_, we need to go through that code in detail to verify what is necessary and what is not. QueryManager is pretty much ready out of the box, I'd like to have a functional QueryManager by the end of next week (and I think that's doable). Anyway: for those of you interested in doing some heavy lifting with me, let me know. best, _alex |
From: John D. <jo...@we...> - 2001-08-16 04:56:29
|
On Wed, 15 Aug 2001, Alex Black wrote: > > Next Monday, I'm going to check in initial, cleaned copies of: > > -EntityManager > -Querymanager > -UIControls > -Template > -OwnedObjectManager > -ManagerFactory > -HierarchicalEntityManager > -ent2qry > Saweet. You will want to do bring in the Editor at the same time I think, because the EntityManager is a rather difficult piece of code to test without an Editor or a Lister. Since the Lister is in the midst of a rebuild, I'd say don't bother with that.. > I'd like help getting all of those tools: > -into the code standards > -cleaned (entitymanager needs to have about 3/4 of the methods just > _removed_, we need to go through that code in detail to verify what is > necessary and what is not. > Haha, come on! It will only be 25% as cool.. John -- John Donagher Application Engineer, Intacct Corp. Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD |
From: Alex B. <en...@tu...> - 2001-08-16 16:53:43
|
> On Wed, 15 Aug 2001, Alex Black wrote: > >> >> Next Monday, I'm going to check in initial, cleaned copies of: >> >> -EntityManager >> -Querymanager >> -UIControls >> -Template >> -OwnedObjectManager >> -ManagerFactory >> -HierarchicalEntityManager >> -ent2qry >> > > Saweet. > > You will want to do bring in the Editor at the same time I think, because the > EntityManager is a rather difficult piece of code to test without an Editor or > a Lister. Since the Lister is in the midst of a rebuild, I'd say don't bother > with that.. Good point. >> I'd like help getting all of those tools: >> -into the code standards >> -cleaned (entitymanager needs to have about 3/4 of the methods just >> _removed_, we need to go through that code in detail to verify what is >> necessary and what is not. >> > > Haha, come on! It will only be 25% as cool.. :) _a |
From: Andreas A. <a.a...@th...> - 2001-08-16 09:50:30
|
Hi, > I'm going to start putting EntityManager and its associated infrastructure > into CVS. Wow, that was damned fast :-) > I'd like help getting all of those tools: > -into the code standards > -cleaned (entitymanager needs to have about 3/4 of the methods just > _removed_, we need to go through that code in detail to verify what is > necessary and what is not. Once I understood the code I can do something. > QueryManager is pretty much ready out of the box, I'd like to have a > functional QueryManager by the end of next week (and I think > that's doable). Huuuuuu. Great. > Anyway: for those of you interested in doing some heavy lifting > with me, let me know. Here I volunteer to help bringing the stuff up and running. Andi |
From: Alex B. <en...@tu...> - 2001-08-16 16:59:39
|
> Hi, > >> I'm going to start putting EntityManager and its associated infrastructure >> into CVS. > Wow, that was damned fast :-) > >> I'd like help getting all of those tools: >> -into the code standards >> -cleaned (entitymanager needs to have about 3/4 of the methods just >> _removed_, we need to go through that code in detail to verify what is >> necessary and what is not. > Once I understood the code I can do something. > >> QueryManager is pretty much ready out of the box, I'd like to have a >> functional QueryManager by the end of next week (and I think >> that's doable). > Huuuuuu. Great. > >> Anyway: for those of you interested in doing some heavy lifting >> with me, let me know. > Here I volunteer to help bringing the stuff up and running. > > Andi Fantastic. |
From: Jason H. <jc...@ey...> - 2001-08-16 15:39:20
|
Alex Black wrote: > I'd like to get a sense of who is up for some serious work associated with > this project, completing modifications and new code to and for the manager > classes. i've been dreaming about a stable binarycloud-1.0 for some time now, so count me in. =] i'm very interested in the entity manager esp. with it's relationship to database schemas. jason |
From: Alex B. <en...@tu...> - 2001-08-16 17:03:38
|
ok, good. so, I'm going to do some synchs today, and start cleaning the EntityManager. if possible I will check in QueryManager today. (I think that might actually be possible) ---------- What needs to be done to Querymanager: -PHPDoc'ing (some mods, it's already mostly compliant) -Integration with datasource definitions, some minor changes to the api to support a datasource id. -Extremely minor changes to hook up metabase. This should not be very much work, none of those tasks is particularly complex. :) > Alex Black wrote: >> I'd like to get a sense of who is up for some serious work associated with >> this project, completing modifications and new code to and for the manager >> classes. > > i've been dreaming about a stable binarycloud-1.0 for some time now, so > count me in. =] i'm very interested in the entity manager esp. with it's > relationship to database schemas. > > jason best, _alex |