What is the different between PAC and MVC? [closed] - model-view-controller

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I have doubt about this two pattern, like MVC and PAC, which is more powerful for a web Application.

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?

Related

What compares to Finagle and Akka in the ruby world? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I was reading up on Finagle and Akka, and was wondering if there are any similar frameworks in the ruby world?
Maybe one of these is what you are looking for?
http://celluloid.io/
http://cramp.in/
http://postrank-labs.github.io/goliath/

Dependency injection alternatives to Unity.Mvc [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've been using Unity.Mvc3 as my dependency injection mechanism.
What are the alternatives available?
Thanks in advance for any replies.
I'm currently using autofac . However I know lots of people are using StructureMap and lots prefer Ninject. Afaik, though autofac has the best performance (followed by StructureMap)

Does Joomla! follow MVC Architecture? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
A lot of Joomla Documentation talks about MVC, i'm just wondering if Joomla follows MVC and how strictly it does so?
component development in joomla strickly follows MVC framework. Check it http://docs.joomla.org/Developing_a_Model-View-Controller_Component_-_Part_1

Sample source code to learn spring aop [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am looking for a sample spring AOP code which I can download and play with. I have read Spring in Action to understand the basic concept on AOP and want to experiment by coding.
I searched https://github.com/SpringSource for AOP examples, could not find one....
Can someone recommend any link?

Is VB 6 worth learning today? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
How necessary is it to learn VB6 and what are the advantages of using this language today? Does it really have advantages?
At this point, nobody should be using VB6 for new development work, however, there is a lot of existing VB6 code that needs to be maintained and/or ported. Much of the existing VB6 code will be internal line-of-business applications, so the question of whether to learn it or not would depend on your employeers needs.

Resources