惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
Recorded Future
Recorded Future
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Google DeepMind News
Google DeepMind News
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Microsoft Azure Blog
Microsoft Azure Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
M
MIT News - Artificial intelligence
云风的 BLOG
云风的 BLOG
Y
Y Combinator Blog
N
News | PayPal Newsroom
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Help Net Security
Help Net Security
博客园 - Franky
SecWiki News
SecWiki News
Recent Announcements
Recent Announcements
T
Troy Hunt's Blog
The Register - Security
The Register - Security
The Last Watchdog
The Last Watchdog
Webroot Blog
Webroot Blog
S
Security Affairs
博客园 - 司徒正美
S
Schneier on Security
I
InfoQ
博客园_首页
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Threat Research - Cisco Blogs
Forbes - Security
Forbes - Security
腾讯CDC
N
Netflix TechBlog - Medium
N
News and Events Feed by Topic
Cloudbric
Cloudbric
T
The Exploit Database - CXSecurity.com
P
Proofpoint News Feed
A
About on SuperTechFans
Engineering at Meta
Engineering at Meta
Recent Commits to openclaw:main
Recent Commits to openclaw:main
B
Blog
V
Vulnerabilities – Threatpost
C
Check Point Blog
Google DeepMind News
Google DeepMind News
Google Online Security Blog
Google Online Security Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Hacker News - Newest:
Hacker News - Newest: "LLM"
C
Cisco Blogs
Schneier on Security
Schneier on Security
O
OpenAI News
K
Kaspersky official blog

博客园 - 成为-行动-拥有(BeDoHave)

选择一个框架的权衡建议 简单为美的IT开发尝试 请跟我来(完)--使用Ext及其llano的注意事项 请跟我来--使用Ext+llano快速搞定CRUD 请跟我来--Ext数据应用开发的几板斧 请跟我来--使用Ext搞个原型 请跟我来(EXT2.0+llano实践) 2007年的最后的几笔 用NBear和QPG分布式框架改善生活 - 成为-行动-拥有(BeDoHave) - 博客园 风继续吹----对一些ORM框架的使用心得(2) 冷眼程序人生----对一些ORM框架的使用心得 欢迎新成员加入! QPG分布框架1.1.1 需求看板单机版可以使用了 QPG加速器的使用 QPG分布框架V1.1 BETA2说明 是"渔"非"鱼"--QPG分布处理框架V1.1(Beta1)简介 实践篇(4)—需求看板解析 实践篇(3)--关于事务处理的一点细节
我的MIS快速开发框架集成参考
成为-行动-拥有(BeDoHave) · 2008-07-14 · via 博客园 - 成为-行动-拥有(BeDoHave)

    一般的MIS系统通常分成前台后台,后台除了基本的数据库新增、修改、删除(实际项目中很少来真的),比较烦一点的就是查找条件组合;而前台的花样就千奇百怪了,就看你遇到什么样的客户了。所以通常没有哪个框架可以通吃,就算是ExtJS也多用于内部数据处理应用系统。
    我集成extjs和hibernate后的开发思路是:
   1)定义业务数据模型(C#实体和JavaScript对象)
   2) 实现后台数据查询操作并测试(单元测试必不可少)
   3) 利用或者开发界面需要的合适组件
   4) 开发页面并测试
   5) 前后台联调(日志记录必不可少)

    下图就是框架中的几个主要协作类,红色字就需要自己开发了。

    具体说明请看ppt;

   llano for .NET 2.0的例子:

   https://files.cnblogs.com/QPG2006/llano-demo-vs2005.rar

   https://files.cnblogs.com/QPG2006/llano-demo-vs2008.rar

测试前注意:

1)建立一个Demo数据库并修改nhibernate.config中的数据库连接

2)在D:建立一个log目录,或者在web.config中修改<log4net>中的日志文件保存目录。

 如果有需要使用llano for java 或者llano for .NET 3.5开发的朋友,欢迎联系合作!

Alex 2008-7-15