Rss

WAR files vs. Java apps with embedded servers

WAR files vs. Java apps with embedded servers

When should you deploy a Java app to the server as a traditional WAR file, and when should you use an embedded server in the application itself?

Read More

How to install Oracle’s Java on Ubuntu the easy way

How to install Oracle’s Java on Ubuntu...

Installing the Oracle JDK on Ubuntu is painful since it was removed it from the apt repositories. Restore the easy install method with this simple script.

Read More

INI files for easy multi-environment config in Java

INI files for easy multi-environment config...

When your app is too small for a DI framework, yet has too much config for environment variables, this old-school gem really hits a sweet spot in between.

Read More

Injecting JavaScript into Ant builds

Injecting JavaScript into Ant builds

How to use free-form JavaScript code to add more power and flexibility to Ant builds, with no extra dependencies!

Read More

Hosting a WordPress site on AppFog, without persistent file storage

Hosting a WordPress site on AppFog, without...

How to host (and upgrade) a WordPress application on AppFog, despite the cloud platform's lack of a persistent filesystem.

Read More