-2

I have doubt about this two pattern, like MVC and PAC, which is more powerful for a web Application.

useCase
  • 1,265
  • 6
  • 22
  • 41

1 Answers1

1

It depends on your web application. For most, common, scenarios I would say MVC works better, but in some cases PAC might be a better fit. What are you requirements?

Iososx
  • 26
  • 1