beta
Play!
framework, java, mvc, opensource, rails, rest, web saved by: jpick and 2 people more details ...
http://www.playframework.org
Spring 2.5: New Features in Spring MVC
article, mvc, spring saved by: bguijt more details ...
http://www.infoq.com/articles/spring-2.5-ii-spring-mvc
Critical security issues found in the Spring Framework
article, mvc, security, spring saved by: bguijt more details ...
http://searchsoftwarequality.techtarget.com/news/article/0,289142,sid92_gci1321417,00.html
ASP.NET MVC and Repeater : { null != Steve }
“That’s the reason they’re called lessons, because they lessen from day to day”
aspnet mvc framework, mvc saved by: haighis more details ...
http://blogger.forgottenskies.com/?p=89
Stephen Walther on ASP.NET MVC
Learn about Microsoft ASP.NET MVC. Articles on Unit Testing, TDD, Mock .Frameworks, DI Frameworks, Software Design Principles and Patterns, and Agile Development.
aspnet mvc framework, mvc saved by: haighis more details ...
http://weblogs.asp.net/stephenwalther
Creating an ASP.NET MVC OutputCache ActionFilterAttribute
ASP.NET, OpenXML, PHP, Visual Studio Team System, ...
aspnet mvc framework, caching, mvc, output caching saved by: haighis more details ...
http://blog.maartenballiauw.be/post/2008/06/Creating-an-ASPNET-MVC-OutputCache-ActionFilterA...
Scott Hanselman's Computer Zen - A Back To Basics Case Study: Implementing HTTP File Upload with ASP.NET MVC including Tests and Mocks
Scott Hanselman on Programming, User Experience, The Zen of Computers and Life in General
aspnet mvc framework, file upload, mvc saved by: haighis more details ...
http://www.hanselman.com/blog/ABackToBasicsCaseStudyImplementingHTTPFileUploadWithASPNETMVCI...
ASP.NET MVC Preview 2 + Membership | Code-Inside Blog
Ich hab mich in den letzten 3 Tagen (jeweils vielleicht 1,5 Stunden) mit dem ASP.NET MVC (Preview 2) beschäftigt. Wer ASP.NET MVC mit dem Visual Web
aspnet mvc framework, mvc saved by: haighis more details ...
http://code-inside.de/blog/2008/03/13/aspnet-mvc-preview-2-membership
March 18 ASP.NET MVC links
ASP.NET, OpenXML, PHP, Visual Studio Team System, ...
aspnet mvc framework, mvc saved by: haighis more details ...
http://blog.maartenballiauw.be/post/2008/03/March-18-ASPNET-MVC-links.aspx
Archive
ASP.NET, OpenXML, PHP, Visual Studio Team System, ...
aspnet mvc framework, mvc saved by: haighis more details ...
http://blog.maartenballiauw.be/archive.aspx
ASP.NET MVC: Store Routes in the Database
Routing in the new .NEW MVC Framework is a synch to customize. This post shows how to move route definitions out of the global.asax.cs and into the database.
aspnet mvc framework, mvc saved by: haighis more details ...
http://www.iansuttle.com/blog/post/ASPNET-MVC-Store-Routes-in-the-Database.aspx
Coding Horror: Understanding Model-View-Controller
mvc saved by: haighis more details ...
http://www.codinghorror.com/blog/archives/001112.html
ASP.NET MVC: PagedList : Rob Conery
In some of his demos, ScottGu used a method that we didn't include in the MVCToolkit called "PagedList", which basically pages a Linq query. I'm hoping to include this in the next drop of...
aspnet mvc framework, mvc saved by: haighis more details ...
http://blog.wekeroad.com/blog/aspnet-mvc-pagedlistt
ViewData "dot" Notation Expressions in ASP.NET MVC
Ramblings of Matt
aspnet mvc framework, mvc saved by: haighis more details ...
http://blog.eworldui.net/post/2008/05/ViewData-quot3bdotquot3b-Notation-Expressions-in-ASPNE...
RhinoCommons, NHibernate and ASP.NET MVC Part 4 - The MVC Application
Using the Rhino Commons Unit of Work pattern with an ASP.NET MVC application.
mvc saved by: haighis more details ...
http://frickinsweet.com/ryanlanciaux.com/post/RhinoCommons2c-NHibernate-and-ASPNET-MVC-Part-...
ASP.NET MVC In-Depth: The Life of an ASP.NET MVC Request - Stephen Walther on ASP.NET MVC
Learn about Microsoft ASP.NET MVC. Articles on Unit Testing, TDD, Mock .Frameworks, DI Frameworks, Software Design Principles and Patterns, and Agile Development.
mvc saved by: haighis more details ...
http://weblogs.asp.net/stephenwalther/archive/2008/03/17/asp-net-mvc-in-depth-the-life-of-an...
ScottHanselmanIntroToMVC.wmv (video/x-ms-wmv Object)
mvc saved by: haighis more details ...
http://download.microsoft.com/download/f/e/b/febedc0c-dd47-4062-ad53-40e34d556a5d/ScottHanse...
ASP.NET Extensions > ASP.NET Model-View-Controller Applications > ASP.NET MVC Overview
mvc saved by: haighis more details ...
http://quickstarts.asp.net/3-5-extensions/mvc/MVCOverview.aspx
ASP.NET MVC Dev Series I : Using the ASP.NET Membership Provider and Forms Authentication in a 3.5 MVC Application [The .NET Addict's Blog]
In this blog post I cover some of the things that I discovered when integrating the new ASP.NET 3.5 Extensions Preview (MVC application) with the existing provider model for membership an...
mvc saved by: haighis more details ...
http://dotnetaddict.dotnetdevelopersjournal.com/aspnet35_membership.htm
ASP.NET MVC Dev Series II : Revisiting Forms-based Authentication [The .NET Addict's Blog]
In this blog post I will follow up on my initial post showing how to use the role and membership providers with ASP.NET MVC framework to show how to implement fine-grained security
mvc saved by: haighis more details ...
http://dotnetaddict.dotnetdevelopersjournal.com/aspnet_mvc_security.htm
Nikhil Kothari's Weblog : Ajax with the ASP.NET MVC Framework
This post presents a few basic Ajax features (similar to partial rendering and behaviors in terms of concepts) running on top of the ASP.NET MVC framework... some early ideas, experimenta...
mvc saved by: haighis more details ...
http://www.nikhilk.net/Ajax-MVC.aspx
Untitled
mvc saved by: haighis more details ...
http://examples.maartenballiauw.be/MvcGridView/Home.mvc/Edit/3
Code based ASP.NET MVC GridView
ASP.NET, OpenXML, PHP, Visual Studio Team System, ...
mvc saved by: haighis more details ...
http://blog.maartenballiauw.be/post/2008/06/Code-based-ASPNET-MVC-GridView.aspx
ASP.NET MVC Preview: Using The MVC UI Helpers : Rob Conery
For the last month or so I've been working on the MVC UI Helpers (aka the MVC Toolkit) that will help developers work with HTML in their Views. These helper methods are primarily Extensio...
mvc saved by: haighis more details ...
http://blog.wekeroad.com/blog/aspnet-mvc-preview-using-the-mvc-ui-helpers
ASP.NET MVC Dev Series III : Creating User Controls for Strongly Typed ViewData [The .NET Addict's Blog]
This article in my ASP.NET MVC development series covers creating re-usable user controls that are flexible enough to be used on multiple pages but still work with strongly-typed Views an...
mvc saved by: haighis more details ...
http://dotnetaddict.dotnetdevelopersjournal.com/aspnet_devseries_3.htm
Extending ASP.NET MVC To Add Conventions
mvc saved by: haighis more details ...
http://haacked.com/archive/2007/12/09/extending-asp.net-mvc-to-add-conventions.aspx
Fast, Streaming AJAX proxy - continuously download from cross domain - Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5
Blog on ASP.NET Ajax, Javascript, SQL Server 2005, C#, .NET 3.5, Production Challenges and Pageflakes
ajax proxy, mvc saved by: haighis more details ...
http://msmvps.com/blogs/omar/archive/2008/04/14/fast-streaming-ajax-proxy-continuously-downl...
CodeProject: Fast, Scalable, Streaming AJAX Proxy - continuously deliver data from across domains. Free source code and programming help
An AJAX Proxy HttpHandler built using ASP.NET that continuously delivers content from external domains to the browser and is thus faster and more scalable than any other proxy service.; A...
ajax proxy, mvc saved by: haighis more details ...
http://www.codeproject.com/KB/ajax/ajaxproxy.aspx
Code Igniter
code, development, framework, igniter, mvc, php, web saved by: millette more details ...
http://www.codeigniter.com
Wicket - Home
ajax, framework, java, mvc, opensource, wicket saved by: bguijt more details ...
http://wicket.sourceforge.net
Stripes - Home
framework, java, mvc, opensource saved by: bguijt more details ...
http://stripes.mc4j.org/confluence/display/stripes/Home
GUI Architectures
architecture, article, design, fowler, gui, mvc, pattern, patterns, reference saved by: bguijt and 2 people more details ...
http://martinfowler.com/eaaDev/uiArchs.html
GWT and Spring MVC
article, gwt, mvc, spring saved by: bguijt more details ...
http://www.jroller.com/page/masini?entry=gwt_and_spring_mvc
Ease the integration of Ajax and Java EE
ajax, article, j2ee, mvc saved by: bguijt more details ...
http://www-128.ibm.com/developerworks/java/library/j-ajaxee/index.html?ca=dgr-lnxw01J2EEand#...
JavaScript Model-View-Controller with Dojo toolkit
article, dojo, javascript, mvc saved by: bguijt more details ...
http://www.alexatnet.com/Blog/Index/2006-08-04/javascript-model-view-controller-with-dojo-to...
Smalltalk-80 - How to use Model-View-Controller (MVC)
Applications Programming in Smalltalk-80(TM): How to use Model-View-Controller (MVC)
gui, mvc, object, oriented, programming, smalltalk, smalltalk-80 saved by: a1mega more details ...
http://st-www.cs.uiuc.edu/users/smarch/st-docs/mvc.html
MVC - Model-View-Controller (MVC) Architecture
Although the MVC architecture (or pattern or idiom) has been around for a long time, and although it is important and widely used, much of the information regarding the idiom is available...
mvc, programming, smalltalk saved by: a1mega more details ...
http://www.jdl.co.uk/briefings/mvc.html
MVC MVC - XEROX PARC 1978-79
Information about the Model-View-Controller framework in Smalltalk-80
design, framework, mvc, smalltalk saved by: a1mega more details ...
http://heim.ifi.uio.no/~trygver/themes/mvc/mvc-index.html
MVC Tutorial
designpatterns, mvc, oop, smalltalk, tutorial saved by: a1mega more details ...
http://www.bgaertner.gmxhome.de/MVCtutorial.htm
Rails and MVC // Ordered List by Steve Smith
For anyone on board with web standards, the concepts behind MVC should sound all too familiar. Just as web standards seeks to separate content, presentation, and behavior, MVC seeks to se...
controllers, models, mvc, rails, ruby, standards, views saved by: Lisa more details ...
http://orderedlist.com/articles/rails-and-mvc
Picora™ : PHP Micro Framework
Picora is a minimalist web framework that provides a way to organize your code by mapping URLs directly to class methods, and allows you to easily separate your business logic from your d...
development, framework, mvc, php, php5, programming, web, webdev saved by: Lisa more details ...
http://livepipe.net/projects/picora
TrimJunction - trimpath - Google Code
framework, javascript, mvc, opensource, rails, rhino saved by: 4braham and 2 people more details ...
http://code.google.com/p/trimpath/wiki/TrimJunction
CakePHP : The PHP Rapid Development Framework
"Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to prov...
ajax, cakephp, code, development, framework, free, mit, mvc, oop, opensource, More... saved by: BaldTechnologist and 4 people more details ...
http://cakephp.org
21 Things You Must Know About CakePHP
A handy list of tips and tricks for CakePHP development, including the creation of static pages (static content in the default layout sans models), building a simple admin area, using Bak...
cake, cakephp, crud, database, help, mvc, mysql, pages, php, phpcake, More... saved by: BaldTechnologist and 2 people more details ...
http://cake-php.blogspot.com/2006/09/21-things-you-must-know-about-cakephp.html
CakePHP : The PHP Rapid Development Framework :: Home
Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
ajax, cakephp, cake_php, development, framework, languages, lovelovelove, mvc, php, programming, More... saved by: djhomeless and 7 people more details ...
http://www.cakephp.org