July 2016
Intermediate to advanced
490 pages
10h 54m
English
OCS can be implemented as a portal through the Spring MVC Portlet specification. The idea is depicted in the following screenshot where all phases of the order workflow are represented as portlets running simultaneously on the applications' facade:

Each portlet can still undergo some Activiti or Web Flow if it has sub-flows to implement. Web services can be generated in order to pass data among portlets.
Each portlet must have only one controller class. The @Controller extends org.springframework.web.portlet.DispatcherPortlet with the following component objects:
ACTION and VIEW requests; when the ...Read now
Unlock full access