Sign in
Albert (Gong) Cheng's blog
A blog about programming, cloud computing, medicine, electronic medical record and healtcare IT.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
Amalga
assembly
azure
BCP
BCP Utility
character entity
Cloud Computing
Encoding
git
github
Health Solutions
HealthVault
Java
Jenkins
Latin character
Media
Node
OData
perforce
Performance
PHP
ReadOuterXml
reflection
Ruby
Sentillion
SQL Server
Unicode
UTF16
UTF8
version control
Video
Web Service
Windows Azure
Xml
XmlReader
Browse by Tags
MSDN Blogs
>
Albert (Gong) Cheng's blog
>
All Tags
>
java
Tagged Content List
Blog Post:
Does Windows Azure support Java?
Albert (Gong) Cheng
Quite a few friends of mine are surprised about that I am working on Java for Windows Azure. Indeed, Windows Azure supports Java and it supports it really well. This posts summarize the core Java experience that are supported by Microsoft, its subsidiary and partners. A. Development/Deployment Experience...
on
21 Apr 2013
Blog Post:
Jenkins on Windows Azure, the missing manual -- Slave
Albert (Gong) Cheng
Create a VM from Windows Azure Portal, remote desktop into that machine. Login as Administrator Turn Off IE enhanced security by going to Server Manager -> Local Server In command line windows, Install .NET 3.5 using the following command Dism /online /enable-feature /all /featurename...
on
15 Apr 2013
Blog Post:
Jenkins on Windows Azure, the missing manual -- Master
Albert (Gong) Cheng
Create a VM from Windows Azure Portal, Jenkins master and slave need to be co-located in the same affinity group. If you haven't created an affinity group, you should do that as the first step. Since created VM cannot change their affinity group, so please do this step correctly before proceeding. ...
on
15 Apr 2013
Blog Post:
Jenkins on Windows Azure, the missing manual
Albert (Gong) Cheng
When Geeks are talking about Jenkins, they may not mean Katherine Jenkins More likely, they are talking about Jenkins CI, a continuous integration technology which enables software projects to be complied and tested in a non-stopping fashion. Continuous integration avoids long and erroneous...
on
26 Feb 2013
Blog Post:
Hosting non-.NET language application on Azure using ProgramEntryPoint
Albert (Gong) Cheng
Windows Azure Worker Role is designed to supports non-.NET programming language, such as Java, PHP, Ruby or Node. In addition to the functions of the operating system, Windows Azure Worker Role also exposes the environment of machine to the application via named pipes. However, the non-.NET application...
on
15 Feb 2013
Blog Post:
Hosting Java projects on Windows Azure using AzureRunMe
Albert (Gong) Cheng
AzureRunMe is an awesome tool written by Rob Blackwell from two10degree . Thousands of machines are powered by AzureRunMe. Today, I had the privilege to play with it. Here are the steps to start using AzureRunMe. 1. Create your Java project. For experimenting purpose, I have created a HelloWorld...
on
13 Feb 2013
Page 1 of 1 (6 items)