-
Recent Posts
Recent Comments
- Sonja on Droid Weight
- FP on Droid Weight
- MAWSpitau on Droid Weight
- Brian on Android: How to write your own custom composite component
- Brigitte on Droid Weight
Archives
Categories
Meta
Category Archives: java
Spring & Restlet Integration: A complete example
This morning I started writing a Restlet Application that will, when it is completed, supply a restful api for my web application. The web application is already mostly done (not yet public, however there is a landing page and a … Continue reading
Posted in development, java
2 Comments
Java Memory Optimization & Server Resources
I’ve learned a bit about Java and also about Linux this past week-end. I finally found out, what it was that kept me from going forward with the deployment of my web application. I kept getting OOM errors when starting … Continue reading
Posted in development, java
2 Comments
A fairy tale of the Wicket and the Maven
A short excursion on how to start a wicket project which leads to a more indepth tutorial that shows how to integrate Maven profiles into any project. There are also specific instructions what changes to make to a wicket project to make the best use of profiles. Continue reading
Posted in development, java
Comments Off on A fairy tale of the Wicket and the Maven