InfoQ Homepage Frameworks Content on InfoQ
-
Comparing GUI Patterns in PureMVC and Cairngorm
On June 9, 2008 Per Olesen, a seasoned Java developer, published a blog post on Tech Per to comparing the two most popular Flex frameworks, PureMVC and Cairngorm, in particular with respect to usability and how they apply patterns of GUI architecture.
-
ActionScript Framework JumpShip 3.1 Released with Extensive Ruby on Rails Support
JumpShip, version 3.1, the most recent addition to open-source Flex and ActionScript rich Internet applications (RIA) was released on May 21, 2008. As part of our efforts to stay abreast of RIA development frameworks, InfoQ spoke with Jamie Scanlon, the creator of JumpShip Framework.
-
Client-Server Computing: The Future Web?
The most recent buzz on the web has been about Ajax and improved user experiences. Looking to the future, some suggest that the "old" client-server model will be the way to meet users expectations and demands. Could Client-Server computing be the follow-on to Web 2.0 technologies?
-
Ruby Shoes Roundup: Ruby-Processing with JRuby, The Shoebox, GitHub
We look at the recent developments around the Ruby Shoes GUI toolkit. The Shoebox is a repository for sharing applications written using Shoes. Next to useful applications, Ruby-Processing uses JRuby to get the Processing environment into Ruby.
-
PRISM: A WPF Composite UI Framework
PRISM is an attempt to create a framework used by teams working independently but cooperating to develop large WPF smart client applications.
-
Microsoft Live Mesh Keeping your World in Sync
Microsoft released a technology preview of their Windows Live Mesh service designed to connect and synchronize devices, folders and news. The details from Microsoft include giving users of PCs, Macs and Mobile phones access to their information from anywhere.
-
.NET Framework 3.5 Enhancements Training Kit Available
Microsoft has recently made available the .NET Framework 3.5 Enhancements Training Kit.
-
Try to get the best of your Statically Typed Language
The use of dynamic type-checking in static languages is often perceived as unavoidable on complex projects, even though workarounds necessary to enforce it tend to negatively impact the quality of code. According to Debasish Ghosh, features in static languages, i.e. Java generics, offer an opportunity to avoid runtime type checking and optimize the advantages of static typing.
-
OpenXava 3.0 Released
OpenXava provides a framework that allows developers to quickly and productively create web applications and portlets. Version 3.0 allows users to take full advantage of JPA, creating complex user interfaces and applications easily.
-
How Does Language Impact Framework Design?
Do certain languages, like Ruby, lend themselves to frameworks that are more productive than those of other languages, such as Java?
-
JSF Testing Tools
Unit testing JSF applications has been considered difficult because of the constraints of testing JSF components outside the container. But this trend is changing with JSFUnit and other JSF test frameworks like Shale Test and JSF Extensions that support white-box testing approach to unit test both client and server components of the web application.
-
The Using CSLA .NET 3.0 Book now available for VB.NET and C#
The latest version of Rocky Lhotka's Component-based Scalable Logical Architecture for .NET (CSLA .NET) book, is available for C# and now VB.NET. The framework enables developers to create an object-oriented business layer that abstracts and encapsulates the business logic and data.
-
Castle Project 1.0 RC3 is Out
The much anticipated Castle Project 1.0 RC3 is finally here after almost a year in development. The announcement came on the Castle Project web site and gives developers many new features and enhancements for the MVC framework designed for developing .NET 2.0 web applications.
-
Confusing unit-of-work with threads
Most server-side applications and many desktop applications contains data that is tied to a particular task that’s being executed. A common solution is to keep that kind of data in thread-local storage; to keep the data in variables bound to the executing thread. Convenient, but a practice based on a faulty assumption.
-
Catching up with the Castle Project
The Castle Project is an open source project that runs on .NET, providing an MVC (Model-View-Controller) framework similar to the popular Ruby on Rails. The Castle Project has been in development since 2003 and released Version 1.0 RC2, in November of 2006. As the project nears its V1.0 RC3 we caught up with Hamilton Verissimo, the founder of the project.