New: spring-frameworkAll contenthive-129948hive-196917krzzanhive-183959hive-185836steemphotographyhive-180932hive-150122hive-101145hive-183397hive-144064uncommonlabhive-184714hive-188619krsuccesshive-145157hive-193637bitcoinhive-103599hive-193186hive-179660hive-180301hive-139150TrendingNewHotLikerspixielott (25)in interview-questions • 4 years agoHow to Create REST API in Java using Spring FrameworkIn this article, you will learn how to create Rest API in Java. But before we start to learn about it we need to understand what is Rest Api. What is REST API? REST APIs are rules, routines…walczakit (43)in java • 6 years agoSpring Data JPA - data projection in dynamic queriesProblem: we want queries to our entities to eagerly fetch only the fields that we need in the given context (for example to show in a specific UI data table). Requirement: our solution must…deathnote9 (42)in kr • 8 years agoSpring ApplicationContextApplication Context 만들때 AnnotationConfigApplicationContext방식을 활용해야 한다. Application Context 예제 위의 그림을 설명 하면 Client 가 Application Context에 UserDao를 요청 Application Context에 UserDao 메소드가 있으면…deathnote9 (42)in kr • 8 years agoSpring FrameWork란 ?안녕하세요. @deathnote9 입니다. 이번 포스팅은 Spring FrameWork에 대해서 알아보고자 합니다. 저번에 DI 예시에 대해서 설명을 올렸었는데 spring이나 DI, IOC에 대한 설명을 더 추가적으로 올리면 좋을거라는 댓글을 보고 추가적으로 올리게 되었습니다! Enterprise Application에서 필요로 하는 기능을…deathnote9 (42)in kr • 8 years agoSpring 설치 & 설정안녕하세요. @deathnote9 입니다. 이번 포스팅은 Spring 설치 & 설정에 대해서 알아보고자 합니다. 이 사이트로 들어가줍니다. 바로 위에 있는 Window 에서 자신의 운영체제에 맡게 다운을 받아줍니다. STS 를 실행 시켜 줍니다. 기존에 있는 Server를 Delete를 눌러서 지우고 처음단계로…deathnote9 (42)in kr • 8 years agoSpring DI 예시안녕하세요. @deathnote9 입니다. 이번 포스팅은 Spring DI에 대해서 알아보고자 합니다. Spring 중요한 부분은 DI / IOC 가 90% 구성 되어있고 웹 구성부분 10% 구성 되어있다. 둘다 합쳐서 AOP (proxy패턴)으로 구성 되어 있다. EJB - Enterprise…