Writing an ofbiz Container

From Opentaps Wiki
Revision as of 18:40, 29 July 2008 by Sichen (talk | contribs) (Protected "Writing an ofbiz Container": Sysop page [edit=sysop:move=sysop])
Jump to navigationJump to search

The ofbiz framework has a container architecture that allows you to set up containers which load up system infrastructure such as the delegator (database access), dispatcher (business logic tier), and web servers like Tomcat. When ofbiz is started, it will call a container based on the command line input:

$ java -jar ofbiz.jar pojoentities

means that it will call up the pojoentities container.