Finally, I have a new blogger blog. It's so easy to customize things with Microsoft Office (Blog), including add, and non-spontaneous editing of blog entries.
*****
Back to work – I've already distributed tickets to my group mates. The first four tickets that I issued were about: Validator, Login Interceptor, Borrow, and Request Book. I'm also trying to refactor the codes in my admin feature. I announced a new convention: no method should start with get/set unless they are getters and setters. Use "query***List" in the query methods inside the Daos. This is to enable me to easily filter methods in my outline explorer.
*****
Bad interceptors! The interceptors go before the action methods are accessed making my fields unset by the time the method actions are actually called. I'm looking for references on chaining interceptors to actions. Currently, the add functions are totally not working.
*****
Before calling our loginInterceptor, we now add a call to basicStack interceptor. This way, it kinds of "backup" the values of our fields before going to loginInterceptor and then restores them back.

No comments:
Post a Comment