Transactions without Transactions
Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Robert Bazinet on Oct 11, 2007
The ALT.NET conference, October 5-7, 2007, held an announcement from Microsoft about the rumored MVC Framework for ASP.NET, which InfoQ originally reported back in March 2007.
The announcement was posted on a blog post by Jeffrey Palermo and describes the essential pieces of the framework which Microsoft will provide sometime after Visual Studio 2008 ships.
The implementation of the MVC Framework on ASP.NET is fashioned much the same way as Ruby on Rails and provides the usual pieces found in an MVC Framework. Scott explains the MVC framework will provide:
URL's will map directly to a controller as explained on Jeffrey's blog:
/RouteName/Action/Param1/Param2
where RouteName is configured to map to SomeController. Multiple routes can map to the same controller for the purpose of providing more URLs (think SEO).
The developer can completely override the URL processing also by providing an implementation of an interface.
Scott Hanselman was also in attendance and recorded the presentation by Scott Guthrie as well as one of his own. Scott has made those videos available on his web site along with some incite into the framework and reaction by the blogging community.
One question that may be on peoples minds is how this announcement effects MonoRail, an excerpt from the Castle Project web site and their reaction to the news:
We think that any attempt to offer more productive tools, better testability and better separation of concerns is valuable, no matter who is the author. We are certainly pleased to see that Microsoft is delivering something that allows a more agile and productive type of web software development.
We also believe that MonoRail has been providing the same thing for the past two and half years, and will continue to do so. We're grateful that MS has chosen to offer integration points for Monorail and the Castle stack and as soon as it's available we will be working to integrate it with the rest of our projects.
More information will be coming in the months to follow leading up the the release of Visual Studio 2008. Expect CTP releases of this framework from Scott Guthrie's team.
Using Drools? See what you're missing! Get the Power of Drools with the Assurance of Red Hat
A Guide to Branching and Merging Patterns
Fair Trade Software Licensing - A Guide to Neo4j Licensing Options
Improve Java Garbage Collection, Runtime Execution, and JVM visibility with Zing
That's totally awesome and sweet. I thought MVC was a language that my uncle used to build computers with. Does this mean that VB will have Model, Controller, and View type projects? I can't wait to laugh at all my Java friends once this comes out.
Yeah, any .NET language should have all of the MVC goodness.
Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.
Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.
Sean Comerford unveils ESPN.com’s architecture, what components are used and why, and the current changes the website goes through.
Are there repeated patterns of failure on Enterprise Agile Enablement efforts? Sanjiv and Arlen discuss Seven Deadly Sins to avoid when adopting Agile in an enterprise.
2 comments
Watch Thread Reply