Tag: Java
-
Tomcat 7 on Windows is not UTF-8 by default
When building web applications one typically uses UTF-8 encoding thoughout to ensure that you can send and receive text in multi-byte languages such as Russian, and Chinese. The Window 7 version of Tomcat is (insanely) not UTF-8 by default. This is because it picks up the default encoding from your installation of Java which is…
-
Presentation tier: Smart Client vs Sencha Ext JS
For our current project Keyapt we have chosen to use Smartclient for the presentation tier. This is RESTfully coupled to business tier. Others I respect have chosen to use the Sencha tools for the same job. I thought it would be useful to find a comparison and found a good one on stack exchange. Smartclient…
-
ColdFusion is a high level language; why does it capture less value?
I am a project manager and I have worked with both ColdFusion and Java development teams. I have often wondered why it is that ColdFusion developers get about 60% of the rate of the comparably skilled Java developer. ColdFusion is a high level language. The built-in features including authentication, search, clustering, image processing etc means…
-
AWS Elastic Beanstalk – free Tomcat clustering in the cloud
This came today. It is quite interesting. Scalable cloud management on Amazon. It is “free” which contrasts with other offerings. My guess is that even the most basic of cloud management offering from Amazon will do 90% of what a small app developer needs. AWS Elastic Beanstalk (beta) Easy to begin, Impossible to outgrow AWS…
