BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Development Content on InfoQ

  • 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.

  • Java EE 6 Bean Validation Provides Entity Validation Metadata Model and API

    Bean Validation (JSR 303), one of the core features of Java Enterprise Edition Version 6 Release, defines a metadata model and an API for entity validation. The default metadata source is annotations, but the developers can extend it using XML descriptors. The API also provides a mechanism to add custom validation constraints as well as a way to query the constraint metadata repository.

  • Windows Azure: Pending Success or Eventual Niche?

    Microsoft has had its successes and failures over time, and it has managed to come first with some products even if it came later in the game. Is Microsoft going to be as successful with Windows Azure as it has been with the Windows operating system? Or will it remain a niche player like Windows Mobile?

  • Microsoft Has Published the Outlook PST Specification

    Microsoft has published the Outlook PST file format specification in order to "facilitate interoperability and enable customers and vendors to access the data in .pst files on a variety of platforms" as promised in October last year.

  • Experiment Driven Development - The Post-Agile Way

    TDD and BDD are now widely-used software development techniques. However, solely following TDD & BDD may still lead to missed business opportunities, or worse, a negative impact to the business. Two questions which TDD & BDD are unable to answer are: How do you measure the usage of your application? How do you get feedback from your customers? Is Experiment-Driven Development (EDD) the answer?

  • Neo4j: Java-based NoSQL Graph Database

    After several years of development, the developers from NeoTechnology have released version 1.0 of Neo4j, a Java-based graph database which follows the property graph datamodel. InfoQ spoke with NeoTechnology COO Peter Neubauer to learn more about the current Neo4j release and what it offers to developers.

  • Eclipse Virgo Project Approved

    The Eclipse Virgo project has been approved at Eclipse, and provisioning and initial code import will be happening in the next week or two. Eclipse Virgo is the new name for SpringSource dm Server, which is also undergoing a license change from GPL to EPL to make it more acceptable for others to build and redistribute. Modular applications are the way of the future, and Eclipse Virgo will be key.

  • Windows Azure Now Generally Available, Moving From Free To Pay

    As of February 1st, Microsoft's public cloud offering, Windows Azure, became part of the growing cloud market as it started charging for its services. Azure is one of the first Platform as a Service (PaaS) offerings to move from free, "early-adopter" to a pay-as-you-go business model. InfoQ spoke with Matt Deacon of Microsoft UK to learn more about this change and what it means for Azure users.

  • The Need for an Event-based API in the Cloud

    Many cloud applications, especially resource management can benefit from event-based approaches. In his new post, William Vambenepe discusses approaches to defining cloud eventing APIs.

  • Google Has Released a YouTube SDK for .NET

    Google has released a YouTube SDK for .NET for those interested in programmatically accessing YouTube from a .NET or ASP.NET application. The YouTube API is built on top of Google's GData protocol, extending it with specific data classes contained in the Google.GData.YouTube namespace.

  • Mark Reinhold Talks About JRockit/Hotspot Integration

    Oracle principal engineer and former Sun employee Mark Reinhold talks about Oracle's plans to merge the Hotspot and JRockit JVMs.

  • MonoTouch.Dialog Makes Creating Simple iPhone Dialogs Easier and Faster

    In order to simplify iPhone development using MonoTouch, Miguel de Icaza has developed two new abstraction layers over UITableView. These abstraction layers give developers the option to use a declarative syntax based on attributes or an imperative model based on nested controls.

BT