空山新雨:
How should I map an operation with the operation types defined in DB/config file?
[阅读: 248] 2006-04-25 03:15:33
For example using operations defined in DB and using command pattern and command factory in the front end.
How do I map the command to a specific type of operation as defined in DB? I don't think it is a good way to hard code this somewhere (in JSP or in property file).