Re: Re: RE: Searching for good j2ee example

2008-12-04 Thread martijnverburg
I'll post this to everyone as people can search this archive and maybe get some help from it. Disclaimer: I am NOT a Maven expert, I'm sure there are several best practices that I'm breaking here, so take this with a grain of salt please. OK, let's start with the basics, you'll need a

Re: Re: Re: RE: Searching for good j2ee example

2008-12-04 Thread martijnverburg
OK, the directory structure of you project under the jar directory will probably look something like this: src/main/java src/main/resources src//test/java src/test/resources OK, the next part, a POM for your POJOs ?xml version=1.0 encoding=UTF-8? project