Difference between revisions of "Writing an ofbiz Container"

From Opentaps Wiki
Jump to navigationJump to search
(New page: 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 logi...)
 
m (Protected "Writing an ofbiz Container": Sysop page [edit=sysop:move=sysop])
(No difference)

Revision as of 18:40, 29 July 2008

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.