Thanks that was very helpful! I had skimmed the chapter but missed that - oops! thank you so much!
Type: Posts; User: thelonesquirrely; Keyword(s):
Thanks that was very helpful! I had skimmed the chapter but missed that - oops! thank you so much!
Hey - I am starting to use the test framework that Spring provides instead of writing my own (which would be hackey...)
But I think that there is something I am fundamentally missing/screwing up. ...
Hello,
I know this is a super easy thing to do, but it is killing me and my google skills are failing me too.
What i need to do is open a file in java and then read from it. The file name...
that sounds like a good option...i also wrote a method that takes a list:
UpdateManager.setManagedPeons (Peon[] p);
that just iterates through the list and calls register...
then the...
Hello,
So I have a manager class - it needs to have the peons be registered and i thought this was a perfect place for Spring!
the function looks something like this:
...
Ok - so i changed the services-config.xml to be more like the default...:)
I am not sure if this is all necessary (i thought it wasn't...but results don't lie)
<?xml version="1.0"...
Hello,
I know there are a ton of issues already on this, but I can't seem to figure it out still. epic fail. Thanks for your help in advance!!
What is the problem you ask? I am getting a NPE...