Last modified 16 years ago
Last modified on 10/09/08 13:08:25
Analysis
Overview
Write code templates that are connected with Properties. Templates will be useful for creating properties easily.
Task requirements
- Define what code templates will be useful.
- Make the code templates which will be useful.
- Define how to save them and how people could use them.
Task result
- There should be code templates in eclipse.
- There should be code templates in repository.
Implementation idea
Related
http://www.java-tips.org/other-api-tips/eclipse/how-to-add-your-own-code-template-in-eclipse.html can be useful to learn how to make a code template.
How to demo
- Open the project in eclipse.
- Show how easily properties can be created using the code templates.
Design
- Create a wiki page PRO_LIB_CORE_CODE_TEMPLATES.
- See the http://www.java-tips.org/other-api-tips/eclipse/how-to-add-your-own-code-template-in-eclipse.html to learn how to import code templates in eclipse and explain it.
- What code templates are needed:
- Value Property
- Final Property
- Resource Property
- Auto Property
- Auto List Property
- Value List Property
Implementation
Testing
Comments
Log