Recent Posts

RSS Feeds

Book Review: Grails 1.1 Web Application Development

This is a review of the book "Grails 1.1 web application development" written by Jon Dickson published by Packt Publishing.[Read More]

  Share

Permalink    

Google App Engine for Java compared to VPS Java Hosting

Googles App Engine for Java is a cheap and powerful alternative for hosting Java (and Groovy, Scala, JRuby, ...) web applications compared to VPS hosting. How do both compare and what are the advantages and disadvantages of each? Which offer is better for you and your requirements?
[Read More]

  Share

Permalink     Kommentare[1]

Tomcat and Java versions memory benchmark

How much memory does an upgrade of Apache Tomcat and Sun Java save on a small Linux server? And how do Jetty and Sun Glassfish perform in comparison? Do Grails applications use more memory than Java web applications? Some benchmark results are discussed.
[Read More]

  Share

Permalink    

Grails 1.1 and Groovy 1.6 Java JVM memory settings and tuning

How to change the JVM memory settings in Grails 1.1 and Groovy 1.6 on Linux and Windows systems.[Read More]

  Share

Permalink    

Grails / Java Web Hosting - 32 or 64-Bit JVM on 64-Bit VPS?

Virtual private servers are offered with 32-bit and 64-bit operation systems since x86-64 server hardware is deployed more frequently at hosting companies. This gives you the choice to select an 64-bit JVM or an 32-.Bit JVM. Which one should you choose?
[Read More]

  Share

Permalink    

Grails / Java Web Hosting - critical parameters for memory saving hosting environments

What is the most memory saving hosting environment for Grails and Java web applications and which parameters influence the memory consumption? This is the start of a series of benchmark results with different combinations of popular hosting components.[Read More]

  Share

Permalink     Kommentare[4]

Apache Roller 4.0 theme upgrade from version 3.1

Web themes for Apache Roller from rollerthemes.com are made for version 3.1. My theme needed some tweaking after upgrading to version 4.0.1 which I describe in this entry.
[Read More]

  Share

Permalink     Kommentare[1]

Apache Roller upgrade to version 4 saves java server memory

An upgrade of Apache Roller from version 3.1 to 4.0 does not need more java server memory afterwards. From my measurements it may even save memory in the order of 20 mb.[Read More]

  Share

Permalink    

Non-root Tomcat on Port 80 on a VPS without Apache

Java web applications don't need an Apache web server. In memory constrained systems like virtual private servers (VPS) you may get rid of the Apache web server to save memory and gain speed. The idea is to use iptables to replace port 80 in requests to port 8080 of the tomcat connector. Special problem on VPS systems are solved.[Read More]

  Share

Permalink     Kommentare[5]

Debian 4 Sun Java 6 JDK install problem solved

Howto get Sun Java / JDK 6 installed, configured and running on a virtual private server (VPS) with Debian 4 (Etch) Linux.
[Read More]

  Share

Permalink    

Sun Netbeans supports Groovy Portlets in Liferay Portal

Sun Netbeans is the first IDE to support the development of Groovy portlets for the Liferay portal server.[Read More]

  Share

Permalink     Kommentare[1]

Apache Roller 4.0 supports Groovy

Apache Roller 4.0 supports Groovy in 3 different ways: a Groovy client for the Roller API, Groovy code as a template renderer to produce HTML directly with the HTMLMarkupBuilder and as a template renderer through Groovy Server Pages (GSP). Groovy is a simple and easy to understand alternative to writing clients for the Apache Roller API in Java or implementing Roller themes in the Velocity markup language.
[Read More]

  Share

Permalink     Kommentare[1]

Basic VPS security with simple firewall rules

Every server facing the internet should be protected by a firewall. Linux servers include the iptables firewall which is very capable. But on VPS systems this firewall is often restricted so much that many well known firewall configuration tools don't work. This article explains how to find out the firewall capabilities of your VPS system and how to configure a basic protection with a few hand coded firewall rules.[Read More]

  Share

Permalink    

Groovy JSR 168 Portlet HowTo for IBM WebSphere Portal Server

IBM software engineers Suhel Parekh and Ron Lynn describe in their developerworks article titled "
Embedding Groovy in a JSR 168 portlet for total scripting power" how to bring your portlets to life by integrating the dynamic Groovy shell.

[Read More]

  developerworks article titled "
Embedding Groovy in a JSR 168 portlet for total scripting power" how to bring your portlets to life by integrating the dynamic Groovy shell.

" >Share

Permalink    

Groovy Support added to OpenCms

Sebastian Himberger demonstrated how to add Groovy support to OpenCms on the OpenCms Days 2008. He contributed a scripting languages modules which supports PHP and Groovy at the moment.
[Read More]

  Share

Permalink