meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
package [2009/10/22 13:34] hevi |
package [2010/03/26 12:16] (current) hevi |
||
---|---|---|---|
Line 5: | Line 5: | ||
* Format is **.zip** file. | * Format is **.zip** file. | ||
* Code in package have to be able to compile and run. | * Code in package have to be able to compile and run. | ||
+ | * Leave compiled files from package. Eg. //build// or //bin// directory. | ||
+ | |||
+ | ====== Packaging in eclipse ====== | ||
+ | === 1. File => Export === | ||
+ | === 2. Archive === | ||
+ | {{: | ||
+ | === 3. Select & Finish === | ||
+ | * Correct folders to include in package. | ||
+ | * Source code, resourcese, databases | ||
+ | * No generated or binary files | ||
+ | * Location where to put archive package. | ||
+ | {{: | ||
+ | === 4. Test that your package works === | ||
+ | === 5. Upload package to wiki === | ||
+ | |||
+ | ===== Using the vaadin Code Camp package in eclipse ===== | ||
+ | * This zip package cannot be directly imported into servlet project as file paths do not match | ||
+ | * So manual work is needed: | ||
+ | * Copy sources into from package to project src java package directory | ||
+ | * fix paxckage specifications if needed | ||
+ | * Copy needed web content from package to project | ||
+ | * Library jars if any | ||
+ | * Other web content, especially VAADIN/ | ||
+ | * Other data used if any, used data etc, .. | ||
+ | |||
+ |