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

推荐订阅源

Forbes - Security
Forbes - Security
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Y
Y Combinator Blog
Recorded Future
Recorded Future
博客园 - Franky
I
InfoQ
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
Cyberwarzone
Cyberwarzone
The Register - Security
The Register - Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
雷峰网
雷峰网
P
Palo Alto Networks Blog
G
GRAHAM CLULEY
Cloudbric
Cloudbric
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
MongoDB | Blog
MongoDB | Blog
F
Full Disclosure
Google DeepMind News
Google DeepMind News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Check Point Blog
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
T
Threat Research - Cisco Blogs
U
Unit 42
N
Netflix TechBlog - Medium
The Cloudflare Blog
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
T
Troy Hunt's Blog
Engineering at Meta
Engineering at Meta
H
Heimdal Security Blog
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tenable Blog
B
Blog
S
Securelist
H
Hacker News: Front Page
Google Online Security Blog
Google Online Security Blog
G
Google Developers Blog

博客园 - 白板

招聘.NET SE/SSE/SA -(内部推荐,上市互联网公司) 招 Senior .NET Software Engineer / Architect (ShangHai HP GDCC Regular) Road on EA & IT Governance Seriously I Enjoy Coding 企业应用层面的架构人员---持续关注SpringSide(续) “官方”辨析---Business Model, Business Object Model, Domain Model, Object Model, Data Model Form Data Validation Framework? 重读《重构》之杂感 ROI of Agile Approach 读 《J2EE Without EJB》 几点WebService集成体会 界面集成 在UI层使用Domain逻辑的一些探讨 Involve me and I'll understand Look at the logic host by OO or SP from Maintaince View Tools Support for high level architecture HP's Scalable world-wide .net-connected service framework 大公司 or 小公司? Thoughtworks - Orchestration Patterns
持续关注SpringSide
白板 · 2006-03-02 · via 博客园 - 白板

江南白衣领导的一个OpenSource项目 http://www.springside.org.cn/  ,主要是力图建立一个企业运用的架构示例,该企业运用的架构基于J2EE平台下众多的OpenSource:

  • Spring 2.0 - J2EE Framework.
  • Hibernate 3.1 - ORM, support EJB3/JPA1.0 in future.
  • Spring MVC - Multi-Action Web framework.
  • JSP2.0 - View Template.
  • XFire - Web Service.(doing)
  • Acegi - Security, RBAC ana ACL.(doing)
  • Eclipse BIRT 2.0 - Report Engine.(doing)
  • Openi - BI web application for OLAP Report.(doing)
  • Drools 2.5 - Business Rule engine.(doing)
  • Groovy - Dynamic script language.(doing)
  • Quartz - Enterprise job scheduler.(doing)
  • Compass - Search engine use Luecene.(doing)
  • ActiveMQ and Spring JMS.(doing)
  • Flex 2.0 - RIA.(doing)
  • ServiceMix - ESB(Enterprise Service Bus) and JBI.(doing)
  • Commons Validator - client and server side validation.
  • SiteMesh web-page layout and decoration framework.
  • OSCache - Web cache solution.
  • ExtremeTable - JSP Tag Libraries.
  • Log4j - Logging tool.
  • Ant , Maven2 , JUnit, EasyMock - Build and Test tools.
  • UTF-8 and I18N.
  • Intergrate with Weblogic , Tomcat , JBoss , Geronimo.
  • And we are choising the Workflow and Ajax solution.

    企业级.NET项目的架构应该走什么路,或许值得思考。

    现状是绝大多数无所谓架构,即使所谓有估计也很难重用,
    做得好的大部分可能开始采用些MS App Lib Block + OpenSource + Custom Component(Framework)。


    最近接触或了解了些做.NET外包项目的公司(当然也包括J2EE),大部分都没有建立在项目组之上的架构组,于是每个项目单独开发架构,比如自我实现些Framework或Common Component。如果没有部门级别的架构建设投入和考量,基于单独项目或某个开发人员个人喜好去定制实现Framework或Common Component实在是不明知的举动。除非某个项目是架构试点项目,有非常牛X的开发人员,项目的部分目的就是为以后的项目进行架构和框架的积累。