Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 605 Bytes

File metadata and controls

8 lines (7 loc) · 605 Bytes

PE2 Lecture Code Examples

A repository containing code related to the lectures for Program Development 2 (PE2)

Content

  • sql: folder containing examples of SQL statements (see lecture slides for relational DBs and SQL)
  • db-example-project: folder containing examples of using JDBC and an ORM (see lecture slides on JDBC / ORM)
  • html: folder containing examples for the HTML/CSS/JS lecture
  • java-features-demo: folder containing examples for using specific Java features from SE 8 to SE 17 (see lecture slides for advanced Java features)