Best way to build a wizard driven order capture app in grails [closed]
I am building an order capture system that uses a wizard approach to capture customer orders and add them to a shopping basket. Data for the products available will come from external s开发者_如何学Goystems via web service calls. There will also be a need for some kind of manual workflow features for when a customer needs a sales assistant to review an order and apply a discount
I am planning to implement this in grails (is this a good choice)...can anybody recommend any plugins/approaches to implement the wizard and workflow capabilities in grails?
cheers
Use Spring WebFlow! At one point it was actually built into grails and it is developed by the same company that now owns Grails (Spring). It seems like what your looking for!
精彩评论