About
I enjoy coding, web development (no matter what language / framework whatsoever), reading, hanging out with friends and most of all: I enjoy life! Cause life rocks!
Categories
Recent Posts
- Using Vim and Janus on Debian
- iOS apps I miss on Android - and why is that so?
- 2011 Geek Holiday Gift Guide
- Hints for your next job interview
- Coding competitions: node.js knockout
- My new phone: The Samsung Galaxy S
- Meet Wunderlist - the task management tool
- Job: Two months in
- OpenPhoto - would you use it?
- Respect to Github
Archive
- January 2012
- December 2011
- November 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- September 2010
- August 2010
- June 2010
- May 2010
- March 2010
- February 2010
- January 2010
- December 2009
BlogRoll
Popular Posts
Posts for Java
Job: Two months in
The way I use VirtualBox
Virtualization is everywhere. VirtualBox (virtualbox.org) is not new, I have used it for quite a while now but haven't really digged deeper into it. Today a colleague at work told me more about it and I got to love its command line tool: VBoxManage - which you can use to basically do everything that the GUI can do, too, plus more. I'll introduce one nice little feature I came to love today in this very blog post.
request.getInputStream(): Tomcat vs. Weblogic
At work I had a weird problem the other day. The product I am working on is a web application - deployed as a .war archive. We usually use a Tomcat (5.5 or 6.0) servlet container and everything works fine: We have POST requests and append byte data to it. We keep a request open and put as many bytes in it as we want (of course this depends on the use case). Now for a client we had to deploy the application on an Oracle Weblogic Server (version 10.3) and found an interesting problem. I will only be talking about the server side code and can't publish the whole application, sorry about that.




