Re: Struts2+Spring2 Beans+Hibernate

2007-09-27 Thread Tom Holmes Jr.
You know ... we already have a Struts2+Spring2 beans+Hibernate project at work with maven2 for building ... I could have asked for their framework and probably been a lot farther ahead ... but learning Struts2 the way I did was a learning experience. Thanks for the information ... I will

Re: Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Roger Ye
On 9/27/07, Vinicius Medeiros Peretti <[EMAIL PROTECTED]> wrote: > > I had problems with this combination using jdk 1.6, solved when I > changed the tomcat's jdk to 1.5. Yes, a bit off topic but the src of tomcat 6.0.14 or so even can't be built with java 6. Vinicius > > Tom Holmes Jr. wrote: >

Re: Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread mraible
Here's a sample app that's ready to run if you have MySQL installed. https://appfuse-light.dev.java.net/files/documents/6839/68407/appfuse-light-struts2-hibernate-1.8.zip Matt Vinicius Medeiros Peretti wrote: > > I had problems with this combination using jdk 1.6, solved when I > changed the

Re: Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Vinicius Medeiros Peretti
I had problems with this combination using jdk 1.6, solved when I changed the tomcat's jdk to 1.5. Vinicius Tom Holmes Jr. wrote: Yes ... this is one of the very first links that came up with my Google search and I looked at this example in detail. Unfortunately, I'm not really using JPA (si

Re: Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Tom Holmes Jr.
Yes ... this is one of the very first links that came up with my Google search and I looked at this example in detail. Unfortunately, I'm not really using JPA (since in my opinion it's far from Hibernate and really not complete yet) ... and I'm not using Ajax at the moment. It really wasn't

Re: Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Leena Borle
> > > > 2) Can anyone point me to a sample Struts2 web-app > > that uses Spring2 Beans with Hibernate. > > Did you take a look at this example at, http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html It is complete with all possible combinations with Strus2 Leena -

Re: Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Dave Newton
--- "Tom Holmes Jr." <[EMAIL PROTECTED]> wrote: > 1) What the Hell is Plexus? Hell, Plexus is a dependency injection container. > And what the Hell is it needed for in Struts2? Hell, it can be used for dependency injection. But hell, if you're not using it, then take the plugin the hell out of

Re: Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Musachy Barroso
Did you include the plexus plugin on your app? If you did, you can just remove it to get rid of those errors, it isn't required at all. regards musachy On 9/26/07, Tom Holmes Jr. <[EMAIL PROTECTED]> wrote: > Alright ... I know this will be a n00b question, but let me state first: > 1) I am a seni

Struts2+Spring2 Beans+Hibernate

2007-09-26 Thread Tom Holmes Jr.
Alright ... I know this will be a n00b question, but let me state first: 1) I am a senior J2EE Engineer using JDK 1.6 and the latest J2EE api's 2) On Resin 3.1.2 on Linux 3) Yes, I did go through Google and tried to find answers on the Net before I came here. 4) Yes, I have programmed in Spring 1