Apache OFBiz: Difference between revisions

Content deleted Content added
No edit summary
m Presentation layer: replaced: combined together → combined
Line 54:
 
=== Presentation layer ===
Apache OFBiz uses the concept of "screens" to represent the Apache OFBiz pages. Each page is, normally, represented as a screen. A page in Apache OFBiz consists of components. A component can be a header, footer, etc. When the page is rendered all the components are combined together as specified in the screen definition. Components can be Java Server Pages ([JSP]s) <deprecated>, FTL pages built around [[FreeMarker]] [[Template engine (web)|template engine]], forms or menus widgets. Widgets are an OFBiz specific technology.
 
=== Business layer ===