InfoQ Homepage Development Content on InfoQ
-
The New Adobe Roadmap for Flash, AIR and Flex
Adobe has announced details regarding Flash, AIR, Flex and other related products, presenting how they see the future of these technologies. Adobe repurposes Flash for gaming and premium video.
-
Ruby IDE Roundup: JetBrains Releases Rubymine 4.0, Ruby for NetBeans 7.1 in the Works
JetBrains released version 4 of their Ruby IDE RubyMine. This release focuses on better performance, and contains incremental improvements and polishing in many areas. For NetBeans 7.1, a preview release of the community Ruby support is now available.
-
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.
-
Caucho's Resin Application Server Grew by a Factor of Almost Ten Last Year According to Netcraft
According to Netcraft Resin has been seeing strong growth in the last 12 months, seeing an almost tenfold growth from 480k hostnames in February 2011 to 4.7M in February 2012.
-
Code-First Migrations Released With Entity Framework 4.3
Entity Framework 4.3 release finally brings the Migrations feature to Developers, without having to depend on separate pre-release binaries.
-
Visual Basic 6 Renewed to Run on Windows 8
The venerable Visual Basic 6 platform has received another stay of execution from Microsoft with the announcement that it will continue to support the platform on the upcoming Windows 8. Overcoming age and a succession of post-VB6 products (Visual Basic .NET, C#), VB6's simplicity, popularity, and inertia have brought it to the latest frontier. Will Microsoft do more to support it?
-
A New Garbage Collector and Memory Profiler for iOS/MonoTouch
MonoTouch for iOS now supports the generational garbage collector SGen. Until recently this was an experimental option only available on the full version of Mono. Along with it comes a Memory Profiler for iOS that it accessible via the MonoDevelop IDE.
-
Mikado Method For Refactoring Legacy Software
Daniel Brolund presented the Mikado method in a talk-cum-workshop here in Agile India 2012. This proposes a simple method for agile teams faced with poor legacy code, which needs to be refactored in pieces as and when new goals arrive.
-
JBoss AS 7.1 Reaches Full EE Profile Compliance
JBoss AS 7.1 has been released, becoming the first JBoss server to achieve full compliance with the Java EE 6 Full Profile, joining the other open-source servers in full compliance, including Apache Geronimo and Oracle GlassFish. Read on to find out more.
-
The Role of Emotions in Software Engineering
A recent study by the Carlos III University of Madrid (UC3M) investigates the importance of emotions in software engineering. In the study requirements engineering is considered
-
RTI Introduces the Integration Solution and Data Bus RTI Connext
RTI (Real-Time Innovations), a company based in Sunnyvale/California, has introduced its product family RTI Connext. According to RTI, Connext provides a high performance data bus for integrating data sources of all types. Using the solution, engineers can connect data across devices, systems and networks.
-
Yahoo! Has Open Sourced YSlow
Yahoo! has decided to open source YSlow. Developers no longer need to submit feature requests to Yahoo!, being able to improve the tool themselves. Comparing YSlow with Google Page Speed.
-
Unit Testing on Mobile Devices with .NET/Mono
An ongoing problem with specialized platforms is the lack of support for unit testing. Developers are forced to compromise the quality of their tests or their build process in order to get anything working. Recently MonoTouch has made progress in this area, but Windows Phone and Mono for Android still lag behind.
-
Fred George On Programmer Anarchy
Fred George shared his insights about moving beyond Agile, a state he calls “Programmer Anarchy”, at the Agile India Conference on Day 1. Along with a few personal examples from his experience at Forward Technology he explained how this can lead to a very productive environment for solving complex problems, with substantial increase in business results.
-
Group By in MongoDB
In response to demands for simpler data access, MongoDB is introducing the Aggregation Framework. This library uses a declarative pipe-line notation to support features such as SQL-like group by operations without having to write custom JavaScript routines.