InfoQ Homepage MVC Content on InfoQ
-
Jakarta EE 12 Will Focus on Consistency and Configuration
Before the release of Jakarta EE 11, preparations for Jakarta EE 12 were well underway as plan reviews for 24 Jakarta EE specifications were approved in early 2025. Scheduled for a GA release in July 2026, Jakarta EE 12 will focus on consistency and configuration, and require a minimum of JDK 21 along with support for the upcoming release of JDK 25.
-
Loco is a New Framework for Rust Inspired by Rails
Loco is a new framework inspired by Rails, that allows developers to write MVC-style applications in Rust. Loco builds on the comprehensive Rust ecosystem to enhance the application development experience. Rust's language features, such as concurrency, safety, strong typing, and performance, are some of the advantages over Rails or its derivatives.
-
How Reddit Rewrote Their iOS App to Improve Performance, Modularity, and Testing
Reddit has been hard at work in the last year to improve the performance of their iOS app while also making it suitable for faster iteration cycles, improved test coverage, and better extensibility. All of this was made possible by evolving the app original MVC architecture into a Model-View-Presenter (MVP) architecture.
-
Public Review of Java MVC 1.0 Specification is Now Open
Public review of JSR-371, Model-View-Controller (MVC) version 1.0 specification, is now open. The latest features include support for data binding and internationalization. Eclipse Ozark, a full implementation of MVC 1.0, is expected to release version 1.0 in conjunction with the final release of JSR-371. Ivar Grimstad, principal consultant for the Cybercom Group, spoke to InfoQ about MVC 1.0.
-
Aurelia JavaScript Framework Hits 1.0, Looks to the Future
The JavaScript framework Aurelia has reached its 1.0 release and has emerged as an alternative to the Angular vs. React debate. Its goal is to provide a standards-based, modular framework with minimal boilerplate and ceremony.
-
Microsoft Announces ASP.NET Core Schedule Changes and Renaming Clarifications
Microsoft made some clarifications on ASP.NET a few weeks ago. Jeffrey T. Fritz, program manager at Microsoft, explains the recent changes in the schedule. He also gives some details related to the renaming from ASP.NET 5 to ASP.NET Core 1.0.
-
New in Motorola RhoMobile 5.0: Licensing Model, Cloud Services and KitKat Support
Motorola RhoMobile 5.0 comes with a new licensing model, support for the latest iOS and Android versions, a set of new or improved cloud services – Build, Synchronization, Push Notification –, Zebra Printing support, and others.
-
Facebook: MVC Does Not Scale, Use Flux Instead [Updated]
This article has been updated based on community and Jing Chen (Facebook)’s reaction. (See the Update section below.) Facebook came to the conclusion that MVC does not scale up for their needs and has decided to use a different pattern instead: Flux.
-
Om: Enhancing Facebook's React with Immutability
Om is a new a ClojureScript interface for Facebook’s React HTML UI library. Om uses Clojure(Script)'s persistent data structures and requestAnimationFrame to further improve React's rendering. InfoQ talked to Om's creator, David Nolen, about Om and the benefits of functional concepts for application programming.
-
Google Releases Dart 1.0
Two years after its initial announcement and preview release, Lars Bak announced the first stable release of Dart at Devvox in Belgium today. Dart is Google’s new web programming language and platform for developing modern web applications.
-
Sails 0.8.9: A Rails-Inspired Real-Time Node MVC Framework
Version 0.8.9 of Sails, a real-time MVC framework built atop node.js, was released on April 9th by Austin, TX-based Balderdash in an ongoing effort to bring a Rails-like development platform to modern web apps
-
Community-Driven Research: Top JavaScript MVC Frameworks
InfoQ's research initiative continues with a 16th question about: "Top JavaScript MVC Frameworks". This is a new service we hope will provide you with up-to-date & bias-free community-based insight into trends & behaviors that affect enterprise software development. Unlike traditional vendor/analyst-based research, our research is based on answers provided by YOU.
-
A look at Visual Basic 11
Visual Basic 11 brings with it several new features including asynchronous functions and the long awaited iterators.
-
ASP.NET MVC 4 is Live
The first beta of ASP.NET MVC 4 has recently been released with a “go-live” license. This means that even though the release is not yet complete, Microsoft is confident enough to allow it in production use. Enhancements include improvements to the Razor view engine, asynchronous support, and more.
-
Fuel PHP: An MVC Framework
The Model-View-Controller pattern is pretty much dominating professional, customer facing website design these days. While single-file scripts and form builder technologies still have a place, MVC seems to strike the right balance for many developers. The Fuel framework for PHP intends to capitalize on the work done by earlier MVC frameworks such as Ruby on Rails.