Tagged Questions

20
votes
15answers
18k views

Best java mvc framework implementation for web apps [closed]

What is the best MVC framework inmplementation in java? It has to be: lightweight KISS philosophy be able to make changes to the views without compile minimalistic; few lines of code
1
vote
1answer
32 views

is this technique ok with framworks: storing all texts in seperate plain text file?

I am considering to use a php framework (never used one before), I know I have to abandon the way I am used to work (I can deal with this), among many concerns a first thing that comes in my mind is ...