Writing an ofbiz Container
From Opentaps Wiki
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.