Saturday, November 19, 2011
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.
Wednesday, October 5, 2011
Saturday, September 17, 2011
I sat for two hours at Ying-Yi's Mandarin-language Q&A session at MOCA. Think I was most inspired because I couldn't understand much of what was said. It left my brain a lot of space to think.
Why do so few people live how they dream of living, doing what they want to do?
Why is it so hard for people to plan out how to move around the obstacles?
What do I need to do to keep moving forward with all of this?
Why did it take me so long to ask myself these questions?
I do like working for the right clients, but at this point it has to be something more than just the man behind the curtain. It's not responsible for me to try to work without putting my name on it. It's not real enough to me anymore. I need to start producing on my own, finding the reasons for myself and producing. Not relying on someone else to tell me what to do. I'm not making real use of what I've been given...
Goodnight 台中
Why do so few people live how they dream of living, doing what they want to do?
Why is it so hard for people to plan out how to move around the obstacles?
What do I need to do to keep moving forward with all of this?
Why did it take me so long to ask myself these questions?
I do like working for the right clients, but at this point it has to be something more than just the man behind the curtain. It's not responsible for me to try to work without putting my name on it. It's not real enough to me anymore. I need to start producing on my own, finding the reasons for myself and producing. Not relying on someone else to tell me what to do. I'm not making real use of what I've been given...
Goodnight 台中
Subscribe to:
Posts (Atom)