Difference between revisions of "Opentaps Technical Reference"

From Opentaps Wiki
Jump to navigationJump to search
(Developer Documentation)
Line 2: Line 2:
  
 
''These documents are for developers who plan on customizing or extending opentaps''
 
''These documents are for developers who plan on customizing or extending opentaps''
 +
 +
===General Information===
 +
 +
* [[opentaps Release Process]]
 +
* [[BPM Integration|SOA and BPM]]
 +
* [[Importing Data with Dataimport]]
  
 
===Developer Documentation===
 
===Developer Documentation===
  
 
* [http://www.opensourcestrategies.com/ofbiz/tutorials.php ofbiz framework tutorials] and [http://www.opensourcestrategies.com/ofbiz/ofbiz_opentaps_training_video.php Training Video]
 
* [http://www.opensourcestrategies.com/ofbiz/tutorials.php ofbiz framework tutorials] and [http://www.opensourcestrategies.com/ofbiz/ofbiz_opentaps_training_video.php Training Video]
* [[Importing Data with Dataimport]]
 
 
* [[Domain Driven Architecture]]
 
* [[Domain Driven Architecture]]
* [[BPM Integration|SOA and BPM]]
 
 
* [[Using the Query Tool]]
 
* [[Using the Query Tool]]
 
* [[Base Entity Classes]]
 
* [[Base Entity Classes]]
Line 17: Line 21:
 
* [[opentaps Hibernate Integration]]
 
* [[opentaps Hibernate Integration]]
 
* [[opentaps Search Feature]]
 
* [[opentaps Search Feature]]
 
+
* [[How to use the opentaps Form Macros]]
* Form macros:
+
* [[opentaps Ajax Pagination Framework]]
** [http://www.opentaps.org/javadocs/version-1.0/tools/opentapsFormMacros.html How to use the opentaps Form Macros]
 
** [http://www.opentaps.org/javadocs/version-1.0/tools/opentapsFormMacrosAPI.html opentaps Form Macros API]
 
** [[opentaps Ajax Pagination Framework]]
 
 
* [[Screen Widget Actions in Java]]
 
* [[Screen Widget Actions in Java]]
 
* [[Writing an ofbiz Container]]
 
* [[Writing an ofbiz Container]]
 
* [[Checkstyle development tool]]
 
* [[Checkstyle development tool]]
* [[opentaps Release Process]]
 
 
* [[Aspect Oriented Programming in opentaps]]
 
* [[Aspect Oriented Programming in opentaps]]
 
  
 
==== opentaps and Google Web Toolkit ====
 
==== opentaps and Google Web Toolkit ====

Revision as of 17:02, 12 November 2009

Technical Reference

These documents are for developers who plan on customizing or extending opentaps

General Information

Developer Documentation

opentaps and Google Web Toolkit

Tips and Tricks

API and Technical Design Reference

opentaps Architecture

Recommended Reading

Show me your flowcharts and conceal your tables, and I'll continue to be mystified. 
Show me your tables, and I won't usually need your flowcharts; they'll be obvious.

-- The Mythical Man Month by Fred Brooks

Even after four decades, and long after the word "flowchart" has been replaced by "UML", data models still play a central role in software design. The following three books will give you three different perspectives on data modeling for enterprise applications and help you understand the heart of opentaps. You should read all three to get a balanced perspective:

Other helpful references: