InfoQ Homepage Deployment Content on InfoQ
-
WiX – Powerful Deployment For Your Apps
Visual Studio 2012 gets rid of “VS Setup” projects. However, the WiX toolset provides a strong open alternative for creating your installation packages.
-
Updating Web Applications Running In Production with LiveRebel 2.0
ZeroTurnaround brings its hotpatching technology into production deployments via LiveRebel, a solution for online updates of Java EE applications. New in this version are the improved user interface and the transactional nature of updates (fully reversible).
-
Web Deploy 3.0 Adds IIS8 Support
Microsoft recently announced the Release Candidate of Web Deploy 3.0, their tool for packaging and deploying web applications. The new version includes support for IIS8 on Windows Server 8, PowerShell cmdlets, and automated backup.
-
MSDeploy: Automatic Website Deployment and Sync
MSDeploy is a utility for migrating and synchronizing websites between servers. It can create a package to deploy web content, databases, and IIS configuration, and can also be used to keep web server farms synchronized.
-
ZeroTurnaround Announces Free Version of JRebel as Part of 4.5 Update
ZeroTurnaround today released JRebel 4.5 and announced JRebel Social, a beta version of their popular "redeploy killer" that is free for non-commercial use, provided you are willing to give ZeroTurnaround access to your social network.
-
JRebel 4.0 Release - Instrumentation/HotSwap Integration
ZeroTurnaround has released the next version of their JVM plugin that allows for instant code changes without complete redeployments.
-
Upcoming Conference CompArch 2011 in Boulder, Colorado
The CompArch Conference is a federated conference that brings together researchers and practitioners interested in Component-Based Software Development and Software Architecture. This year the event is held at the University of Colorado in the United States from June 20th to June 24th. As general chairs Ivica Cnrkovic and Judith Stafford were appointed.
-
Gartner: Magic Quadrant for Cloud IaaS And Web Hosting Providers
Gartner announced their magic quadrant for Cloud IaaS and web hosting providers
-
Erbix: A CommonJS-Compliant Server-Side JavaScript Hosting Platform
Erbix is a paltform for building and deploying JavaScript applications on the Cloud. It features support for RinjoJS, CommonJS modules, PostgreSQL and offers on-demand scalable hosting.
-
is the iPhone Development Environment Superior to Android's?
John Blanco published a comparison between the iPhone and Android Development Environment. Even though he favors Java as a programming language, he believes that Xcode and the iPhone simulators are vastly superior to the tools provided by Google. Do you agree?
-
Akshell: A RAD Cloud Service based on server-side JavaScript and an Online IDE
Akshell is a Cloud Service that helps developers do Rapid Application Development using server-side JavaScript and an online IDE. It also provides Cloud hosting, so deployment is instant. Its creator describes it as a “web application network”.
-
JRebel 3.0 Release - Hotswap Reloaded
JRebel 3.0 was released on April 16th. It targets turnaround time in Java development by removing the need for redeployment. Instead it supports advanced class reloading. The article details updating Java classes at runtime and provides an overview of the technologies used in JRebel and especially the improvements of the recently version 3.0.
-
Maven and JRuby Roundup: Maven_gem Brings Maven Libs to RubyGems, GemCutter Inspires JavaGems
JRuby's Charles Nutter is making Maven artifacts installable as RubyGems. An alternative to using Maven is JavaGems, built on RubyGems, Bundler and Gemcutter to make it easier to install libraries for Scala, Clojure and other JVM languages. Also, JRuby gets the ability to generate real Java classes.
-
Ruby Tools: Yard 0.4 Adds Live Doc Server, Gem Bundler Handles Dependencies
Documentation generator Yard's 0.4 release adds new features such as a live documentation server which allows users to comment on the docs. The new tool Gem Bundler allows flexible dependency management.
-
.NETZ – Compression and Packing for .NET Libraries
From the beginning, the .NET runtime had a decent packaging system based on a collection of assemblies. While far better than loose script files or collections of class files, it is not as convenient as statically linked executables or executable JARs. Vasian Cepa’s .NETZ gives developers the ability to compress .NET assemblies and pack them into a single executable file.