Home

Search results

"category:/Java"

1 2 Next >>

Title and summary Date/time
1
santa catalina
In my 2010 summer vacation I was able to take a picture of a famous saint that all java developers dealing with tomcat should pray to: santa catalina (saint catalina)
Aug 27, 2010
6:52:00 PM
2
my eclipse 3.6 setup
This week I installed eclipse 3.6 together with my favourite set of plugins and it works great ;-). Here is my setup...
Jun 26, 2010
11:15:00 AM
3
jetty, jsp 2.1 & maven
As of Jetty 7 the fast and small servlet container moved to the umbrella of the eclipse foundation. Due to stupid licensing issues not everything was moved. Jetty 7 ships without a jsp implementation...
Oct 14, 2009
9:29:00 PM
4
concurrency vs. synchronization
After getting up this morning I thought it would be good to contribute something back to my favourite ORM tool: iBATIS. I picked up IBATIS-508 and tried to create a unit test before applying the patch. Unfortunately I was not able to create one so I ...
May 1, 2009
1:07:00 PM
5
updated maven to 2.1.0
I've just updated my local maven installation from 2.0.9 to 2.1.0. No problems so far. And the build of my wemwannwas.de even got a little bit faster...
Apr 5, 2009
2:02:00 PM
6
No repository found containing: org.maven.ide.eclipse.editor.xml
Eclipse 3.4 brought us the p2 update manager. Besides some nice features and performance improvements it also brought many problems. One of them was the damned No repository found containing: xxx error message...
Feb 14, 2009
2:58:00 PM
7
moving over to jQuery
I have to admit that I never really liked JavaScript development. And I still don't want to waste my time with it. Period. But still, javascript brings some nice possibilities to enhance Webapps (ever heard of that Ajax or Web 2.0 thingy? ;-)). So my goal ...
Nov 21, 2008
11:20:00 PM
8
proxy: No protocol handler was valid for the URL
I recently wasted some while trying to configure mod_proxy_balancer. Although I configured everything correctly and enabled all needed modules (mod_proxy, mod_proxy_http all I always got was an internal server error and the following entry in apaches ...
Oct 21, 2008
6:55:00 PM
9
GWT + maven + jetty + stripes
I'm currently working on a new WEB 2.0 style application. As I don't want to waste my time writing JavaScript I decided to make use of GWT in certain areas of the application. As I can't live anymore without maven ;-) I wanted to build my GWT code with it ...
Oct 7, 2008
12:37:15 AM
10
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
11
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
12
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
13
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
14
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
15
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
16
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
17
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
18
StringUtils
It happens so often that I'm in the need for some small utility methods. Most of the time the needed code can be found in commons lang or the various spring util classes. But sometimes both don't give an answer. That is the time for my all time favourite ...
Dec 15, 2007
6:22:00 PM
19
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
20
Stripes Google Web Toolkit integration
GWT is a really nice toolkit for building javascript based user interfaces - without the need for writing javascript. Check it out if you have not yet. GWT ships with a servlet (called RemoteServiceServlet...
Jul 12, 2007
8:36:00 PM

1 2 Next >>