Search results
"category:/Java"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
latest ibatis 2 documentation
With the move of the iBATIS persistence framework from apache to google code and the rename to mybatis it got a little bit complicated for end users of iBATIS 2.x to get the latest iBATIS 2 documentation documents... |
Oct 29, 2011 2:44:00 PM |
|
2
|
Integration of SocialEngine with external user administration
I recently had the task to integrate a SocialEngine installation with an external user administration system (written in PHP). Social Engine users should be automatically created/enabled/disa... |
Jul 17, 2011 6:42:00 PM |
|
3
|
mockito, spring & AbstractJUnit4SpringContextTests
I know some people consider it bad practise. But nethertheless I still believe that there is sometimes no alternative to tests that include startup of spring application contexts and initialization of in memory database. Actually I quite like those tests ... |
Apr 2, 2011 6:02:00 PM |
|
4
|
advanced testing of Visual Rules models
Testing of visual rules models is not easy. Although Visual Rules offers some nice testing capabilities they are not always useful for bigger rule models or for testing of complete rule projects. My colleague chris posted a nice alternative that is really ... |
Dec 29, 2010 11:42:00 AM |
|
5
|
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 |
|
6
|
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 |
|
7
|
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 |
|
8
|
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 |
|
9
|
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 |
|
10
|
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 |
|
11
|
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 |
|
12
|
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 |
|
13
|
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 |
|
14
|
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 |
|
15
|
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 |
|
16
|
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 |
|
17
|
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 |
|
18
|
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 |
|
19
|
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 |
|
20
|
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 |