Difference between revisions of "New Adempiere Developer Corner"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m (backlink to current dev corner)
(links added)
Line 1: Line 1:
 
This part was initiated during the 1st European Adempiere Developers Conference in Berlin, May 2007.  It is to be considered as work in progress to replace the old [[Adempiere_Developer_Corner]].
 
This part was initiated during the 1st European Adempiere Developers Conference in Berlin, May 2007.  It is to be considered as work in progress to replace the old [[Adempiere_Developer_Corner]].
  
* Getting Started (hinted links)
+
* [[DevGuide_Getting_Started|Getting started]] (hinted links)
  
 
* Incomplete Implementations
 
* Incomplete Implementations
Line 9: Line 9:
  
 
* Overwiews
 
* Overwiews
** ER-Model
+
** [[DevGuide_ER-Diagrams|ER-Diagrams]]
** Architecture (schematic class diagram)
+
** [[DevGuide_Architecture|Architecture-Diagram]] (schematic class diagram)
  
 
* How ...
 
* How ...
**How is the UI generated?
+
** [[DevGuide_UI_Generation|How is the UI generated?]]
**How do forms work?
+
** [[DevGuide_Forms|How do forms work?]]
**How does DB-access work? (Persistency Layer)
+
** [[DevGuide_Persistency|How does DB-access work?]] (Persistency Layer)
**How validators work?
+
** [[DevGuide_Validators|How validators work?]]
**How to debug certain issues?
+
** [[DevGuide_Debugging|How to debug certain issues?]]
**How to do Migraton/Import/Export?
+
** [[DevGuide_Migration|How to do Migraton/Import/Export?]]
  
 
* Guidelines
 
* Guidelines
**Best Practices
+
** [[DevGuide_Best_Practices|Best Practices]]
**When to use configuration, when to use programming, when to use call-outs?
+
** [[DevGuide_When_to_use|When to use configuration, when to use programming, when to use call-outs?]]
**Code Maintainance
+
** [[DevGuide_Code_Maintainance|Code Maintainance]]
**ID-Number ranges
+
** [[DevGuide_ID-Number_ranges|ID-Number ranges]]

Revision as of 07:20, 30 May 2007

This part was initiated during the 1st European Adempiere Developers Conference in Berlin, May 2007. It is to be considered as work in progress to replace the old Adempiere_Developer_Corner.

  • Incomplete Implementations
    • logging if non-implemented functionalities are called
    • maybe maintaining a (generated) list
    • markups in user documentation