본문 바로가기
반응형

전체보기40

[Groovy] What is Groovy, Getting Started Groovy! 내가 Groovy를 익혀야 겠다고 생각한 이유는 Gradle 과 Spock 때문이었다. 언어를 시작 할 때 주로 책을 보고 익히는 편인데 원서를 제외(영어가 짧아..) 하고 국내 책이 거의 없는 관계로 정리 차원에 블로깅을 하기로 결심했다. # What the Groovy # 먼저 그루비(Groovy)는 자바에 파이썬, 루비, 스몰토드 등의 특징을 더한 동적 객체 지향 프로그래밍 언어이다. # History # 2002년 영국 출신의 프로그래머인 제임스 스트라칸에 의해 창시되었다고 한다. 그의 말에 따르면 그루비의 가장 중요한 점이 타입이 유연 간결한 동적인 프로그래밍 언어라고 한다. 현재 (2014년 6월) 기준으로 2.3.2 버전이 나와있다. # Feature # 특징은 > 자바 가상 머신에서 작동하.. 2014. 6. 11.
[MariaDB] Window에서 기동, 중단 시작 그리고, 종료 C:\Program Files\MariaDB 10.0\bin>net start mysql C:\Program Files\MariaDB 10.0\bin>net stop mysql mysqladmin 을 사용 하는 방법 C:\Program Files\MariaDB 10.0\bin>mysqladmin -u root shutdown -p 2014. 4. 25.
GIT 용어 한눈에 보기 SSAG 웹비나 듣고 나서 괜찮은 것 같아서 정리한 내용. 애매한 용어보다는 용어들로 정리하니 한눈에 이해가 됨. 2014. 4. 15.
봄이 오니.. Spring 이 땡기는 구나.. (spring framework name background) Spring Framework을 사용하면서 왜 Spring 이라는 이름을 짓게 되었을까? 라는 생각으로 찾아봤다. [Spring Framework name background] Fortunately Yann stepped up with a suggestion: "Spring". His reasoning was association with nature (having noticed that I’d trekked to Everest Base Camp in 2000); and the fact that Spring represented a fresh start after the "winter" of traditional J2EE. 더 자세한 내용은 아래 주소로.http://spring.io/blog/2006/1.. 2014. 4. 4.
org.springframework.util.StringUtils 앞으로 spring을 사용 할 때 Spring Util 중 하나인 org.springframework.util.StringUtils 을 사용 하자. 다음은 Spring 에서 제공하는 Test case 이다. /** * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 .. 2014. 3. 31.
Sitemesh PageFilter VS SiteMeshFilter 대다수의 sitemesh 사용한 프로젝트에서 com.opensymphony.module.sitemesh.filter.PageFilter으로 sitemesh filter를 사용하고 있는데 sitemesh 홈페이지에서 샘플예제로com.opensymphony.sitemesh.webapp.SiteMeshFilter으로 간단하게 구현되어 있는걸 보고 왜 잘 만들어진 filter를 두고 다른 걸 사용했을까?하는 의문에서 차이를 찾아보다 발견한 문구. "Deprecate PageFilter in favour of SiteMeshFilter." (Jan 07, 2007) 아래는 Changes Log-- Changes in 2.4 --Tasks * [SIM-230] - Remove PageFilter, in favour.. 2013. 11. 28.
반응형