<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>초보 프로그래머의 하루</title>
		<link>http://secondmemory.kr/</link>
		<description>므히히히
지극히 개인적이고 내멋대로인 블로그</description>
		<language>ko</language>
		<pubDate>Fri, 27 Apr 2012 04:35:22 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<managingEditor>nabina</managingEditor>
		<item>
			<title>Vaadin Add-ons - Spring Stuff</title>
			<link>http://secondmemory.kr/242</link>
			<description>&lt;p&gt;&lt;h3&gt;Overview&lt;/h3&gt;&lt;div id=&quot;aui_3_2_0_1171&quot; class=&quot;overview&quot; location=&quot;overview&quot;&gt;&lt;div style=&quot;width: 425px;&quot; id=&quot;aui_3_2_0_1170&quot; class=&quot;v-label&quot;&gt;This add-on contains classes that add some missing &quot;glue&quot; between Vaadin and Spring. In addition, these classes help address the &quot;scope mismatch&quot; between Vaadin application scope and Spring web application context scope that leads to memory leaks when a Vaadin application closes.&amp;nbsp;&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;https://vaadin.com/directory#addon/spring-stuff&lt;/p&gt;&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/242&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
</description>
			<category></category>
			<category>add-ons</category>
			<category>java</category>
			<category>Spring</category>
			<category>Spring stuff</category>
			<category>Vaadin</category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/242</guid>
			<comments>http://secondmemory.kr/242#entry242comment</comments>
			<pubDate>Thu, 26 Apr 2012 22:49:20 +0900</pubDate>
		</item>
		<item>
			<title>Mule log4j.properties 설정 위치</title>
			<link>http://secondmemory.kr/231</link>
			<description>&lt;p&gt;&lt;p&gt;$MULE_HOME/conf/log4j.properties 여기다가 만들면 된다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This directory is used for tracing the execution of the Mule container.&lt;/p&gt;&lt;p&gt;Top-level logger for the Mule container is configured in &quot;$MULE_HOME/conf/log4j.properties&quot; or&lt;/p&gt;&lt;p&gt;&quot;$MULE_HOME/conf/log4j.xml&quot;.&lt;/p&gt;&lt;p&gt;*** Xml format has higher priority and will be used if found or in presence of both xml and properties configs. ***&lt;/p&gt;&lt;p&gt;Log4j xml docs: http://wiki.apache.org/logging-log4j/Log4jXmlFormat&lt;/p&gt;&lt;p&gt;Container-level logging is written to the $MULE_HOME/logs/mule.log file.&lt;/p&gt;&lt;p&gt;Application-level logging supports 2 modes:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 1. No log4j configuration packaged with the app (either in app's lib or classes) -&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;a rolling log file is automatically created by Mule:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $MULE_HOME/logs/mule-app-&amp;lt;appName&amp;gt;.log&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The format is the same as the default Mule config.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; 2. A log4j configuration is packaged with the app - no default log file is created&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;by Mule and app has a full control (and responsibility) to configure logging.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;*** TIP: use ${mule.home} placeholder in log4j.properties to resolve the Mule's directory (e.g. for file appenders). ***&lt;/p&gt;&lt;p&gt;In addition to the application's output, the wrapper also sends any JVM-level or&amp;nbsp;&lt;/p&gt;&lt;p&gt;OS-level errors/warnings to the log file. &amp;nbsp;This means that if the JVM crashes&amp;nbsp;&lt;/p&gt;&lt;p&gt;and automatically restarts (enabled by default), the time and cause of the crash&amp;nbsp;&lt;/p&gt;&lt;p&gt;will remain in the log file after the JVM restarts.&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p&gt;&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/231&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;another_category another_category_color_gray&quot;&gt;
&lt;h4&gt;'&lt;a href=&quot;/category/Java&quot;&gt;Java&lt;/a&gt;&amp;nbsp;&gt;&amp;nbsp;&lt;a href=&quot;/category/Java/Mule%20ESB&quot;&gt;Mule ESB&lt;/a&gt;' 카테고리의 다른 글&lt;/h4&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/231&quot; &gt;Mule log4j.properties 설정 위치&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(1)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2012/03/29&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/196&quot; &gt;Mule Interceptor Event Flow&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/07/13&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;</description>
			<category>Mule ESB</category>
			<category>java</category>
			<category>log4j.properties</category>
			<category>Mule ESB</category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/231</guid>
			<comments>http://secondmemory.kr/231#entry231comment</comments>
			<pubDate>Thu, 29 Mar 2012 01:27:33 +0900</pubDate>
		</item>
		<item>
			<title>웹 서비스의 동적 발견과 호출</title>
			<link>http://secondmemory.kr/230</link>
			<description>&lt;br /&gt;&lt;a href=&quot;http://www.ibm.com/developerworks/kr/library/ws-udax.html&quot;&gt;http://www.ibm.com/developerworks/kr/library/ws-udax.html&lt;/a&gt;&amp;nbsp;&lt;br /&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display:inline-block;&quot;&gt;&lt;a href=&quot;http://nabina.tistory.com/attachment/cfile23.uf@151DE2344F6BEC6829F756.pdf&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/pdf.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; 웹 서비스의 동적 발견과 호출.pdf&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&amp;nbsp;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/230&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;another_category another_category_color_gray&quot;&gt;
&lt;h4&gt;'&lt;a href=&quot;/category/Java&quot;&gt;Java&lt;/a&gt;' 카테고리의 다른 글&lt;/h4&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/230&quot; &gt;웹 서비스의 동적 발견과 호출&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2012/03/23&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/226&quot; &gt;DRY : Don't Repeat Yourself&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2012/03/08&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/202&quot; &gt;[GXT] 크기를 Percentage로 설정했을 때 화면이 짤리는 현상&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/08/21&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/201&quot; &gt;GWT + Ext JS = GXT&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/08/21&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/193&quot; &gt;FindJAR - Jar 파일이 없을 때&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/07/07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/191&quot; &gt;WSO2 Platform Diagram&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/07/06&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;</description>
			<category>Java</category>
			<category>axis</category>
			<category>java</category>
			<category>UDDI4j</category>
			<category>Web Service</category>
			<category>WSDL4j</category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/230</guid>
			<comments>http://secondmemory.kr/230#entry230comment</comments>
			<pubDate>Fri, 23 Mar 2012 12:23:10 +0900</pubDate>
		</item>
		<item>
			<title>WSO2 - Governance Registry 4.1.1 Document Link</title>
			<link>http://secondmemory.kr/228</link>
			<description>http://docs.wso2.org/display/Governance411/Governance+Registry+Installation&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/228&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
</description>
			<category></category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/228</guid>
			<comments>http://secondmemory.kr/228#entry228comment</comments>
			<pubDate>Tue, 20 Mar 2012 18:37:43 +0900</pubDate>
		</item>
		<item>
			<title>Spring Error - NoSuchMethodError</title>
			<link>http://secondmemory.kr/227</link>
			<description>&lt;div&gt;
java.lang.NoSuchMethodError: org.springframework.beans.BeanUtils.instantiateClass(Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.springframework.test.context.ContextLoaderUtils.resolveContextLoader(ContextLoaderUtils.java:87)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.springframework.test.context.ContextLoaderUtils.buildMergedContextConfiguration(ContextLoaderUtils.java:298)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.springframework.test.context.TestContext.&amp;lt;init&amp;gt;(TestContext.java:100)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.springframework.test.context.TestContextManager.&amp;lt;init&amp;gt;(TestContextManager.java:117)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTestContextManager(SpringJUnit4ClassRunner.java:119)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.&amp;lt;init&amp;gt;(SpringJUnit4ClassRunner.java:108)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at java.lang.reflect.Constructor.newInstance(Constructor.java:525)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:31)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:24)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.&amp;lt;init&amp;gt;(JUnit4TestReference.java:32)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.eclipse.jdt.internal.junit4.runner.JUnit4TestClassReference.&amp;lt;init&amp;gt;(JUnit4TestClassReference.java:25)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader.createTest(JUnit4TestLoader.java:41)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader.loadTests(JUnit4TestLoader.java:31)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:452)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;가끔 별것도 아닌 것 때문에 삽질할 때가 있다.&lt;br /&gt;
&lt;br /&gt;Spring만을 단독으로 사용하면 이런 에러가 안 나는데 다른 오픈소스와 같이 쓰다보면 이런 에러가 발생한다.&lt;br /&gt;
&lt;br /&gt;Exception Trace를 보면 알겠지만 BeanUtils.instantiateClass 라는 메소드가 없어서 발생하는 에러.&lt;br /&gt;
&lt;br /&gt;Spring이 포함된 다른 오픈소스를 같이 사용하고 그 Spring의 버전이 각각 다를 때&lt;br /&gt;
&lt;br /&gt;Spring Jar 파일에 대한 우선순위 설정이 필요하다.&lt;br /&gt;
&lt;br /&gt;오픈소스에 포함된 Spring을 사용할 것인지 아니면 다른 Spring을 사용할 것인지에 대한.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/227&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;another_category another_category_color_gray&quot;&gt;
&lt;h4&gt;'&lt;a href=&quot;/category/Java&quot;&gt;Java&lt;/a&gt;&amp;nbsp;&gt;&amp;nbsp;&lt;a href=&quot;/category/Java/Spring&quot;&gt;Spring&lt;/a&gt;' 카테고리의 다른 글&lt;/h4&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/227&quot; &gt;Spring Error - NoSuchMethodError&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2012/03/16&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;</description>
			<category>Spring</category>
			<category>BeanUtils.instantiateClass</category>
			<category>java</category>
			<category>Spring Framework</category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/227</guid>
			<comments>http://secondmemory.kr/227#entry227comment</comments>
			<pubDate>Fri, 16 Mar 2012 23:25:45 +0900</pubDate>
		</item>
		<item>
			<title>DRY : Don't Repeat Yourself</title>
			<link>http://secondmemory.kr/226</link>
			<description>코드의 반복도 문제지만 그 반복되는 코드를 코더가 반복시키는 것이 더 큰 문제.&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/226&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;another_category another_category_color_gray&quot;&gt;
&lt;h4&gt;'&lt;a href=&quot;/category/Java&quot;&gt;Java&lt;/a&gt;' 카테고리의 다른 글&lt;/h4&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/230&quot; &gt;웹 서비스의 동적 발견과 호출&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2012/03/23&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/226&quot; &gt;DRY : Don't Repeat Yourself&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2012/03/08&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/202&quot; &gt;[GXT] 크기를 Percentage로 설정했을 때 화면이 짤리는 현상&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/08/21&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/201&quot; &gt;GWT + Ext JS = GXT&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/08/21&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/193&quot; &gt;FindJAR - Jar 파일이 없을 때&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/07/07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/191&quot; &gt;WSO2 Platform Diagram&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/07/06&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;</description>
			<category>Java</category>
			<category>Dry</category>
			<category>Programming</category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/226</guid>
			<comments>http://secondmemory.kr/226#entry226comment</comments>
			<pubDate>Thu, 08 Mar 2012 17:05:08 +0900</pubDate>
		</item>
		<item>
			<title>[IBM] Eclipse V3.4 완전 정복</title>
			<link>http://secondmemory.kr/225</link>
			<description>&lt;div&gt;
이클립스 V3.4 완전 정복, Part 1: 이클립스 IDE 워크벤치&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;http://www.ibm.com/developerworks/kr/library/os-eclipse-master1/&quot; target=&quot;_blank&quot; title=&quot;[http://www.ibm.com/developerworks/kr/library/os-eclipse-master1/]로 이동합니다.&quot;&gt;http://www.ibm.com/developerworks/kr/library/os-eclipse-master1/&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
Eclipse V3.4 완전 정복, Part 2: JDT&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;http://www.ibm.com/developerworks/kr/library/os-eclipse-master2/index.html&quot; target=&quot;_blank&quot; title=&quot;[http://www.ibm.com/developerworks/kr/library/os-eclipse-master2/index.html]로 이동합니다.&quot;&gt;http://www.ibm.com/developerworks/kr/library/os-eclipse-master2/index.html&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
Eclipse V3.4 완전 정복, Part 3: JDT 텍스트 편집기 팁과 비결&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;http://www.ibm.com/developerworks/kr/library/os-eclipse-master3/index.html&quot; target=&quot;_blank&quot; title=&quot;[http://www.ibm.com/developerworks/kr/library/os-eclipse-master3/index.html]로 이동합니다.&quot;&gt;http://www.ibm.com/developerworks/kr/library/os-eclipse-master3/index.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
pdf files..&lt;br /&gt;
&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://nabina.tistory.com/attachment/cfile29.uf@1562ED4F4F4C9964134F70.pdf&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/pdf.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; Eclipse V3.4 완전 정복 Part 1_ 이클립스 IDE 워크.pdf&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://nabina.tistory.com/attachment/cfile9.uf@16632B4F4F4C99661215ED.pdf&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/pdf.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; Eclipse V3.4 완전 정복 Part 2_ JDT.pdf&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;imageblock&quot; style=&quot;display:inline;&quot;&gt;&lt;a href=&quot;http://nabina.tistory.com/attachment/cfile25.uf@1663094F4F4C996712D412.pdf&quot;&gt;&lt;img src=&quot;http://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/pdf.gif&quot; alt=&quot;&quot; style=&quot;vertical-align: middle;&quot; /&gt; Eclipse V3.4 완전 정복 Part 3_ JDT 텍스트 편집기 .pdf&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/225&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;another_category another_category_color_gray&quot;&gt;
&lt;h4&gt;'&lt;a href=&quot;/category/Java&quot;&gt;Java&lt;/a&gt;&amp;nbsp;&gt;&amp;nbsp;&lt;a href=&quot;/category/Java/Eclipse&quot;&gt;Eclipse&lt;/a&gt;' 카테고리의 다른 글&lt;/h4&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/225&quot; &gt;[IBM] Eclipse V3.4 완전 정복&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2012/02/28&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/137&quot; &gt;Eclipse에서 HTML의 Validation 체크하지 않기&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2010/08/24&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/128&quot; &gt;Eclipse 3.5.2 + MyEclipse 8.6 + Flash Builder 4 설치 방법&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2010/08/16&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;</description>
			<category>Eclipse</category>
			<category>eclipse</category>
			<category>java</category>
			<category>JDT</category>
			<category>workbench</category>
			<category>이클립스</category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/225</guid>
			<comments>http://secondmemory.kr/225#entry225comment</comments>
			<pubDate>Tue, 28 Feb 2012 18:08:57 +0900</pubDate>
		</item>
		<item>
			<title>IE용 크로스 브라우징 : IETester</title>
			<link>http://secondmemory.kr/222</link>
			<description>http://www.my-debugbar.com/wiki/IETester/HomePage&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/222&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;another_category another_category_color_gray&quot;&gt;
&lt;h4&gt;'&lt;a href=&quot;/category/OS&quot;&gt;OS&lt;/a&gt;&amp;nbsp;&gt;&amp;nbsp;&lt;a href=&quot;/category/OS/Windows&quot;&gt;Windows&lt;/a&gt;' 카테고리의 다른 글&lt;/h4&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/222&quot; &gt;IE용 크로스 브라우징 : IETester&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/12/07&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;</description>
			<category>Windows</category>
			<category>Cross Browser Tester</category>
			<category>크로스 브라우저</category>
			<category>테스트</category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/222</guid>
			<comments>http://secondmemory.kr/222#entry222comment</comments>
			<pubDate>Wed, 07 Dec 2011 01:58:47 +0900</pubDate>
		</item>
		<item>
			<title>[마감] 티스토리 초대권 나눠드립니다.</title>
			<link>http://secondmemory.kr/220</link>
			<description>&lt;div&gt;
&lt;div style=&quot;padding-top: 30px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(235, 235, 235); border-right-color: rgb(235, 235, 235); border-bottom-color: rgb(235, 235, 235); border-left-color: rgb(235, 235, 235); line-height: 1.8; background-color: rgb(255, 255, 255); &quot;&gt;
		&lt;span style=&quot;font: normal normal normal 8pt/1 Verdana, sans-serif; color: rgb(255, 255, 255); background-color: rgb(254, 132, 42); padding-top: 2px; padding-right: 5px; padding-bottom: 2px; padding-left: 5px; &quot;&gt;i n v i t a t i o n&lt;/span&gt;
		&lt;div style=&quot;margin-top: 23px; margin-right: 0px; margin-bottom: 32px; margin-left: 0px; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: rgb(227, 227, 227); height: 29px; &quot;&gt;
			&lt;h3 style=&quot;color: rgb(101, 101, 101); font: normal normal bold 14pt/1 Dotum, sans-serif; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: rgb(254, 132, 42); float: left; &quot;&gt;티스토리 초대장&lt;/h3&gt;
			&lt;div style=&quot;float: right; margin-top: 9px; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#656565&quot;&gt;+ 남은 초대장 수 : &lt;/font&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#fe842a&quot;&gt;&lt;b&gt;00&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;
		&lt;/div&gt;
		&lt;p style=&quot;color: rgb(101, 101, 101); &quot;&gt;안녕하세요!&lt;/p&gt;
		&lt;p style=&quot;color: rgb(101, 101, 101); &quot;&gt;티스토리에 보금자리를 마련하시려는 여러분께 초대장을 배포해 드리려고 합니다.&lt;/p&gt;
		&lt;p style=&quot;color: rgb(101, 101, 101); &quot;&gt;나만의, 내 생각을, 내 기억을 담는 소중한 블로그를 만들고 싶다면 티스토리로 시작해보세요!&lt;/p&gt;
		&lt;p style=&quot;color: rgb(101, 101, 101); &quot;&gt;티스토리 블로그는 초대에 의해서만 가입이 가능합니다. 원하시는 분은 &lt;strong style=&quot;text-decoration: underline&quot;&gt;댓글에 E-mail 주소를&lt;/strong&gt; 남겨주시면 초대장을 보내드립니다. 남겨주실 때에는 꼭 비밀댓글로 남겨주세요!&lt;/p&gt;
		&lt;p style=&quot;color: rgb(101, 101, 101); &quot;&gt;초대장을 보내드리고 바로 개설하시지 않으신 분들은 초대장을 회수할 수도 있으니 바로 개설해주세요!&lt;/p&gt;
		&lt;div style=&quot;color: rgb(101, 101, 101); border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(229, 229, 229); border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-left-color: rgb(229, 229, 229); background-color: rgb(249, 249, 249); padding-top: 20px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; margin-top: 25px; margin-right: 0px; margin-bottom: 25px; margin-left: 0px; &quot;&gt;
			&lt;table style=&quot;border-collapse: collpase; table-layout: fixed&quot;&gt;
				&lt;tbody&gt;&lt;tr&gt;
 
					&lt;td valign=&quot;top&quot; style=&quot;padding: 0 25px; border-right: 1px solid #e9e9e9&quot;&gt;
						&lt;div style=&quot;font: bold 24pt/1 Verdana, Sans-serif; margin-bottom: 20px&quot;&gt;
Yes&lt;/div&gt;
						&lt;div&gt;
							&lt;strong&gt;이런 분들께 드립니다!&lt;/strong&gt;
							&lt;div&gt;
&lt;strong&gt;1.&lt;/strong&gt; 다른 블로그를 사용해보셨던 분&lt;/div&gt;
							&lt;div&gt;
&lt;strong&gt;2.&lt;/strong&gt; 이메일 주소가 정상적인 분&lt;/div&gt;
							&lt;div&gt;
&lt;strong&gt;3.&lt;/strong&gt; 블로그를 시작하려는 이유를 남겨주신 분!&lt;/div&gt;
						&lt;/div&gt;
					&lt;/td&gt;
					&lt;td valign=&quot;top&quot; style=&quot;padding: 0 25px&quot;&gt;
						&lt;div style=&quot;font: bold 24pt/1 Verdana, Sans-serif; margin-bottom: 20px&quot;&gt;
No&lt;/div&gt;
						&lt;div&gt;
							&lt;strong&gt;이런 분들께 드리지 않아요!&lt;/strong&gt;
							&lt;div&gt;
&lt;strong&gt;1.&lt;/strong&gt; 이메일 주소가 의심되는 분!&lt;/div&gt;
							&lt;div&gt;
&lt;strong&gt;2.&lt;/strong&gt; 이메일 주소를 남기지 않으신 분&lt;/div&gt;
							&lt;div&gt;
&lt;strong&gt;3.&lt;/strong&gt; 이유도 없이 달라고 하시는 분!&lt;/div&gt;
						&lt;/div&gt;
					&lt;/td&gt;
				&lt;/tr&gt;
			&lt;/tbody&gt;&lt;/table&gt;
		&lt;/div&gt;
		&lt;div style=&quot;margin-top: 25px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; color: rgb(161, 161, 161); font: normal normal normal 11px/1.5 Dotum, sans-serif; &quot;&gt;
			&lt;div style=&quot;font-weight: bold; margin-bottom: 10px&quot;&gt;
티스토리 이래서 좋아요!&lt;/div&gt;
			&lt;div&gt;
1. 이미지, 동영상, 오디오, 파일까지! 무한 용량과 강력한 멀티미디어를 올릴 수 있어요!&lt;/div&gt;
			&lt;div&gt;
2. 스킨위자드로 스킨을 내맘대로~ 거기에 기능 확장 플러그인까지!&lt;/div&gt;
			&lt;div&gt;
3. 내가 원하는대로 myID.com으로 블로그 주소를 만들 수 있어요!&lt;/div&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/220&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
</description>
			<category></category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/220</guid>
			<comments>http://secondmemory.kr/220#entry220comment</comments>
			<pubDate>Mon, 05 Dec 2011 12:49:34 +0900</pubDate>
		</item>
		<item>
			<title>[IBM] RESTful한 웹 서비스 만들기</title>
			<link>http://secondmemory.kr/219</link>
			<description>&lt;a href=&quot;http://www.ibm.com/developerworks/kr/library/tutorial/j-rest/&quot; target=&quot;_blank&quot; title=&quot;[http://www.ibm.com/developerworks/kr/library/tutorial/j-rest/]로 이동합니다.&quot;&gt;http://www.ibm.com/developerworks/kr/library/tutorial/j-rest/&lt;/a&gt;&lt;br /&gt;
메모 메모&lt;div style=&quot;text-align:left; padding-top:10px;&quot;&gt;
&lt;iframe src=&quot;http://www.facebook.com/plugins/like.php?href=secondmemory.kr/219&amp;amp;layout=standard&amp;amp;show_faces=true&amp;amp;width=310&amp;amp;action=like&amp;amp;font=tahoma&amp;amp;colorscheme=light&amp;amp;height=65&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:310px; height:65px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;another_category another_category_color_gray&quot;&gt;
&lt;h4&gt;'&lt;a href=&quot;/category/Java&quot;&gt;Java&lt;/a&gt;&amp;nbsp;&gt;&amp;nbsp;&lt;a href=&quot;/category/Java/REST&quot;&gt;REST&lt;/a&gt;' 카테고리의 다른 글&lt;/h4&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;th&gt;
&lt;a href=&quot;/219&quot; &gt;[IBM] RESTful한 웹 서비스 만들기&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;span&gt;(0)&lt;/span&gt;
&lt;/th&gt;
&lt;td&gt;
2011/12/05&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;</description>
			<category>REST</category>
			<category>REST</category>
			<category>RESTful</category>
			<category>Restlet</category>
			<author>nabina</author>
			<guid>http://secondmemory.kr/219</guid>
			<comments>http://secondmemory.kr/219#entry219comment</comments>
			<pubDate>Mon, 05 Dec 2011 12:04:44 +0900</pubDate>
		</item>
	</channel>
</rss>
