Intentional Software - Democratizing Software Creation
Business users doing programming? Simonyi and Kolk presents how Intentional Software offers a radical new software approach that separates business knowledge from software engineering knowledge.
Tracking change and innovation in the enterprise software development community
Posted by Robert Bazinet on Dec 06, 2007 09:00 AM
Microsoft has decided to rename the yet-to-be-released Silverlight 1.1 to Silverlight 2.0 and released in beta form in Q1 2008 shipping with a Go-Live license so developers can create applications immediately.
The announcement came on S. "Soma" Somasegar's (Corporate Vice President, Developer Division) weblog where he explained the reason for the change:
With all these updates, the Silverlight 1.1 versioning simply didn’t do the enhancements justice so we decided to rename the next version to “Silverlight 2.0,” instead of “Silverlight 1.1.” We are planning on delivering a beta version of Silverlight 2.0 in Q1 2008.
This new version supports .NET so developers can write Silverlight applications in C#, VB, Ruby and Python which developers had been expecting but some of the newer features include:
There will be Silverlight controls that you can add to your toolbox and drag onto your design surface, just as you do with ASP.NET. These controls will provide full support for layout management (Stack + Grid), sockets, databinding, templating, networking and much more. It will include an integrated solution for cross-domain networking and developers will be able to access resources and data from any trusted source on the Web. We are also expanding and improving our media pipeline performance and formats.
Silverlight 2.0 will ship with a cross-platform version of the .NET framework which runs on Windows, Mac and soon Linux supporting Internet Explorer, Firefox and Safari browsers and beyond.
The feature set has grown significantly from the Silverlight 1.1 alpha release and Scott Guthrie details some of the .NET specific new features:
WPF UI Framework: The current Silverlight Alpha release only includes basic controls support and a managed API for UI drawing. The next public Silverlight preview will add support for the higher level features of the WPF UI framework. These include: the extensible control framework model, layout manager support, two-way data-binding support, and control template and skinning support. The WPF UI Framework features in Silverlight will be a compatible subset of the WPF UI Framework features in last week's .NET Framework 3.5 release.
Rich Controls: Silverlight will deliver a rich set of controls that make building Rich Internet Applications much easier. The next Silverlight preview release will add support for core form controls (textbox, checkbox, radiobutton, etc), built-in layout management controls (StackPanel, Grid, etc), common functionality controls (TabControl, Slider, ScrollViewer, ProgressBar, etc) and data manipulation controls (DataGrid, etc).
Rich Networking Support: Silverlight will deliver rich networking support. The next Silverlight preview release will add support for REST, POX, RSS, and WS* communication. It will also add support for cross domain network access (so that Silverlight clients can access resources and data from any trusted source on the web).
Rich Base Class Library Support: Silverlight will include a rich .NET base class library of functionality (collections, IO, generics, threading, globalization, XML, local storage, etc). The next Silverlight preview release will also add built-in support for LINQ to XML and richer HTML DOM API integration.
More information can be found at Scott Guthrie's weblog or on the Microsoft Silverlight web site.
Info 2.0: IBM's vision for the world of Web 2.0 and enterprise mashups (Webcast)
IBM software architect eKit: Grady Booch podcast, whitepapers, articles
Fighter Jets and Agile Development at Lockheed Martin (Case study)
IBM Agile Development eKit: Free Articles, Expert Q&A, Educational Resources
> Microsoft Renames Silverlight 1.1 to Silverlight 2.0 .. and Bill Gates Grants Self 18 Dexterity, 20 Charisma. Peace, Cameron Purdy Oracle Coherence: Data Grid for Java and .NET
Java failed, so at least now we'll have a much better alternative to Flash
Frankly I cannot see the advantages of Silverlight over a Flash/Flex solution. Both are proprietary solutions. Flex is at least open source. If only LifeCycle Data Services (LCDS) was more affordable. I am involved in a project with a Flex front end and a WebSphere Application Server (WAS) business/resource tier. Integration between the two was painless. I was expecting problems getting LCDS to run on WAS (as is usually the case), but it was a breeze and has not given us a single problem. For integration between a rich client and a J2EE back end system I'd go with Adobe any day.
@Gavin, I think the appeal of Silverlight, at least for me, is that it sticks to .Net languages. I can code C# everywhere from my gui front end, to my business and data layers, all they way down into my database (with SQL Server 2005/08). That's very appealing.
I think that the JVM is today the best VM implemented on all major OSes. Moreover it it is now open source. The only element that is missing for a good client-side experience is a better applet deployement engine, and I hope Sun will provide one in the "Consumer JRE". (An improved GUI framework would be nice too, but it doesn't have to be included in the JRE runtime itself.) Also I am not sure there will be high quality implementations of Silverlight on platforms other than Windows (with good performances and cross-platform consistency).
I think that the JVM is today the best VM implemented on all major OSes. Moreover it it is now open source.
... ...
What are you talking about?? JVM is the best VM, about what?? Did you really worked on a project with MS Tools or are you talking about legendary metropolitan histories??
Business users doing programming? Simonyi and Kolk presents how Intentional Software offers a radical new software approach that separates business knowledge from software engineering knowledge.
Jason Rudolph discusses Java/Grails integration, Grails plugins, creating a Grails sample application, Grails app structure, data querying and persistence, validation, controllers and tag libraries.
The Scrum Product Owner role is powerful, valuable and challenging to implement. It brings healthier relationships between customers and developers, and competitive advantage - if you do it right.
Effective Java, Second Edition by Joshua Bloch is an updated version of the classic first edition, which won a 2001 Jolt Award. InfoQ asked Bloch questions about the areas that the new edition covers.
A new article by I. Drobiazko and R. Zubairov introduces v. 5 of the Apache Tapestry component-oriented web framework. The tutorial shows how to create a component and covers IoC in Tapestry and Ajax.
In this interview, Burton Group consultant Pete Lacey talks to Stefan Tilkov about his disillusionment with SOAP, his opinion on REST, and addresses some of the perceived shortcomings REST vs. WS-*.
Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.
Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.
6 comments
Reply