Words of Java RSS Feed
Words of Java

Words of Java

High and low about Java and Web programming

 
 
 
 

Archive for java

Nice blog

Found this nice blog while searching for some log4j info the other day : http://veerasundar.com/blog/
Seems to have quite some other good pieces of info aswell that I might have to discover.

iPhone post

Not much here lately due to time issues. Or prio issues one could say. So, posting in between meetings from My iPhone is only option right now. Hopefully I Will have time to look into Jee6 tjis year and some more about tdd

Java Power Tools

This book is a must have in a team of developers. It doesn’t really bring you much new stuff but it sure is a good collection of the tools you need at a dayly basis. I learned some new JUnit 4 and TestNG stuff today actually, the way test data can be set up in [...]

EclEmma and Findbugs in Eclipse

This week I tried these two Eclipse plugins at work.
I wasn’t so happy with EclEmma but maybe I just didn’t get the settings right. Would have been nice to have see the result just by looking at a production code file. Running the coverage tests all the time is going out of the way to [...]

Struts2 + Eclipse + Maven

This was was not a good combination earlier but now with the Sonatype Eclipse add-on m2eclipse it is easy to start or import a maven project into Eclipse. Either import as is or use one of many archetypes for Struts2 or other well known frameworks.
The tools also gives you nice tools for dependency hierarchy and [...]

Quickstart - HelloWorld with Java, Maven2 och Jetty

This tutorial shows a simple way to get started with a Java web application at Jetty server with maven2 as build tool. Ok, so it’s for Windows but it should not be hard to port the non platform independent commands to other platforms.
1) Install Java
Download a Java Jdk version from http://java.sun.com/javase/downloads/, for example Java SE [...]

JBoss in no time at all

Nice little tutorial on how to get started with a HelloWorld with Java / JBoss
http://www.centerkey.com/jboss/
I wonder how this would look like for the combination maven2, java, jetty. Maybe I’ll try to figure this out and come back with a post later.

OutOfMemory error for maven reporting plugin

I tried adding a few extra maven reporting plugins (findbugs, clover, javancss and some more) but ran into problem when running
>mvn site
or even
> mvn -DMAVEN_OPTS=”-Xmx1024m -Xms512m” site
Stacktrace:
[INFO] Generating “Plugin Management” report.
[INFO] Generating “Mailing Lists” report.
[INFO] Generating “Continuous Integration” report.
[INFO] Generating “Project License” report.
[INFO] Generating “Project Team” report.
[INFO] Generating “Source Repository” report.
[INFO] Generating “About” report.
[INFO] Generating [...]

Java, Hudson and Subversion (updated)

Took a look at this today and spent pretty much all day in this area. Ofcourse, when you install new software you often have to install other software for all kinds of dependencies or other needs. So, outside the core of what I meant to fix I also got my hands dirty with :
cygwin,
notepad++,
service wrappers,
and [...]

Devoxx08

Took a look at some of the slides from Devoxx08 and found a few very interresting things (http://www.devoxx.com/display/JV08/Conference+slides). Among others, “Zero Turnaround in Java Development - by Jevgeni Kabanov” that you really should act on.
I’m joining a new project this week and I’ll try to add some pressure in this area if I get the [...]

Recent Posts

Custom Search