개발자 환경 구축

Programming/AWS

[AWS] Amazon Web Services 가입하기

🌿Amazon Web Services 아마존 웹 서비스 아마존 웹 서비스는 아마존닷컴의 클라우드 컴퓨팅 사업부이다. 아마존 웹 서비스는 다른 웹 사이트나 클라이언트측 응용 프로그램에 대해 온라인 서비스를 제공하고 있다. AWS는 클라우드 컴퓨팅을 제공하며, 한 마디로 정의하기에는 사업의 범위가 어마어마하게 넓기 때문에 하나로 정의하기는 힘들다. 가상 컴퓨터 대여 사이트를 운영하려면 24시간 동작되는 컴퓨터와 공인 IP가 필요한다. 이때 AWS에서 내가 사이트 운영에 필요로 하는 컴퓨터를 호스팅 비용을 지불하고 대여받을 수 있다. 하드웨어를 직접적으로 국한지어서 대여하는 게 아니라 가상 컴퓨터를 대여하기 시작했고, 클라우드 컴퓨팅 사업으로 자리잡게 되었다. AWS에 가입하면 아마존에서 운영하는 컴퓨터(CP..

Programming/Spring

[Spring] MyBatis: Connection Pool (Commons DBCP, HikariCP)

🌿MyBatis 영속성 계층 (데이터베이스 조작 계층) Mybatis는 자바 오브젝트와 SQL사이의 자동 매핑 기능을 지원하는 ORM(Object relational Mapping) 프레임워크이다. MyBatis는 Spring 기술이 아닌 독립적인 기술이지만, Spring에서 도입을 해서 사용할 수 있도록 연동되어 있다. MyBatis는 SQL을 별도의 파일을 분리해서 관리하게 하며, 응용프로그램과 데이터베이스를 연결하는 JDBC 같은 역할을 한다. 단, SQL을 그대로 사용할 수 있다는 점에서 JDBC을 사용할 때의 불편함을 해결했다. [JDBC] JDBC란? (Java Database Connectivity) 🍁JDBC JDBC는 자바 프로그램과 데이터베이스(오라클)를 연결시켜 주는 자바 API(응용..

Programming/Spring

[Spring] 개발자 환경 구축: STS 3, Maven

🌿Spring 설치 Spring Tools 3 full distribution on Eclipse 4.19 Spring Tools 3 > Spring Tool Suite 3.9.18 > spring-tool-suite-3.9.18.RELEASE-e4.19.0-win32-x86_64.zip https://download.springsource.com/release/STS/3.9.18.RELEASE/dist/e4.19/spring-tool-suite-3.9.18.RELEASE-e4.19.0-win32-x86_64.zip 위 링크에서 압축파일을 다운로드한다. 이 파일은 이클립스에서 스프링을 개발할 수 있게 배포한 Spring Tool Suite로, 줄여서 STS라고 부른다. Spring을 할 때에는 STS 3..

Programming/Servlet

[Server] 개발자 환경 구축: 이클립스 및 아파치 톰캣 설정

🍁이클립스 설정 [Client] 개발자 환경 구축: Apache Tomcat 9.0 설치 및 이클립스 설정 📌Apache Tomcat 9.0 설치 https://tomcat.apache.org/download-90.cgi Apache Tomcat® - Apache Tomcat 9 Software Downloads Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tom isaac-christian.tistory.com 위 글과 동일하게 이클립스 및 아파치 톰캣을 설정한다. encoding encoding을 검색하여 UTF-8로 ..

Programming/jQuery

[jQuery] jQuery의 시작: JavaScript와 jQuery 연결

🍁 jQuery jQuery란? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript. jQuery는 경량화된 Java..

Programming/CSS

[Client] 개발자 환경 구축: VS CODE 설치

🍁VS CODE 설치 https://code.visualstudio.com/#alt-downloads VS CODE를 운영체제에 맞게 설치하면 되며, .zip보다는 Installer 버전을 설치하는 것을 추천한다. User Installer는 현재 로그인한 계정만 사용할 수 있고, System Installer는 모든 윈도우 계정들이 사용할 수 있다. 현재는 System Installer로 설치하는 걸로 한다. 설치 진행 설치를 완료하면 위와 같이 VS CODE가 화면에 뜬다. VS CODE 업데이트 VS CODE 왼쪽 하단의 설정, '업데이트 확인'에서 업데이트를 할 수 있다. 🍁VS CODE 설정 Korean Language Pack for Visual Studio Code 왼쪽의 꾸러미 버튼을 클릭..

Programming/HTML

[Client] 개발자 환경 구축: Apache Tomcat 9.0 설치 및 이클립스 설정

📌Apache Tomcat 9.0 설치 https://tomcat.apache.org/download-90.cgi Apache Tomcat® - Apache Tomcat 9 Software Downloads Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which version you need? Specification version tomcat.apache.org 이클립스에서 서..

Programming/Oracle

[Oracle] 개발자 환경 구축: Oracle, SQL, eXERD 설치

💡Oracle Database 11g xe https://www.oracle.com/database/technologies/xe-prior-release-downloads.html XE Prior Release Archive Getting Started: Support Oracle Database Express Edition (XE) is a community supported edition of the Oracle Database family. Please go to the Oracle Database XE Community Support Forum for help, feedback, and enhancement requests. Note: Oracle Support Ser www.oracle.com ..

Isaac S. Lee
'개발자 환경 구축' 태그의 글 목록 (2 Page)