<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>달콤 쌉싸래한 인생</title>
	<link>http://jongsunkim.pe.kr</link>
	<description>Be fully awake if you want to dream</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:51:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>SimpleCursorAdapter 사용시 column &#8216;_id&#8217; does not exist 에러가 뜨면?</title>
		<description><![CDATA[SimpleCursorAdapter 사용시 column &#8216;_id&#8217; does not exist 에러가 뜨면? 출처 &#8211; http://androidhuman.tistory.com]]></description>
		<link>http://jongsunkim.pe.kr/archives/1212</link>
			</item>
	<item>
		<title>iBatis Framework</title>
		<description><![CDATA[iBATIS is a persistence framework which automates the mapping between SQL databases and objects in Java, .NET, and Ruby on Rails. In Java, the objects are POJOs (Plain Old Java Objects). The mappings are decoupled from the application logic by packaging the SQL statements in XML configuration files. The result is a significant reduction in the amount of [...]]]></description>
		<link>http://jongsunkim.pe.kr/archives/1208</link>
			</item>
	<item>
		<title>Log 남기기</title>
		<description><![CDATA[android.util.Log 클래스에 메서드를 이용하면된다. Log 클래스 안에 모든 메서드는 static 으로 선언되어 있기때문에 객체 생성 없이 그냥 불러 쓰면된다. 상황에 따라 debug, error, warning, information 등의 메서드를 사용하면 된다. 아래와 같이.. 사용 방법은 클래스의 멤버 변수로 private static final String TAG = &#34;[Debug Message] &#34;; &#8220;[Debug Message]&#8221; 라는 tag 를 지정해준 후 로그를 남기고자 하는 [...]]]></description>
		<link>http://jongsunkim.pe.kr/archives/1203</link>
			</item>
	<item>
		<title>안드로이드 앱 개발 페스티벌 개발자 컨퍼런스</title>
		<description><![CDATA[출처 &#8211; http://twitonair.com/SKTstore]]></description>
		<link>http://jongsunkim.pe.kr/archives/1198</link>
			</item>
	<item>
		<title>파일 관리</title>
		<description><![CDATA[파일 경로는 /data/data/패키지명/files 디렉토리에 저장 Context 클래스 입출력 관련 메서드 파일 삭제 메서드 파일 저장 예 try { FileOutputStream fos = openFileOutput(&#34;test.txt&#34;, Context.MODE_WORLD_READABLE); String str = &#34;Android File IO Test&#34;; fos.write(str.getBytes()); fos.close(); mEdit.setText(&#34;write success&#34;); } catch (FileNotFoundException e) { System.out.println(e.getMessage()); } catch (IOException e) { System.out.println(e.getMessage()); } openFileOutput() 메서드를 이용. String name : 파일명, int [...]]]></description>
		<link>http://jongsunkim.pe.kr/archives/1184</link>
			</item>
	<item>
		<title>Spring Framework 개발환경 구축</title>
		<description><![CDATA[http://www.springsource.org/download 에서 library를 받는다. (로그인 필요) 2.5.6 버전. Eclipse 에서 플러그인을 받는다. eclipse 메뉴 -&#62; help -&#62; Install New Software -&#62; Add http://dist.springframework.org/release/IDE 를 추가 시킨 후 Core 와 Extensions 체크 체크 후 next 버튼을 누른다. 설치할 목록 next 라이센스 동의 next 설치 시작! 보안 경고 창이 뜨는데 ok를 누른다. 목록에 나오는거 체크 후 next [...]]]></description>
		<link>http://jongsunkim.pe.kr/archives/1172</link>
			</item>
	<item>
		<title>Spring Framework</title>
		<description><![CDATA[Spring Framework 소개 http://www.ibm.com/developerworks/kr/library/wa-spring1/ http://openframework.or.kr/framework_reference/spring/ver1.2.2/html/index.html]]></description>
		<link>http://jongsunkim.pe.kr/archives/1169</link>
			</item>
	<item>
		<title>Apache Struts</title>
		<description><![CDATA[Apache Struts is a free open-source framework for creating Java web applications. Web applications differ from conventional websites in that web applications can create a dynamic response. Many websites deliver only static pages. A web application can interact with databases and business logic engines to customize a response. Web applications based on JavaServer Pages sometimes [...]]]></description>
		<link>http://jongsunkim.pe.kr/archives/1164</link>
			</item>
	<item>
		<title>Struts 환경 설정</title>
		<description><![CDATA[Struts 환경 설정 http://www.apache.org 에서 아래의 Library 와 documents 압축 파일을 받는다. http://mirror.khlug.org/apache/struts/library/struts-1.3.10-lib.zip http://mirror.khlug.org/apache/struts/documentation/struts-1.3.10-docs.zip 적당한 곳에 압축을 풀고 docs는 api 를 보는 용도로 lib 폴더에 있는 jar 파일은 struts framework 를 사용할 때 쓴다. 1. Eclipse 에서 Struts Framework 을 사용하기 위해서 lib 폴더의 jar 파일을 Eclipse 웹 프로젝트 아래 WebContent/WEB-INF/lib 폴더에 복사해서 사용한다. 2. [...]]]></description>
		<link>http://jongsunkim.pe.kr/archives/1159</link>
			</item>
	<item>
		<title>Struts 관련 링크</title>
		<description><![CDATA[Struts 개발 Struts, 오픈소스 MVC 구현 출처 &#8211; IBM Developerworks]]></description>
		<link>http://jongsunkim.pe.kr/archives/1155</link>
			</item>
</channel>
</rss>
