InfoQ

Topic/Tag specific view

All content and news on InfoQ about Deployment / Datacenter


Latest featured content about Deployment / Datacenter

The Design and Architecture of InfoQ

Community
Architecture,
Java
Topics
AOP,
Portal/CMS,
Deployment / Datacenter,
Community

InfoQ.com is a web app/portal implemented with the latest in portal technology and web development. This session shows the good, the bad, and the ugly of building InfoQ.com; from (lack of) initial requirements, design/implementation choices, deployment issues, and lessons learned along the way. The talk examines features of the site and their implementation in the web layer, domain model, and DB.

News about Deployment / Datacenter

Engine Yard Closes $15 Million in Series B Financing

Community
Ruby
Topics
Platforms,
Deployment / Datacenter,
Ruby on Rails

Investment from New Enterprise Associates, Amazon.com, and Benchmark Capital to help company keep position as leading Rails in cloud provider.

Vertebra: EngineYard's Next Generation Cloud Computing Platform

Community
Ruby
Topics
Deployment / Datacenter,
Cloud Computing

At RailsConf 2008, Ezra Zygmuntowicz announced Vertebra, a next generation cloud computing platform that builds on Erlang, Ruby and XMPP. We talked to Ezra to learn about Vertebra, which will soon be open sourced.

Articles about Deployment / Datacenter

Deploying JRuby applications with Java Web Start

Community
Java,
Ruby
Topics
Compilers,
JRuby,
Dynamic Languages,
Deployment / Datacenter

JRuby is built on Java - so it can make use of Java Web Start to make it easy to deploy JRuby apps. This article walks through the necessary steps for releasing a JRuby app with Java Web Start, including: how to handle signing, setting JRuby parameters and a look at using JRuby 1.1's coming AheadOfTime (AOT) compilation feature.

Book Excerpt and Review: Release It!

Community
Agile,
Java,
Architecture,
.NET,
Ruby
Topics
Delivering Quality,
Stories & Case Studies,
Performance & Scalability,
Enterprise Architecture,
Deployment / Datacenter

'Release It!: Design and Deploy Production-Ready Software' by Michael Nygard, which is nominated for a 2008 Jolt Award, discusses what it takes to make production-ready software and explains how this differs from feature-complete software. InfoQ spoke with Nygard about the areas that the book covers and some questions around how the book's philosophy fits in with concepts such as Agile.

Interviews about Deployment / Datacenter

OSGi & Spring In-depth with Adrian Colyer

Community
Java
Topics
Application Servers,
Deployment / Datacenter

Adrian Colyer goes in-depth on OSGi, its uses, future impact on the industry, and how Spring will make development with OSGi easier. Adrian talks about how OSGi may change the definition of an application server and JSR 277 vs. OSGi. According to Adrian, OSGi is going to change the deployment and run time model for enterprise applications.

Ezra Zygmuntowicz on Engine Yard and Rails Deployment

Community
Ruby
Topics
Ruby on Rails,
Deployment / Datacenter

InfoQ has an exclusive chat with one of the original gurus of Rails deployment: Ezra Zygmuntowicz. We discuss his current venture, EngineYard, and the future of Rails. His book on Rails Deployment is due from Pragmatic Programmers in June 2007.

Presentations about Deployment / Datacenter

OSGi: The Foundation

Community
Java
Topics
Deployment / Datacenter

OSGi is being adopted in an increasing number of projects. The spec provides a common model for writing and deploying apps to local or remote computers in modularized form. Instead of creating monolithic app, the OSGi spec allows the collaboration of many small components. This pres shows you why a spec like OSGi is crucial, what it really encompasses, and what the future developments will be.

Availability & Consistency

Community
Architecture
Topics
Deployment / Datacenter

When we move to distributed architectures for scalability and/or fault-tolerance reasons we are also introducing additional complexities. Amazon CTO Werner Vogels dives into the different parameters that play in the tension between availability and consistency and presents a generalized model that we can use to reason about the trade-offs between different solutions.