14 Wrap Up
Programming Methodologies, Life Cycle, & Deployment
Programming Methodologies, Life Cycle, & Deployment
None
Appendix F: Program Style, Formatting, and Documentation
Read the book using the SQ3R technique.
The content of this module is not on the certification exam.
Java Tutorials
Classes and Objects
Software Development Life Cycle Tutorial
Agile
Deployment
Create a runnable JAR file.
In NetBeans: Build the project, go to the PROJECT_HOME/build folder to find the runnable JAR file. More information in the Deployment tutorial
In Eclipse: File->Export->Runnable JAR file.
Run the JAR file.
In the directory containing the JAR file, create a .bat file that includes java -jar FileName.jar
Professional advice
Preparing for C++
Deployment
Software Development Life Cycle Tutorial
Agile
A look at some "real" Java programs
Semester Review
Evaluations
End of semester awards
Final Exam Preparation
Final Project
Portfolio Update