E D R , A S I H C RSS

Full text search for "Spring"

Spring


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Spring/탐험스터디/2011 . . . . 9 matches
         [[pagelist(^Spring)]]
          * [Spring Framework 3]를 탐험해보자!
          * [Spring]의 핵심 가치와 원리에 대한 이해
          * Spring Framework 3 다루는 다른 교재 가능
          * 과제: SpringSource Tool Suite에서 Spring MVC Template 프로젝트 생성
          1.3 Resttemplate : spring에서 RESTful에 접근하기 위한 template. spring에서 데이터를 받아오는 방법.
          1.4. Connection c = DriverManager.getConnection(...); 문장에서 에러가 나는데 문자열의 localhost/springbook 부분을 자신이 사용할 테이블의 이름으로 바꾸어 주어야 한다. localhost/test로 바꿔준다. 이후의 문자열 두 개는 각각 자신의 MySQL 계정 이름(기본값 root), MySQL 비밀번호를 적어주면 된다.
          2.1. 우선 책에서 외부 라이브러리를 사용하고 있는데, STS에는 필요한 라이브러리가 들어있지 않은 것 같다. 이쪽 페이지(http://www.tutorials4u.net/spring-tutorial/spring_install.html)를 보고 라이브러리를 받아야 한다. 받아서 압축을 풀고 spring-framework-3.0.5.RELEASE/dist 폴더에 있는 jar 파일들을 프로젝트에 포함시켜주면 AnnotationContext, AnnotationConfigApplicationContext, @Configuration, @Bean 등을 사용할 수 있게 된다.
          1. Spring MVC Template Project 생성하여 실행해보려다 실패.
          1. Spring Project를 생성하고 실행하는데 Tomcat 설치가 필요하여 플러그인 설치함.
          1. Spring Project를 생성하고 실행하는데 포트가 이미 사용중이라 되지 않음.
         spring-framework-3.0.5.RELEASE/dist 폴더에 있는 jar 파일들을 프로젝트에 포함시켰는데,
         책에 jar 파일 목록에 있던 것 중 org.springframework.~~ 가 아닌 것들이 빠져있어서 그런가 아래와 같은 오류가 나는..
          at org.springframework.context.support.AbstractApplicationContext.<init>(AbstractApplicationContext.java:160)
          at org.springframework.context.support.AbstractApplicationContext.<init>(AbstractApplicationContext.java:213)
          at org.springframework.context.support.GenericApplicationContext.<init>(GenericApplicationContext.java:101)
          at org.springframework.context.annotation.AnnotationConfigApplicationContext.<init>(AnnotationConfigApplicationContext.java:63)
          at springbook.user.dao.UserDaoTest.main(UserDaoTest.java:13)
  • Spring/탐험스터디/wiki만들기 . . . . 9 matches
         === Spring Framework ===
         === Spring Security ===
          1. Spring dependency injection을 이용하는 법
          * spring security tab library
          * spring security에 관련된 기능들을 html/js에서 쓸 수 있다.
         <%@ taglib uri="http://www.springframework.org/security/tags" prefix="sec" %>
          * Spring Security의 Role Voter는 "ROLE_" 접두어를 사용한 접근 속성만 처리한다. 단 접두어는 커스터마이징이 가능하다.
          * 좀 오래한 Spring, Hibernate도 어려움. CGLib, Spring Security, JSP, Session 찾아봐야겠다.
          * spring security의 tag library의 ifAllGranted, ifNotGranted등을 사용할 수 있다.
          * 컨트롤러 함수에 인자를 다르게 해서 OverLoading하려 했으나 ResuestMapping이 같아서 Spring이 Ambiguous Mapping Exception을 발생시켰다.
          * spring security에서 "/create" url에 authentication을 설정
          * 이제 로그인되지 않은 사용자가 페이지 생성을 요청하면 Spring Security에 의해 Signup 페이지로 이동된다. 끗
         [[Spring/탐험스터디]]
  • Spring/탐험스터디 . . . . 4 matches
         [[pagelist(^Spring)]]
          * [Spring Framework 3]로 작지만 유용한 프로그램을 만들어보자!
          * [Spring]의 핵심 가치와 원리에 대한 이해
          * Spring Framework 3 다루는 다른 교재 가능
  • 서지혜 . . . . 4 matches
          * see also [Spring/탐험스터디]
          * see also [Spring/탐험스터디]
          1. [Spring/탐험스터디/wiki만들기]
          * Spring Study는 참 오래 하는듯
          * 하지만 아직도 beneficiary일 뿐 contributor가 아니다.. spring project에 기여하기 프로젝트를 했으면 어땟을까? 처음엔 작게 bug fix부터..
  • 김수경 . . . . 3 matches
          * [Spring/탐험스터디]
          * [Spring/탐험스터디]
          * [Spring/탐험스터디]
  • Classes . . . . 2 matches
         [http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-045JSpring-2005/CourseHome/index.htm MIT open course ware] [[ISBN(0534950973)]]
         [http://ocw.mit.edu/OcwWeb/Mathematics/18-06Spring-2005/CourseHome/index.htm Linear Algebra]
  • 강성현 . . . . 2 matches
          * [Spring/탐험스터디] (2011.1 - 2)
          * Spring과 Java EE 개발에 대해 잘 모르는 채로 진행해서 이해도가 낮았음
  • 정모/2011.3.21 . . . . 2 matches
          * [Spring/탐험스터디]
          * SpringFramework를 공부하며 설계 원칙들도 함께 배움.
  • 정모/2011.3.28 . . . . 2 matches
          * [Spring/탐험스터디]
          * [김수경]은 SpringFramework를 공부하는 봄싹 스웨--터--거 3월 스터디에 참가함.
  • 정모/2011.3.7 . . . . 2 matches
          * [Spring/탐험스터디]
          * 사람이 적어 예전에 실패한 SpringSecurity를 이용하여 동네API와 OAuth 연동하는 실습을 함.
  • 정모/2011.4.11 . . . . 2 matches
          * [Spring/탐험스터디]
          * Spring Framework에 대해 공부하고 있다.
  • 정모/2012.7.25 . . . . 2 matches
          * Spring : SimpleWiki 작성. 게시물 Page Repositery 기능. Hibernate 사용하는 기능을 Page Repositery에 붙이려고 하는데 Hibernate가 어려워서 잘 될까 모르겠다. 이후에는 Spring의 security 기능을 이용해서 회원가입 기능을 붙일 예정. 위키 문법을 어느 정도까지 다루어야 할지 생각 중.
  • CleanCode . . . . 1 match
          * EJB, Spring ... : 해당 framework에서 제공하는 다양한 방법들을 통해 xml, annotation 등의 간단한 설정으로 횡단 관심사에 관한 코드를 작성하지 않고도 해당 기능들을 자신의 프로그램에 넣을 수 있다.
  • EnglishSpeaking/TheSimpsons/S01E03 . . . . 1 match
         Watch out, Springfield. Here I come.
  • HolubOnPatterns/밑줄긋기 . . . . 1 match
          * 2학년땐 나도 저렇게 생각했다ㅜㅜㅜ [Spring/탐험스터디]에서도 얘기했지만 그래서 객체지향설계라면 메소드만 있는 클래스는 존재해선 안된다고 말한 적도 있음ㅜㅜㅜㅜ 부끄럽다... - [김수경]
  • OpenCamp . . . . 1 match
          * 일시: 2014년 Spring Semester 예정
  • ProgrammingLanguageClass/Report2002_2 . . . . 1 match
         = Principles of Programming Languages Spring, 2002 Programming Assignment #2 =
  • Spring/탐험스터디/2011-02-04 . . . . 1 match
         [[pagelist(^Spring/탐험스터디)]]
  • ZeroPageHistory . . . . 1 match
          * Android, MFC, Spring, Ruby, JavaScript
  • ZeroPage성년식/거의모든ZP의역사 . . . . 1 match
          * Android, MFC, Spring, Ruby, JavaScript
  • 작은자바이야기 . . . . 1 match
          * SpringSource Tool Suite(Eclipse IDE)의 기본 설정과 프로젝트 설정에 필요한 기본적인 정보를 설명했습니다.
          * http://springsource.org/
          * http://springsource.com/
  • 정모/2011.10.12 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2011.10.5 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2011.7.18 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2011.7.25 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2011.8.22 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2011.8.29 . . . . 1 match
          * [:Spring/탐험스터디 스프링 스터디]
  • 정모/2011.8.8 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2011.9.20 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2011.9.27 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2012.1.13 . . . . 1 match
          * Spring - 김수경, 서지혜
  • 정모/2012.1.20 . . . . 1 match
          * Spring - 이번주에 하지 못했음.
  • 정모/2012.1.6 . . . . 1 match
          * Spring - 김수경, 서지혜
  • 정모/2012.10.8 . . . . 1 match
          * Spring - 페이지 링크 거는 것이 가능??
  • 정모/2012.3.19 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2012.4.30 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2012.4.9 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2012.5.14 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2012.5.7 . . . . 1 match
          * [Spring/탐험스터디]
  • 정모/2012.7.11 . . . . 1 match
          * Spring - simple Wiki 만들기 진행.
  • 정모/2012.8.1 . . . . 1 match
          * Spring - 하이버네이트로 심플위키 만들고 있음, 하이버네이트는 사용하기에 난이도가 높은 것 같음.
  • 정모/2012.8.8 . . . . 1 match
          * Spring - Secure...를 사용하지말자.??
  • 정모/2012.9.10 . . . . 1 match
          * Spring - 스프링 프레임워크 공부 합니다. 이제 결과물 내보려고 심플 위키 만들고 있지만, 이번주는 쉬었다는게 Fail..
  • 정모/2012.9.24 . . . . 1 match
          * Spring
  • 토비의스프링3/밑줄긋기 . . . . 1 match
         [토비의스프링3], [Spring/탐험스터디]
Found 45 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.3054 sec