InfoQ Homepage Development Content on InfoQ
-
SpringFramework Removes OSGi Metadata in Move to Gradle
SpringSource have been an advocate backer of the Groovy-powered Gradle build system for some time. Now that the development of 3.2 is nearing completion, it appears that a casualty of that decision is to stop generating OSGi metadata for the Spring Framework.
-
Mono 3.0 Adds Async, Improves SGen GC and More
Miguel De Icaza has announced the release of Mono 3.0, which comes with several improvements such as Async, better SGen GC, improved Eval API and .NET 4.5 compatibility.
-
Windows Azure Mobile Services with iOS, E-mail, SMS, Facebook Support
Windows Azure product team has released an update to its mobile services suite with support for ios, E-mail, SMS including the ability to make use of Windows Azure Blob, Tables and ServiceBus with your application.
-
Project Jigsaw Late for the Train: Deferment ratified
JSR 337 expert group has ratified Oracle chief architect Mark Reinhold's proposal to defer Project Jigsaw to Java 9. Were the stated reasons sufficient motivation for this deferment?
-
Ignite UI for Building jQuery Apps
Infragistics recently shipped a brand new framework for building powerful applications named Ignite UI. It contains numerous controls for the creation of next generation mobile applications. In this news article, Anand examines the features of the framework.
-
Mozilla Sweet.js: Extending JavaScript with Macros
Mozilla Sweet.js enables developers to enrich JavaScript by adding new syntax to the language through the use of macros. This helps developers to customize the JavaScript syntax for their style, or to expand it by creating a new JavaScript-based DSL useful for their niche domain.
-
Community-Driven Research: Real World Ruby on Rails Usage RFP
As part of InfoQ's ongoing Community Driven Research project, we want to find out how developers are using Ruby on Rails in practice. In this first step, we want to know what you use so that we can collect suggestions for the voting.
-
Sencha Releases New Software Developer’s Suite
Sencha recently released Sencha Complete: Team, a full-featured enterprise software suite to help software developers create rich HTML5 apps for popular web browsers and operating systems. InfoQ reports on the community reaction.
-
ServiceStack Crosses 100 Contributors
ServiceStack is an Open Source .NET and Mono Framework that provides a strong alternative to WCF, MVC and Web API for building Web Services and Applications. The project team recently announced that they crossed 100 contributors milestone. We take this opportunity to dig further.
-
Updated Web Essentials for Visual Studio 2012 Adds TypeScript Support
Web Essentials, the extension introduced to add better CSS support to Visual Studio, has recently been updated with new tools for Visual Studio 2012, including support for TypeScript. It also includes automatic downloads of new schema files, so that HTML5 and CSS validation will always be up to date.
-
Google Improves Dart and Provides an SDK
Google has released an SDK for Dart and several new language features and improvements, such as: an Editor, Dartium, faster VM, a numbers of libraries, a package manager and others.
-
Apache TomEE Jumps to 1.5 With New Database Connection Pool and Scripting Options
The Apache Software Foundation has announced the release of Apache TomEE version 1.5, its Java EE 6 Web Profile certified version of Tomcat. The bump in version number (the 1.0 release only happened in May) reflects the large number of fixes and updates included in the new release.
-
Code Review with Comparison, Annotation, Comments and Status Update with Visual Studio 2012
Visual Studio 2012 simplifies the code review task with the ability to compare code files, annotation, comments from reviewers and status updates.
-
ASP.NET Anti-Forgery Tokens With JSON Payloads
ASP.NET MVC has AntiForgeryToken helper that allow you to detect and block CSRF attacks using user-specific tokens. However when making primarily ajax requests or using javascript frameworks such as Knockout and Backbone which have JSON payloads, the approach needs to change a bit.
-
Querying Columnar Databases with Google Supersonic
Supersonic is a query engine library for columnar databases providing a set of data transformation primitives that Google advertises to be “ultra-fast.”