Hello please i want to know what's the difference between Dependecy Lookup and contextualize dependency lookup
PS:For Martin,Thank you for your help about my last post and as you know i know...
Type: Posts; User: richfaces_expert; Keyword(s):
Hello please i want to know what's the difference between Dependecy Lookup and contextualize dependency lookup
PS:For Martin,Thank you for your help about my last post and as you know i know...
You are wrong.Here is one of my unit test
i had changed my method to return true if the operation success and false if not
;)
Can you please give me how can i do it with interface.
Is there any tutorial,web site that speak about this .
And what's the matter with dependecy lookup.I had searched on Spring docuementation and...
ok i understand
in order to not call the xml configuration file each time.I had changed my code to use the singleton design pattern
Here is my new code
Here is my factory class
Now I...
Hi
I want to introduce something new in spring that i have discuess it in Freenode channel and We have name it IIC inversion of inversion of control
.I just want know your idea please.
Here is a...
hello i'm new at spring and i become loving it
i want to know if i can deploy my bean into another server (like in EJB ) and then acess them using spring
in other words. i have my application...
im sorry Martin but in your code
you did not mention Spring at all.I mean you did not access the application context file to get beans :(
you are using Basic DAO and not Spring DAO
Thank you very much for the blog link .it was very usefull
Thank you again
:)
here is my application context file
As you can see this file has been generated by My Eclipse
I share your opinion about the strange way this code make sql to my database.In fact,i found...
here is my application context file
This file was generated by My Eclipse .
can you please tell me what's the best way to make a request to my database?
PS:You are right about my strange way...
hello i have a big problem i'm using JPA/Spring in my JSF web application i want to know how much entity manager must i create in my project here is my code
PS:i'm using Myeclipse IDE