News

'Acropolis' Project Speeds Smart Client Dev

Microsoft's 'Acropolis' aims to speed up smart client development.

The software industry has for decades dreamed of an application development platform that would allow programmers to quickly assemble software by snapping together blocks of stock code like Legos.

The goals of the Microsoft Windows client development platform project, code-named "Acropolis," may not be quite that ambitious, but it does aim to speed up and simplify the process through a set of templates and pre-written code modules for building .NET apps. Once dev shops have coded custom modules for one line-of-business app, the theory goes, those modules could then be easily plugged into other apps.

Building Blocks
Acropolis builds upon Microsoft's Smart Client Software Factory/Composite UI Block (SCSF/CAB) project and will bring full support for Windows Presentation Foundation (WPF) to the modular dev platform for the first time, the company says.

"Our goal is to allow you to focus your coding efforts on your business logic or business problem and not have to code up your applications plumbing," Microsoft Solution Architect David Hill writes on his blog.

Developer Billy Hollis, a Microsoft MVP and .NET consultant, says the unfamiliar organizing principles of module-based development platforms such as CAB and Acropolis can be tough for traditional programmers to master, but the investment in time makes sense for enterprise dev shops building large internal apps such as call center software. He characterizes Acropolis as a kind of portal through which developers can organize blocks of code into an application.

"It handles the security aspect and organizes the user navigation and makes sure the application has a graceful shut down," Hollis says.

The first community technology preview (CTP) of Acropolis was released last month to start generating feedback, but the project team warns developers not to expect too much in the way of stock code blocks from this fledgling version. Most of the first year of work was spent building the underlying framework. Microsoft plans to release additional CTPs over the summer in the hopes of approaching a beta release by the end of the year.

Smart Clients Live On
While some would question the wisdom of laboring over a new platform for developing thick-client apps at a time when such apps appear in danger of being dislodged by the growth of rich Internet applications (RIAs), Microsoft says Acropolis is designed for the development of utility enterprise apps with no need of RIA flash-such as sales automation, customer care and inventory management programs.

Hollis agrees: "There's definitely still a place in the industry for smart clients, and therefore," he says, "there's a place for something to help organize them."
comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events