MAIN:rossd:20051105223456
by rossd on
05 November 2005, 17:34:56 -0500
(3 years 2 months ago)
removed calculateOrderTotals (moved to OrderService long ago)
MAIN:scottc:20051101150708
by scottc on
01 November 2005, 10:07:08 -0500
(3 years 2 months ago)
completed first pass at the aop section. needs some proofing
MAIN:scottc:20051101150611
by scottc on
01 November 2005, 10:06:11 -0500
(3 years 2 months ago)
update the definition of the OrderService to show the references to the other services without autowire
MAIN:scottc:20051030221012
by scottc on
30 October 2005, 17:10:12 -0500
(3 years 2 months ago)
Added a logOrder aspect for the orderService and configured. Uses cflog, you can see the log file in cfadmin. Works nice and cool. Checked and debugged alot. The thing works
MAIN:scottc:20051030025450
by scottc on
29 October 2005, 22:54:50 -0400
(3 years 2 months ago)
Get this goddamn thing away from me, please!!! I bought two bulldogs. My order is in the database. I got no errors. I'm done!
MAIN:scottc:20051020135752
by scottc on
20 October 2005, 09:57:52 -0400
(3 years 2 months ago)
got the user stuff flushed out with save and updated the interface. can't test because I don't have a db
MAIN:scottc:20051019021237
by scottc on
18 October 2005, 22:12:37 -0400
(3 years 2 months ago)
threw beanFactory in application, retrieve user into request in application.cfc, update checkout process and preferences.cfm to use user objects
MAIN:scottc:20051018143044
by scottc on
18 October 2005, 10:30:44 -0400
(3 years 2 months ago)
updated all user ibjects to have default values, updated application.cfm to put new user object in session, updated preferences paeg to use preferences object in user
MAIN:scottc:20051018124655
by scottc on
18 October 2005, 08:46:55 -0400
(3 years 2 months ago)
finished building user model objects and unit tests for them, now I gotta do security, save method and see what else
MAIN:scottc:20051017015541
by scottc on
16 October 2005, 21:55:41 -0400
(3 years 2 months ago)
Some initial stuff for users. User, Address, CreditCard w proper validation, UserDao, one unit test