RE: [Zope-dev] the birth of ZCommerce
Josh Zeidner wrote: <SNIP>
automated through the net. *Anything* that has to do with accounting should be the domain of the accounting system.
I tend to agree... Absolutely the worst place in a company to have redundant or inconsistent data is in accounting systems... unless you're the US Internal Revenue Service -- then you compute the average of the six systems... :^| Other comments have been made on this thread alluding that storage in an RDBMS is an answer. We've found *NUMEROUS* times with "Open-, RDBMS-backed solutions" that while the data are available for SELECTs and UPDATES that the table keys are generated in a proprietary fashion. Of course anything without a valid key is ether discarded or ignored. I know the vendors do this to keep incident-based support from losing money. However, the notion that you can report-all-day-long doesn't meet the requirement of having a fully e-integrated business. One package we used actually FORCED you to make a DDE call to generate the ID!!! BLECH, BLECH, BLECH. One of our biggest selling points for Zope is that people don't want the software to become their organization, they want their organization (at least the online part) to be manifest in some software. This is the design notion behind the Zope Portal TOOLKIT. We can't design The Portal -- what we can do is identify, through experience, recurring components and spend some infrastructure time developing and hardening those. For these reasons and consistent with other posts (Scott Robertson?) on this list I'd LOVE to see a ZCommerce TOOLKIT. If everyone writes their own primitive systems or, worse, writes their own monoliths, none of it will improve in the Zope Bazaar. If we all write using notions of toolkits the underlying components will get better and better over time. Don't know about you, but the notion of supporting my OWN cybercash adapter isn't too interesting... --Rob
One of my clients has been having a problem with Zope locking up every time she changes something. It appears that Zope goes into a loop somewhere as there are no tracebacks or anything else to indicate an error except that the browser reports that the page is unavailable and any subsequent attempt to go to the management screens or any other part of the site fails. The setup is as follows : Zope 1.10.3 (modified slightly to include the _on_delete_object() protocol and some timezones added to DateTime) running ZopeHTTPServer as localhost Windows NT4 (SP3) IE5 I can perform the same changes against a copy of her database without any problems on my test setup which is running an identical 1.10.3 installation on a NT4 (SP4)/IE5 machine. Has anyone else seen this behaviour or anything like it ? Are there any issues with Zope/Python on an NT box and service pack 3 ? Right now after spending most of this afternoon attempting to isolate the problem I am open to any and all suggestions as to how to track down the problem. The major difficulty is finding out what Zope/Python is doing when it goes off into the ether. Is there some way of breaking into looping Zope/Python code to find out what it is up to ? Any and all help much appreciated Robert Leftwich
This is a *great* direction... but I'm fearing that it requires pretty high level design coordination. We need a Toolkit interoperation API. ;-) Do we need a committee? -steve
"Rob" == Rob Page <rob.page@digicool.com> writes:
[ deletia..] Rob> One of our biggest selling points for Zope is that people Rob> don't want the software to become their organization, they Rob> want their organization (at least the online part) to be Rob> manifest in some software. This is the design notion behind Rob> the Zope Portal TOOLKIT. We can't design The Portal -- what Rob> we can do is identify, through experience, recurring Rob> components and spend some infrastructure time developing and Rob> hardening those. For these reasons and consistent with other Rob> posts (Scott Robertson?) on this list I'd LOVE to see a Rob> ZCommerce TOOLKIT. Rob> If everyone writes their own primitive systems or, worse, Rob> writes their own monoliths, none of it will improve in the Rob> Zope Bazaar. If we all write using notions of toolkits the Rob> underlying components will get better and better over time. Rob> Don't know about you, but the notion of supporting my OWN Rob> cybercash adapter isn't too interesting... Rob> --Rob
participants (3)
-
Rob Page -
Robert Leftwich -
Steve Spicklemire