Difference between revisions of "Posterita Developer's Guide"
From ADempiere
This Wiki is read-only for reference purposes to avoid broken links.
(→Adding posterita to your existing implementation: debugging) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== [[Installing Posterita]] == | == [[Installing Posterita]] == | ||
== [[Installing Posterita from Zip]] == | == [[Installing Posterita from Zip]] == | ||
+ | |||
+ | A compiled zip file, is currently under testing and will be made available widely soon. | ||
+ | |||
+ | == [[First Step for Developers]] == | ||
== [[Developer's Technical Manual]] == | == [[Developer's Technical Manual]] == | ||
+ | |||
+ | Some different tid bits that explain how to set your environment under a linux environment | ||
+ | |||
== [[Setting Posterita from SVN]] == | == [[Setting Posterita from SVN]] == | ||
+ | == [[Database Modifications]] == | ||
+ | |||
+ | Here we list the current database modifications that we made to the Adempiere tables. | ||
+ | |||
+ | == [[Adding posterita to your existing implementation]] == | ||
+ | |||
+ | |||
+ | ==[[Debugging Posterita With Eclipse]]== | ||
+ | *Putting source into Eclipse | ||
+ | *Putting dependency on ADempiere Source | ||
+ | *Assigning ADempiere.jars to Posterita | ||
+ | *Setup Tomcat plugin and debug mode | ||
+ | *Debugging the source |
Latest revision as of 11:58, 26 June 2007
Contents
Installing Posterita
Installing Posterita from Zip
A compiled zip file, is currently under testing and will be made available widely soon.
First Step for Developers
Developer's Technical Manual
Some different tid bits that explain how to set your environment under a linux environment
Setting Posterita from SVN
Database Modifications
Here we list the current database modifications that we made to the Adempiere tables.
Adding posterita to your existing implementation
Debugging Posterita With Eclipse
- Putting source into Eclipse
- Putting dependency on ADempiere Source
- Assigning ADempiere.jars to Posterita
- Setup Tomcat plugin and debug mode
- Debugging the source