表模块示例
我正在寻找一些好的开源示例应用程序,它们使用表模块模式来组织业务逻辑(可以是任何语言)。
有什么建议么?
I'm looking for some good open-source sample applications that use the Table Module pattern to organize the business logic (can be any language).
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
App模式:四层Web应用场景(表模块)
来自 Codeplex 的 ? 我知道这是一篇旧帖子,但我在为自己寻找一些类似的东西时偶然发现了它。 所以我想答案可能会对某人有所帮助。
How about the App Pattern: Four-Tier Web Application Scenario (Table Module)
from codeplex? I know this is an old post, but I stumbled across it whilst searching for some similar stuff for myself. So I thought an answer might help someone.
作者:马丁·福勒:
我没有任何开源示例供您使用,但我认为它非常不言自明且易于理解。
以下是这种模式的标志:
我认为在旧的遗留代码中比在开源项目中更容易找到代码。
By Martin Fowler:
I don't have any open source examples for you, BUT I think it is quite self-explanatory and easy to grasp.
Here are the signs of this pattern:
I think that it will be easier to find that code in old legacy code than in open source projects.