Search results
"tag:technology"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
34 months = time for a change
For the last 34 months I've been working as an IT-consultant / contractor for a big swiss commodity trading company based in the beautiful but much too quiet city of Zug... |
Aug 28, 2008 9:48:00 PM |
|
2
|
Visual Rules 4 maven pom
Visual Rules 4 integrates quite well into maven (well besides the code generation and test execution parts). One thing that is missing though is a decent pom.xml for the runtime... |
Jul 19, 2008 11:19:00 AM |
|
3
|
eclibatis 1.0 released
During the last few months I sponsored a students project at the furtwangen university. Thanks to the efforts of the three students Benjamin Bortfeldt, Patrick Huy and Daniel Käfer the project is now finished - in time and fulfilling the must have ... |
Jul 5, 2008 6:21:00 PM |
|
4
|
struggling with hsqldb and union
Recently I spend quite some time on a hsqldb issue (bug?) with an union expression, used in a view... |
May 19, 2008 7:05:00 PM |
|
5
|
Dojo for beginners
Recently I was playing around with the Dojo Toolkit and encountered some issues while adding a Combo Box to a web application The following is a short list of things I learned (while banging my head against a wall several times)... |
May 2, 2008 12:13:00 PM |
|
6
|
iBATIS: constructor based bean mapping
Sadly iBATIS (version 2.3) does not allow constructor injection for mapping columns to bean properties. Thus it is quite difficult to use immutable objects with iBATIS. Normally I don't like immutable objects that much but sometimes you just have to deal ... |
Mar 23, 2008 4:51:00 PM |
|
7
|
What is this dynamic language hype all about?
When I started with programming I was a big fan of PHP because it was very easy to learn and you were able to quickly get results with it. But after some years of using it I got more and more attracted to the world of JAVA. So what is the current hype ... |
Feb 23, 2008 6:23:00 PM |
|
8
|
visual rules 4: maven integration
In my point of view one of the main drawbacks of visual rules 3 was it's missing maven integration. Now that a beta version of visual rules 4 is available I wanted to see if the better JDT integration finally allows me to integrate visual rules in a maven ... |
Feb 10, 2008 4:55:00 PM |
|
9
|
ORA-00911: invalid character
So you've created unit test for your ibatis sqlmaps based DAOs with an in memory database like hsqldb but when it comes to the real live you are getting ORA-00911 exceptions? |
Jan 26, 2008 2:48:00 PM |
|
10
|
use JRockit to avoid permGenSpace out of memory errors
It's a problem that allmost all java developer knows: With every hot deployment on a java application server or servlet engine the heap space memory consumption grows and grows... |
Nov 18, 2007 12:28:00 PM |
|
11
|
problems with XML formatting in eclipse
Have you ever had problems with source code formating and xml files with large blocks of text content? |
May 27, 2007 8:25:55 PM |
|
12
|
Stripes 1.4.3 released
Version 1.4.3 of the stripes web presentation framework has been released. Although this is only a minor bugfix release, and I'm using the stripes trunk (1.5-SNAPSHOT) version for some time now... |
May 15, 2007 12:52:00 PM |
|
13
|
Hsql, ClassCastException and to_char
Are you trying to write tests for an oracle based java application using the HSQLDB? Ever encountered ClassCastExceptions in statements that are using the to_char function? Well here is the solution... |
Apr 16, 2007 12:51:00 PM |
|
14
|
crypt() function & windows
I'm currently (well since aboute half a year or so) in the process of converting a PHP based application (kinokai.de) to Java. One of the things I was struggling with was how to convert the authorization module. With PHP I was using phps crypt function ... |
Mar 16, 2007 4:50:00 PM |
|
15
|
JBoss UCL classloader hell...
Most advance jboss developers know of the magic of the java2ParentDelegatio... |
Mar 7, 2007 1:07:00 PM |
|
16
|
Howto use Pebble with JBoss
Using Pebble (an open source blog system, which is also used by this blog ;-)) with the JBoss application server is basically just a matter of dropping the pebble.war in your deploy directory. But how to enable pebbles mail functionality? Here you'll find ... |
Feb 24, 2007 8:31:00 PM |