Is this how it works — we wait patiently on the Lord, and in time He connects the dots in our meager brains?
Happy Thanksgiving
Thursday, November 24, 2011
Saturday, November 19, 2011
contraction
It's just impossible for me to manage everything in my realm at the level that I know is possible. So I want to achieve some level of quality—then, time for contraction.
fingerprints
Then I suppose there's the glass-half-full view, where everything is new in some context. Asia was never new, until I walked into it for the first time in the middle of 2010, when it was new to me. Or maybe at least it's that everything can be new, given some level of... something. Heart? Naivety? I have got to find a week off to sort through my head.
rehash
What exactly is new? I'm having a rough time trying to discern what I could do that would not be a rehash of something that's already been done. There is already too much music to listen to, too many books to read, and it's growing at an exponential rate. Why should I contribute to the noise?
Yet here I am stumbling through album reviews writing down names to explore... when I have the time, which I don't. Maybe it's my escape from a rat race run that I've come to perfect. It's all strange, all cyclical.
Yet here I am stumbling through album reviews writing down names to explore... when I have the time, which I don't. Maybe it's my escape from a rat race run that I've come to perfect. It's all strange, all cyclical.
Monday, October 10, 2011
spring mvc 3.x with jboss 4.x
Yikes, I hope no one has to deal with the kind of crazy that is attempting to deploy a brand new app on an ancient server.
If you're running into problems with EL being ignored in your JSTL tags, make the following fixes to web.xml:
1. Change the root tag to reflect a web-app version 2.4
2. If problems still persist after re-deploy, also add this block to the file:
Source: isELIgnored="false" (JSP forum at JavaRanch)
If you're running into problems with EL being ignored in your JSTL tags, make the following fixes to web.xml:
1. Change the root tag to reflect a web-app version 2.4
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd">
2. If problems still persist after re-deploy, also add this block to the file:
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<el-ignored>false</el-ignored>
</jsp-property-group>
</jsp-config>
Source: isELIgnored="false" (JSP forum at JavaRanch)
Saturday, October 8, 2011
late night lounge psychology
"...and I think, you know, he has a little bit of an Asian fetish."
I looked back at her and said, "What white guy doesn't?"
And we raised our glasses with our heads bowed, just slightly.
I looked back at her and said, "What white guy doesn't?"
And we raised our glasses with our heads bowed, just slightly.
Subscribe to:
Posts (Atom)