MySQL

MySQL Windows (x86, 32-bit), MSI Installer (mysql-installer-community-8.0.15.msi)
https://dev.mysql.com/downloads/windows/installer

MySQL Workbench
->Server -> Data Import -> sampledb_pet.sql
sampledb_pet

Eclipse & DB Connection
Eclipse
->Window->Show View->Data Source Explorer
Data Source Explorer
->Database Connections->New->Connection Profile에서 MySQL 선택->MySQLConn 입력후 Next 클릭
-> Specify a Driver and Connection Details에서 Driver 항목의 New Driver Definition 버튼 클릭
-> New Driver Definition에서 Name/Type, JAR List, Properties 탭에서 필요한 설정 진행
(Add Jar/Zip에서 C:\Program Files (x86)\MySQL\Connector J 8.0\mysql-connector-java-8.0.15.jar 설정)
-> Specify a Driver and Connection Details에서 설정된 JDBC 드라이버와 데이터베이스의 이름이 표시되면 을 클릭해서 Success 후 Finish 클릭

lab3

aj19-lab3

Lab3 프로젝트 디렉토리 안에 모든 파일과 보고서(3-4장정도 – 장수제한없음)를 넣고 Lab3_학번_이름.zip 압축한 후 e-learning(http://lms.dankook.ac.kr/index.jsp)으로 제출한다. (Due by 4/7) 보고서 출력물은 수업시간에 제출한다.

Lab3_1 – calculate BMI, BMR, BFP (https://bmi-calories.com/bmi-calculator.html)
https://bmi-calories.com/bmi-calculator.html
https://bmi-calories.com/bmr-calculator.html
https://bmi-calories.com/body-fat-percentage-calculator.html

Lab3_2 – 본인이 원하는 JSP를 작성한다. JavaBean과 Form Processing이 되는 JSP 작성

이미지 파일 resources
BMICalculator
Manager
BMICalculatorManager
lab3
menu