A framework to help you build ASP.NET web applications happily and rapidly in the modern style (with the use of ORM, MVC, two-way databinding UI components, etc); Support NHibernate ORM and DotLucene search engine.
Be the first to post a text review of AqDWeb. Rate and review a project by clicking thumbs up or thumbs down in the right column.
New Features and API changes: 1. Support #{} syntax in literal controls, similar to ${} but output plain text (auto-encode to HTML) 2. Add a generic wrapper for NHibernate's IQuery. 3. Improved API for generic service registry with the use of generic methods. 4. NHibernate interceptor adds support for PreFlush, PostFlush, and FindDirty, and is suppressed in 2nd post flush stage. 5. PersistentEntity is renamed to PersistenceEntityTemplate and it's no longer required for the persistent services, which now accepts any NHibernate entity in class type. 6. DotLucene integration: incompatible API change - derived classes now have to provide a general lucene directory (which can be in memory or database) instead of a physical disk path 7. Website template is now in VS.NET 2005 format - but you need Microsoft's update, see Installation for more information 8. Service HTTP Module no longer allows overriding of Init(), instead it provides a StaticInit() for first-time module initialization and InstanceInit() for original Init() Internal improvements and bugfixes: 1. Versioned-cloned persistence service: 1. Historical entity copy is now made using class metadata, thus it should work for all but one-to-one constrained entities, which can't be made version clones by nature (primary key constraint). 2. All the code attempting to manipulate query/criteria automatically has been replaced by simple utility methods to add conditions that filter old or deleted entities (incompatible API changes). 2. Workaround an ASP.NET bug regarding LiteralControl's TemplateControl property that prevents two-way binding from working correctly
New Features and API changes: 1. Support #{} syntax in literal controls, similar to ${} but output plain text (auto-encode to HTML) 2. Add a generic wrapper for NHibernate's IQuery. 3. Improved API for generic service registry with the use of generic methods. 4. NHibernate interceptor adds support for PreFlush, PostFlush, and FindDirty, and is suppressed in 2nd post flush stage. 5. PersistentEntity is renamed to PersistenceEntityTemplate and it's no longer required for the persistent services, which now accepts any NHibernate entity in class type. 6. DotLucene integration: incompatible API change - derived classes now have to provide a general lucene directory (which can be in memory or database) instead of a physical disk path 7. Website template is now in VS.NET 2005 format - but you need Microsoft's update, see Installation for more information 8. Service HTTP Module no longer allows overriding of Init(), instead it provides a StaticInit() for first-time module initialization and InstanceInit() for original Init() Internal improvements and bugfixes: 1. Versioned-cloned persistence service: 1. Historical entity copy is now made using class metadata, thus it should work for all but one-to-one constrained entities, which can't be made version clones by nature (primary key constraint). 2. All the code attempting to manipulate query/criteria automatically has been replaced by simple utility methods to add conditions that filter old or deleted entities (incompatible API changes). 2. Workaround an ASP.NET bug regarding LiteralControl's TemplateControl property that prevents two-way binding from working correctly
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?