thanks dave for you help, I know hoe to use struts and since I need a database app i need hibernate can i just use theses technologies without spring?

--------------------------------------------------
From: "Dave Newton" <[email protected]>
Sent: Wednesday, August 19, 2009 4:18 PM
To: "Struts Users Mailing List" <[email protected]>
Subject: Re: Hibernate3+Spring2.5+Struts2

Zied Bejaoui wrote:
The problem is in this line in my LoginAction :

User usr = userService.getUser(username);

Then I'd assume the userService is null.

I am sorry if I am not clear but it's because I didn't get the code.

This doesn't really seem to be a Struts issue, but Spring. It's difficult to jump right in to using three brand new technologies--you might be better served by not trying to do so much at once and develop an understanding of each technology at a time, or by building up an application "by hand" so you understand how the different pieces fit together. Just a thought.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to