Re: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-14 Thread Rick
I On Tue, Oct 14, 2008 at 2:35 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: > would be nice if we could start at the top of Pikes Peak to look down on the > Spring vs EJB debate > Spring promotes the use of Factories and EJB doesnt Well, the both use DI to inject things, so maybe I'm missing tha

RE: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-14 Thread Martin Gainty
content contained within this transmission. > Date: Tue, 14 Oct 2008 13:58:38 -0400 > From: [EMAIL PROTECTED] > To: users@maven.apache.org > Subject: Re: Would really appreciate some feedback on this Maven2-EJB3/JPA > example that I've posted, to make it better > > On

Re: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-14 Thread Rick
On Tue, Oct 14, 2008 at 1:00 PM, Rusty Wright <[EMAIL PROTECTED]> wrote: > I guess what I'm asking is, what's the difference between EJB3 and JPA? For > example, if I want to use JPA I could use Hibernate and Tomcat and use only > the JPA annotations. When you say EJB3 does that mean that you're

Re: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-14 Thread Rusty Wright
(Sorry to be noising up the list with my non-Maven questions.) Rusty Wright wrote: I guess what I'm asking is, what's the difference between EJB3 and JPA? For example, if I want to use JPA I could use Hibernate and Tomcat and use only the JPA annotations. When you say EJB3 does that mean that

Re: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-14 Thread Rusty Wright
I guess what I'm asking is, what's the difference between EJB3 and JPA? For example, if I want to use JPA I could use Hibernate and Tomcat and use only the JPA annotations. When you say EJB3 does that mean that you're using JPA in a J2EE app server, or is there more to it than that? Rick wr

Re: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-13 Thread Rick
On Mon, Oct 13, 2008 at 6:26 PM, Rusty Wright <[EMAIL PROTECTED]> wrote: > I was wondering if you need to use JBoss? Couldn't you do it as a war > instead of an ear? Mine is an EJB3 example. (For a decent spring/jpa example, look at appfuse) -

Re: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-13 Thread Rusty Wright
I was wondering if you need to use JBoss? Couldn't you do it as a war instead of an ear? Rick wrote: Thanks to those on this list helping me start to get a handle on Maven. I made my first attempt at a decent simple lesson that can work as an EJB3/JPA skeleton app that builds with Maven2. (Th

Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-13 Thread Rick
Thanks to those on this list helping me start to get a handle on Maven. I made my first attempt at a decent simple lesson that can work as an EJB3/JPA skeleton app that builds with Maven2. (There are some things out there but many of them are a bit outdated, or else they cover too much, or too lit