Gary Kephart

858
reputation
290 views

Registered User

name Gary Kephart
member for 1 year
seen 1 hour ago
website
location Orange County, CA
age 45
Java software engineer
3h
comment yui submit buttons and dispatch action
Except that the value of "dispatch" must be used as the name of the method in the DispatchAction class.
13h
asked yui submit buttons and dispatch action
Sep
23
answered Software Design is Trial and Error Approach, how true is this statement?
Sep
21
comment Who will be attending OOPSLA this year?
This is a developer's conference. I've marked this question as community wiki. I'd appreciate knowing why it's getting marked down.
Sep
21
asked Who will be attending OOPSLA this year?
Sep
19
awarded  Yearling
Sep
18
revised Advice on a useful subject undergraduates should learn
fixed typo
Sep
18
answered Advice on a useful subject undergraduates should learn
Sep
11
asked oc4j enterprise manager console session timeout?
Aug
24
answered 2008 TIGER/Line® Shapefiles from Census.gov -> Google Maps
Aug
6
awarded  Popular Question
Aug
6
comment Migrating from Velocity to JSPs
This seems like the best fit. I haven't used JSP 2.0 so those tag files are new to me. It'll be fun to try them out. BTW, "hasErrors" is actually a method, not an object, and it requires a param, so I'll have to create a regular custom tag for that.
Aug
5
revised Migrating from Velocity to JSPs
added 68 characters in body
Aug
5
comment Migrating from Velocity to JSPs
I have a set of Velocity template files. I need to turn them into JSPs.
Aug
5
revised Migrating from Velocity to JSPs
Changed title
Aug
5
revised Migrating from Velocity to JSPs
Added example
Aug
5
asked Migrating from Velocity to JSPs
Aug
3
answered Google Earth Heat Maps
Jul
8
comment Returning A Value To a Swing Class from another Swing Class
FYI: Swing is not an acronym, so you don't need to write it in all caps.
Jul
1
comment Spring, log4j and JBoss4
I'm using: <bean id="log4jInitialization" class="org.springframework.beans.factory.config.MethodInvokingFactoryBean"> <property name="targetClass" value="org.springframework.util.Log4jConfigurer" />
Jun
30
answered java: iterate through HashMap
Jun
30
comment Spring, log4j and JBoss4
Normally, that is the case. However, with Spring there's an issue. I believe it's because there's a log4j.xml within the spring.jar files. Therefore, you have to tell Spring to look somewhere else for the configuration. See firstpartners.net/kb/index.php/…
Jun
30
comment Spring, log4j and JBoss4
Right, I'm trying to avoid using my own log4j.xml file and only use JBoss's jboss-log4j.xml and modify it by adding appenders and categories. That I do by hand. Now, I want my web-app to read that file, or rather I want my web-app to tell Spring (via Log4jConfigurer) to read that file and use it for its configuration.
Jun
30
asked Spring, log4j and JBoss4