| bio | website | |
|---|---|---|
| location | Seoul, South Korea | |
| age | 26 | |
| visits | member for | 11 months |
| seen | May 16 at 7:57 | |
| stats | profile views | 30 |
Who designs database ? me
Who does database administration ? me
Who does the business logic layer? me
Who does the UI layer ? me
Who does system administration ? me
the list can go on.
and I don't get five paychecks.
I do all those not because I am an expert at all those but there's no one else to do all that.
It's a small company. Anyway, nice to meet you !
|
May 15 |
comment |
What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type? Ok, I'll save it for another time : ) |
|
May 15 |
comment |
iPhone url scheme with content body to SMS Yes, you're right. I'm not sure if im getting it right but basically what you mean is I can make my own app that can handle a content body and send an SMS, right ? |
|
May 15 |
comment |
iPhone url scheme with content body to SMS Could this app that uses MFMessageComposeViewController, then send SMS ? |
|
May 15 |
comment |
iPhone url scheme with content body to SMS So, in the end it is 'myapp' that sends SMS ? |
|
May 15 |
comment |
iPhone url scheme with content body to SMS ok, the app that uses MFMessageComposeViewController on the inside ? |
|
May 15 |
comment |
iPhone url scheme with content body to SMS pardon my ignorance, MFMessageComposeViewController was what I was referring to as the iPhone app #1. I don't know exactly what MFMessageComposeViewController is but isn't this an Objective-C thing that could only run on an iPhone. So I would have to write an iPhone app ? |
|
May 14 |
comment |
What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type? Could I say that the above operation is not allowed because "char[] does not pass the IS-A(n) int[] test" ? |
|
May 14 |
comment |
What mechanism does Java use so that it does not allow reasignment of an array reference to another with a bigger type? I've been thinking about your answer and then it hit me. Thanks ! : ) |
|
May 9 |
comment |
Reasons behind why abstract and strictfp keywords cannot be used together in a method declaration? Interesting, where could I find some documents that say an overriding method would not inherit modifiers ? Methods do inherit access modifiers, right ? |
|
Apr 19 |
comment |
Symbols in startup.sh of Apache Tomcat I see. Then those aren't the magic wand that keeps Tomcat alive ? Unfortunately, shellscript is Greek to me, I'm sorry to ask but do you see anything that might do the trick? keeping tomcat alive. |
|
Apr 12 |
comment |
How do I stop a daemon thread that does scheduled database backup ? Thanks, your answer also helps me quite a lot :) |
|
Apr 12 |
comment |
How do I stop a daemon thread that does scheduled database backup ? Wow, thanks a lot ! I guess I was going into the wrong direction ! |
|
Apr 12 |
comment |
How do I stop a daemon thread that does scheduled database backup ? Hmm..then how do I make a programme that does some jobs on the background at a specified time interval ? |
|
Mar 28 |
comment |
Why Should one define his own procedure/function while using a DBMS? Yes, to my nose, it smells funny. It feels like doing some kind of work in a jsp file which should be done in a servlet. I like your last line haha thanks @ |
|
Mar 4 |
comment |
How to view/open PowerScript file without PowerBuilder Thank your for the update. I'll definitely give another go for it : ) |
|
Feb 13 |
comment |
Transaction Management in Spring 3.x and Hibernate 4 I've figured it out.<br/> Refer to this question.<br/> stackoverflow.com/questions/14845381/… |
|
Feb 12 |
comment |
Transaction Management in Spring 3.x and Hibernate 4 @NimChipsky I thought XMLBeanFactory manages the beans defined in the XML but maybe not. I tried to invoke the same method through Spring MVC and it says 'Cannot convert value of type [$Proxy19 implementing kr.co.sgis.services.web.cooingbee.Crudable,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [test.TXTestDAO] for property 'dao': no matching editors or conversion strategy found' |
|
Feb 12 |
comment |
Transaction Management in Spring 3.x and Hibernate 4 Oh thank you but I'm trying not to use annotation. Also I know XMLBeanFactory is deprecated. I'm just using them to test. Could you help me how to do the same thing without annotation ? thank you : ) |
|
Feb 6 |
comment |
Can't get my Jquery button to go to links Why would you have a li in a button? |
|
Feb 6 |
comment |
Access classes in another web application Wow you've got a point. but then, would I have to jar them every time there is a change in the source code of the first app ? |