InfoQ Homepage Enterprise Architecture Content on InfoQ
-
How do you measure the RESTful-ness of an application?
With debates on comparing and contrasting REST with WS-* or SOA having died down, the debate moves on to have to measure how RESTful a system may be, or how "mature" it is. One approach that is referred to many times is the Richardson Maturity Model. However, there is disagreement within the community as to whether or not this model is the right approach to use.
-
Essential: a new Language Workbench
Pedro Molina has released the beta version of his new Language Workbench: Essential. Unlike other WLs, Essential is capable of interpreting the model definition, making it faster and easier to design and re-factor model driven solutions.
-
Agile 2011 Keynote Speakers Anounced
The Agile 2011 organizers have announced the keynote speakers for the conference being held in August at Salt Lake City. Dr. Barbara Fredrickson, Kevin Henney and Linda Rising will deliver keynote talks with three distinctly different focuses.
-
Scala & Akka Creators Launch Typesafe Company for Multicore and Cloud Architectures
Scala creator Martin Odersky joined forces with Jonas Bonér, the creater of Akka, and launched Typesafe. With $3 million Series A financing led by Greylock Partners, Typesafe offers commercial support for enterprise development of multicore and cloud architectures.
-
Atlassian Replaces Builders with Tasks in Latest Bamboo Release
As the discussion in Agile development moves from continuous integration (CI) to continuous deployment, CI servers are doing more to automate the overall build process. Atlasian, which today released Bamboo 3.1, has implemented a new feature called Tasks that the company hopes will aid developers in their continuous deployment efforts.
-
Google App Engine 1.5.0 Released
Google have announced that their Google App Engine will come out of preview status later this year, with a restructured fee policy for those who want to use it for larger deployments. In addition, the 1.5.0 release includes preview support for Go, the systems language created by Robert Griesemer, Rob Pike and Ken Thompson.
-
Coverity releases new tool for Code Governance
The privately owned US company Coverity claims that its newly released and browser-based software tool Coverity Integrity Control supports development organizations to set standard policies for code quality and security, and then manage, monitor and report on these policies as code is tested.
-
JQuery 1.6 Released With Performance Upgrades, Breaking Changes
JQuery 1.6 has just been released with several performance and cross-browser compatibility improvements and major rewrite of the Attribute module, introduces some breaking changes
-
Google and Oracle Case Reduced
The legal case between Google and Oracle has been reduced in scope, just as Oracle subpoenas Apache to provide information about the Harmony project.
-
Access Team Foundation Server 2010 on Multiple Devices Using the OData Service
The OData Service for Team Foundation Server 2010 provides access to the TFS object model on any device that supports the HTTP protocol. This makes it easier for developers to create applications that access Team Foundation Server in non-Windows environments and on smartphones and tablets.
-
Scott Guthrie Will Head Azure Development, Remains Connected with .NET & ASP.NET
Scott Guthrie will lead the Azure Application Platform development, but he promises to remain involved with .NET, ASP.NET and Silverlight. As a proof he announces ASP.NET MVC 3 Tools.
-
Puppet Labs Releases Faces, Relicenses Puppet Under Apache 2.0
Puppet Labs released a command-line interface & set of APIs last week, called Faces, that allows sysadmins to create or extend subcommands and actions for Puppet. The API is callable from Ruby and includes objects that expose Puppet’s internal subsystem. Sysadmins can access Puppet objects like report to create, display and submit reports, and catalog to compile, save, view and convert catalogs.
-
Unix Orchestration Roundup: Tools for Programmatic Systems Administration
While system administrators have always written code to automate tasks and many developers run their own systems, the melding of development and operations into devops has really taken hold as sophisticated configuration management and orchestration tools have become available.
-
New.NET Async Control Flow Explained
Alan Berman recently explained the details of how the new Async and Await keywords impact the flow of control. Using these keywords allows an asynchronous function's return values to be processed without using explicitly defined callbacks. This allows for more natural code grouping, as calling and processing of an asynchronous function can occur in the same function.
-
Hudson Resurrected as Hudson 2.0
The first significant release of Hudson since the Hudson/Jenkins fork has been released, with a new versioning scheme following OSGi/Semantic Versioning going forward. This includes a new JSR330 dependency injection model to make it easier to run in an OSGi runtime as well as decoupling from specific Hudson annotations.