0

I am working on a Java project to run on Google App Engine. I started with coding in JSP/Servlets. Now after few classes, I am seriously thinking about using an MVC framework.

My question is, is there a best way to code a simple MVC framework? I understand, the best approach is to choose one (Spring MVC/Slim/Play etc).

But I want to learn about best practices to use MVC without a framework.

2
  • 2
    stackoverflow.com/questions/3541077/… Commented Aug 7, 2011 at 2:36
  • Any info on implementing support for AJAX would be helpful too. Commented Aug 7, 2011 at 2:43

1 Answer 1

1

i'm a framework learner, but for me, framework is just something that can simplify your coding. And if you know how those frameworks work, you may try to implement the process yourself by simulating with your own codes. Though there may be many bugs in your code, it's worth trying~

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.