What is Difference between Event-Based Framework and Request-Based Framework?

Questions by siva2baba   answers by siva2baba

Showing Answers 1 - 3 of 3 Answers

In Event based frameworks, process flow will happend with event triggering where as Requester based frameworks, based up on user request process flow will happend. Examples are, in Springs framework, Spring MVC framework is request based flow where it will completely depends on Request Object and Springs Webflow is Event based framework where flow will controlled by EventObject.

We need to decide one of the framework based up on our business requirements and it will possible to use both in same application.

Regards,
Ramesh Sukka.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions