https://github.com/javaee-samples/getting-started
Getting Started with Java EE
https://github.com/javaee-samples/getting-started
Last synced: 5 months ago
JSON representation
Getting Started with Java EE
- Host: GitHub
- URL: https://github.com/javaee-samples/getting-started
- Owner: javaee-samples
- Created: 2014-06-04T21:21:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T21:27:57.000Z (over 11 years ago)
- Last Synced: 2025-03-08T05:47:21.865Z (10 months ago)
- Size: 129 KB
- Stars: 11
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Building an application: A series of presentations about building an application from the ground up
This repository will contain different presentation content (source files and resources) looking at the various aspects of building an application (some may not be limited to Java EE based applications but are more general) from the very beginnings all the way to the finished product. The presentations and materials are not to be used as an application, but as reference and ideas for building an application.
Possible topics in this series:
* Fundamentals
** Version Control
*** Distributive
*** Centralized
*** Workflow
** Build tools
*** Language based
*** General
*** Specialized
** Project layout
*** Build tool bias
*** Language expectations
*** Naming conventions
** Target Audience
*** Browser based
**** Responsive Web
**** Desktop only
*** CLI
*** Native Mobile
** Testing
*** Types of testing
*** When to test
*** What to test
** Continuous Integration
*** Tools
*** Build type (full/smoke)
** Reporting
*** Code Coverage
*** finding bugs
*** finding bad practices
*** How often
*** Statistics
* Back end (non persistence)
* Persistence
* Security
* Front end
* Performance
* Interoperability
* Maintenance