Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

AppCan (includes Prism + more) = Better apps/compositing

$
0
0

Announcing new Open source project on codeplex -

AppCan Codeplex Site

Project Description
AppCan enhances Prism by offering more of a thin application framework and compositing capability around what prism provides.  i.e. Document management (i.e. Models/Containers), Menu/toolbar merging, local region managers, standardized regions, view model extensions and more.

Intended Audience

Software Developers building WPF applications.  AppCan adds additional patterns and practices to Prism to offer a more complete compositing/application framework experience.

Other projects includes

Current version of AppCan includes Prism 4.1, and Log4Net

Learn about AppCan classes/functionality


Goals:

  • More complete compositing/application framework, providing good base functionalities for standard application implementations
  • Support better decoupling between classes i.e. views, viewmodels, etc. (i.e. not requiring specific interfaces/types to be known for all classes/view models used)
  • Support better/easier compositing of modules, classes, views, etc.
  • Provide better encapsulation by localizing regions and services/classes to avoid single global repositories
  • Keep in mind garbage collections to try to reduce the need for garbage collections during runtime


AppCan allows developers to put the pieces of Prism together more cleanly/and easily. It allows for logically associating ViewContainers, Views and View models.

AppCan enhances prism by supporting Contexts that wrap together Windows, their views, their region managers and their view models, along with any other classes you might need.

AppCan reduces the need for specific dependencies/types, allowing modules and code to register requests for generic Views, ViewContainer and ViewModel interfaces without needing to know specific types from other modules. By separating Views and View Models into their own contexts the specific types no longer matter and generic interfaces can be used for the View and the View model.
AppCan solves the problem of supporting locally scoped region managers, by implementing a pattern/framework to support it.

AppCan allows for easily enhancing/replacing windows, views, viewmodels, etc. Allowing for extending/enhancing existing windows/views more easily.

AppCan view model extensions allow adding objects to be referenced by the existing view model so you can add functionality to views without needing to rewrite the existing view model class, just extend it by adding your own extension object you can bind to from the view.

AppCan allows you to Merge menu's from modules into your main shell!

Model support: You’ve heard MVVM but implementations for Model’s has been mostly left to be individually recreated for every application. AppCan supports a simple framework to build upon.


Included in the current version is:
AppCan
Prism 4.1
Log4net


Learn about AppCan classes/functionality



Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>