Happy to have been of help. As a side note, I would like to voice my frustration that the samples do not seem able to be checked out via subversion (at least, not easily by the average developer)...
Type: Posts; User: RobertGloverJr; Keyword(s):
Happy to have been of help. As a side note, I would like to voice my frustration that the samples do not seem able to be checked out via subversion (at least, not easily by the average developer)...
My 4th YouTube video on the subject of MyEclipse for Spring is uploaded and available for viewing at the following link:
MyEclipse for Spring iPhone scaffolding
Incidentally, here is a link...
I keep meaning to re-visit Roo and STS, but MyEclipse for Spring is so much fun and their tutorials are so interesting and polished, that once again I found myself today using all my weekend...
As an aid to others, below is the code I ended up using. When the client is Lotus Notes 8.5, it correctly renders any combination of an embedded image and/or file attachment(s). I did not strip...
I was having a problem whereby when I sent an email that had both an embedded image and also a file attachement, the file attachment would not open in Lotus Notes. Instead, Lotus Notes caused a...
I hope Keith Donald's feelings are not impacted by my having said, in effect, that Keith Donald's video is completely dwarfed and eclipsed by the far, far higher quality of the videos created by the...
I just spent three hours on a Saturday morning watching MyEclipse for Spring YouTube videos and after that using the MyEclipse for Spring IDE.
Here are my observations on this, my third Saturday...
I got up a little early before work, read the Spring 3.x reference PDF for 45 minutes, and then spent 45 minutes working on MyEclipse for Spring using the advice in your post. My results were all...
Personally, when that kind of message occurs I declare "workspace bankruptcy" and start all over again with a new, empty, never before used Eclipse workspace. In my experience, starting fresh...
I only have time to look at MyEclipse for Spring on Saturdays, so this being the second Saturday, I have completed my second look at MyEclipse for Spring.
This was not a terribly good day for...
I have spent the past two hours watching two Webinars about MyEclipse for Spring:
http://bit.ly/de3DA7
http://bit.ly/ceng8t
Based on viewing these two webinars, I conclude that the...
I agree with you now-- because I am now higher up on the Spring 3.x learning curve. The turning point for me has been downloading and running the Spring 3.x examples-- especially with the maven...
It is helping me a lot to study the Spring 3.x samples that are now available via subversion. The "configuration-basic" sample is (at my stage of learning Spring 3.x) very helpful because it shows a...
The purpose of the authorizationAutoProxy is to examine the methods of the two objects listed in beanNames. If any of the methods has a certain annotation, then it does authorization checking; if...
I ended up writing the utility routine shown below. My plan is to invoke it within the relevant "set" methods of all the pojo's that are passed to Hibernate. That way, the Microsoft characters will...
The story is not quite that simple when using an Oracle database.
See this link: http://arjudba.blogspot.com/2009/02/what-is-national-character-set.html
And try running this on the Oracle...
The Spring 3.x reference manual uses the petclinic sample program to illustrate the usage of hibernate, jdbc., etc.
For example, here is a passage from the manual:
The solution to the problem is to change the "spring-version" property in the properties section of jpetstore's pom.xml.
Before the fix:
<properties>...
Starting with Spring 3.0.3, you can only get the samples by checking them out from the Subversion repository where Spring stores all the samples. As long as you are not behind a firewall, this is...
Check out the Spring samples from Subversion at https://src.springframework.org/svn/spring-samples/. Then use STS to package and run the petclinic and petcare samples.
The easiest way to learn how...
The problems I am experiencing seem to have their genesis in these errors which occur when I do (using m2Eclipse in STS) a "Maven Package":
[ERROR] BUILD ERROR
[INFO]...
I get the following problem using Sts 2.3.3.M2. Another strange thing is that I get 203 errors, all of them in jsp's and xml files. I don't think it is related, but it would be nice if when...
I just now installed mvc-showcase, and for me it worked 100% perfectly.
Here are my comments so far:
I had the best possible situation: I worked at home with no proxy or firewall to contend...
I took over another developer's Spring project, and I cannot figure out whether one of the two entries for "beanName" in the code below is wrong-- and if one of them is wrong, I cannot figure out...
I find your answer refreshing and, at the same time, comforting. Your laconic yet complete response should (in my view) be added to the Spring Ref Documentation.
Speaking of which, I...