meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
package [2009/10/22 16:18]
hevi
package [2009/10/23 11:03]
hevi
Line 15: Line 15:
   * Location where to put archive package.   * Location where to put archive package.
 {{:package_step_2.png|}} {{:package_step_2.png|}}
-=== 4. Upload package to wiki ===+=== 4. Test that your package works === 
 +=== 5. Upload package to wiki === 
 + 
 +===== Using the 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/theme part if exists  
 +  * Other data used if any, used data etc, ..