InfoQ Homepage Development Content on InfoQ
-
MuleSoft's CloudCat Supports Web Application Deployment on Amazon EC2 and GoGrid Clouds
MuleSoft's cloud service offering of Apache Tomcat container, called CloudCat, provides a virtual image that allows developers and QA teams to build and test web applications in the cloud environment. MuleSoft recently announced CloudCat product availability and a partnership with cloud infrastructure hosting provider GoGrid.
-
Windows Phone 7 Will Not Support Native Code
The development story for Windows Phone 7 has been revealed. As suspected, it is heavily based on Silverlight, XNA, and Flash. So much in fact that only managed code is allowed on the platform.
-
Revisiting Biases Against Open Source SOA Solutions
Ronald Schmelzer, a senior analyst at ZapThink revisits the common misconception/biases on the suitability of open source SOA solutions for the enterprise and asks “why is it then that so many IT organizations prematurely discard Open Source Software (OSS) from their SOA implementations?”
-
Terracotta and Eucalyptus Integration Provides Data Management and Elastic Provisioning in the Cloud
Terracotta recently announced a partnership with open source private cloud platform vendor Eucalyptus that allows the companies to provision private clouds on Amazon AWS-compatible Eucalyptus cloud platform and take advantage of the elasticity and flexibility of the cloud.
-
Emerging Industry SOA Best Practices
A new MITRE whitepaper documents a variety of best practices and key characteristics for a successful SOA implementation.
-
SpringSource Announces TC Server Spring Edition
SpringSource has announced an updated TC Server Spring Edition. TC Server is SpringSource's Tomcat-based offering with enhanced monitoring and cloud provisioning capabilities. It focuses on making operations' and developers' lives better.
-
Obsolete Features in .NET 4
With the introduction of a new CLR and Base Class Library, Microsoft has taken this opportunity to do some house cleaning. Though not much has been actually removed, we do see even longer lists of obsolete types and members. Probably the most notable is the removal of the Mobile support for ASP.NET WebForms.
-
QCon Live: What's Happening at QCon London This Week?
This week, the fourth annual QCon London is in progress. Starting on March 8th with tutorials and ending on March 12th with a "meet the speakers" social, there will be a lot happening. This article describes the many ways that readers can follow along with the events at QCon as they are happening.
-
What Standardization Will Mean For Ruby
The standardization of Ruby is making progress: after the announcement in 2008, a first draft of the standard has been published. What does this mean for RubySpec, the executable Ruby specification, and the other Ruby implementations?
-
U-Prove Offers Security while Protecting Privacy
Microsoft has open sourced U-Prove CTP, a cryptographic solution technology used for performing authentication without disclosing personal information about the user. The CTP contains U-Prove Cryptographic Specification V1.0, a C# and a Java reference implementation of the specification, extensions for WIF, AD FS 2 and CardSpace 2, plus a number of whitepapers explaining the technology.
-
OpenCredo Announces AMQP Support for Spring Integration
OpenCredo Ltd has announced support for talking to Advanced Message Queuing Protocol (AMQP) based messagng servers from Spring Integration, a lightweight ESB-like messaging framework. The new support brings MOM vendors whose product doesn't support JMS to users of the Spring Integration framework. Some Message Queues, like RabbitMQ, are very scalable and don't support JMS.
-
Top 10 Web Software Application Security Risks
OWASP, an open and free organization focused on evaluating and improving software application security, has released the OWASP Top 10 Application Security Risks – 2010 RC1, a whitepaper documenting the top 10 web application security risks along with details on how threat agents can exploit these possible vulnerabilities, accompanied with examples and advice on what can be done to avoid them.
-
A Flash SEO Tool
You cannot avoid the issue of search engine optimization (SEO) when developing an Adobe Flash-based Flex rich Internet application (RIA) or Flash Website. Fortunately, the Flash SEO Tool has been designed to help.
-
OSGi DevCon London
Last week saw the first OSGi DevCon London, held in conjunction with JAX London in Hammersmith's Novotel. Topics included features from the upcoming OSGi Enterprise Expert Group publication, using and testing OSGi in the cloud, accessing objects through JPA on an OSGi system and how modularity can defeat complexity brought on by exponential software growth.
-
To Comment or Not to Comment
Any developer has written at least one line of comment throughout his code. Some have written many comments in an attempt their code to be more explanatory. This article gathers some of the practices used in writing code comments.