阅读更多
Billy McCafferty 说道:我很高兴宣布S#arp Architecture 0.9 在 http://code.google.com/p/sharp-architecture/downloads/list 上发布,S#arp Architecture是一个使用NHibernate的ASP.NET MVC,通过S#arp架构能够快速创建ASP.NET应用,开发者不用管理架构细节,只需要集中精力于业务细节和用户体验上。S#arp有四个原则:专著于Domain Driven Design领域驱动设计;松散耦合;预先配置好的架构;开放的演示。



新版本更新包括:

1。更新ASP.NET MVC beta中的依赖关系

2。包含NHibernate.Validator 和 Fluent NHibernate (不再有HBMs,通过手写XML仍然支持)

3。提供非常简单的存储界面

4。支持NHibernate通过web.config配置

5。文档全部更新

……等等

详情访问官网:http://code.google.com/p/sharp-architecture/
来自: devlicio.us
3
2
评论 共 0 条 请登录后发表评论

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • Shiro框架三部曲

    由于Grails Shiro Plugin中已经包含了Shiro相关的Jar,因此对于插件的使用者而言,不必专门下载Shiro。JSecurity是一个强大,灵活的java安全框架。用于简洁地处理身份验证,授权,企业多个系统会话管理,加密服务等...

  • Hacking JSecurity plugin to supports OpenId

    ...I'm currently developing an application for my new brand company ... and I'd like that supports authentication with username and password , and OpenId. ...I could install Acegi Grails Plugin ...

  • jsecurity plugin 更新了

    grails 的jescurity plugin 更新了,用到了基本上是 1.0版本的jsecurity 新特点就是,不用必须在domain 中加入 accessControll 了,可以直接在自己的filter中加入 accessCotroll了 具体参考 mail lis 中 的 ...

  • Grails Shiro Plugin之初体验

    安全是企业应用中不可缺少的功能,在众多权限框架中,Shiro(其前身是JSecurity)因其简单而又不失强大的特点引起了不少开发者的注意。随着Grails的关注度越来越高,在Grails社区也出现了Shiro的插件。本文简单介绍...

  • grail 的插件 jsecurity 更新了

    grails的安全插件Jsecurity 更新了,使用了grails的filter功能! 详见 http://www.nabble.com/Intermediate-JSecurity-plugin-release-td14549219.html  

  • An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 5

    An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 5 Posted At : May 1, 2009 10:33 AM | Posted By : Bruce PhillipsRelated Categories: Java Introduction NOTE: Updated in ...

  • An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 1

    An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 1 Posted At : April 5, 2009 12:22 PM | Posted By : Bruce PhillipsRelated Categories: Java Introduction NOTE: Updated ...

  • An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 4

    An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 4 Posted At : April 5, 2009 8:02 PM | Posted By : Bruce PhillipsRelated Categories: Java Introduction NOTE: Updated in...

  • An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 3

    An Introduction to Shiro (formerly JSecurity) – A Beginner’s Tutorial Part 3 Posted At : April 5, 2009 3:17 PM | Posted By : Bruce PhillipsRelated Categories: Java Introduction NOTE: Updated in...

  • shiro安全框架

    本文将涉及 Shiro 的整体框架、安全模型、关键概念类,同时给出了 Shiro 以及 Grails Shiro Plugin 的使用示例,可以下载文中使用的源代码。 本文代码的开发环境: Jsecurity 0.9 Grails 1.2.0 ...

  • Shiro介绍

    Shiro介绍 安全是企业应用中不可缺少的功能,在众多权限框架...这次改名也同样影响了Grails Shiro Plugin。它最早在Shiro还未改名之前就已经存在了,后来因为Shiro的名字变更,也就一道跟着“改名换姓”。由于Grails S

  • shiro安全三部曲

    第一部分 Shiro简介及项目目录结构 ... Shiro是Apache从JSecret项目演变而来的,该...Shiro最早的名字是JSecurity,后来更名为Shiro并成为Apache的孵化项目。这次改名也同样影响了Grails Shiro Plugin。它最早在

  • Grails 现有插件的介绍

    Testing测试类的插件Functional Testing with Canoo WebTest 功能测试的插件,利用开源框架Canoo WebTest.Test Code Coverage Plugin 代码覆盖率的测试插件,grails install-plugin code-coverageSelenium plugin ...

  • Shiro 是一个强大的、简单易用的 Java 安全框架,其主要目标是提供易于使用的安全性解决方案

    随着Grails的关注度越来越高,在Grails社区也出现了Shiro的插件。Realms:Realms作为Shiro和你的应用的连接桥...Shiro提供了一些可以直接使用的Realms,如果默认的Realms不能满足你的需求,你也可以定制自己的Realms。

  • 使用maven2管理spring2.5项目(基于Jpetstore Demo)

    anager with role='org.sonatype.jsecurity.realms.PlexusSecurity' and roleHint='we b' found in Plexus. jvm 1 | 2 009-07-28 14:05:29 INFO - org.mortbay.log - Started S electChannelConnector@0.0....

  • 将Shiro作为应用的权限基础框架

    本文将涉及 Shiro 的整体框架、安全模型、关键概念类,同时给出了 Shiro 以及 Grails Shiro Plugin 的使用示例,可以下载文中使用的源代码。 本文代码的开发环境: Jsecurity 0.9 Grails 1.2.0 ...

  • Grails Plugins

    Grails Plugins This page contains links ...the documentation for each plugin that is available for Grails. For creating your own plugins see the The Plug-in Developers Guide . Testing Rich Client/A...

  • Shiro 权限基础

    本文将涉及 Shiro 的整体框架、安全模型、关键概念类,同时给出了 Shiro 以及 Grails Shiro Plugin 的使用示例,可以下载文中使用的源代码。 本文代码的开发环境: Jsecurity 0.9 Grails 1.2.0 ...

  • 将 Shiro 作为应用的权限基础

    本文将涉及 Shiro 的整体框架、安全模型、关键概念类,同时给出了 Shiro 以及 Grails Shiro Plugin 的使用示例,可以下载文中使用的源代码。 本文代码的开发环境: Jsecurity 0.9 Grails 1.2.0 Grails ...

  • 2024华为OD机试D卷 - 最多购买宝石数目 - 免费看解析和代码.html

    私信博主免费获取真题解析以及代码

Global site tag (gtag.js) - Google Analytics