1 / 8

Software engineering Project

ATM SYSTEM. Software engineering Project. Jaeho , Shin Jiwon , Kwak Jieun , Oh. Allotting Project Tasks. Class design. JDBC & GUI. Development. Test Tool & Fix Error. Feedback & Release. Class Design. Use modeling Create method, attributes Return type, Parameter….

zazu
Download Presentation

Software engineering Project

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ATM SYSTEM Software engineering Project Jaeho, Shin Jiwon, Kwak Jieun, Oh

  2. Allotting Project Tasks

  3. Class design JDBC & GUI Development Test Tool & Fix Error Feedback & Release

  4. Class Design • Use modeling • Create method, attributes • Return type, Parameter…

  5. JDBC – Create Database try{ // DB 접속 및 쿼리 실행 Class.forName("com.mysql.jdbc.Driver"); conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/atm","root","1234"); stmt = conn.prepareStatement("select C_ID,C_PW from customer where C_ID=? and C_PW=?"); stmt.setString(1, id); stmt.setString(2, pw); rs = stmt.executeQuery();

  6. Graphic User Interface • Log-In View

  7. Graphic User Interface • Administrator View

  8. THANK YOU

More Related