Web Frameworks have two weaknesses :
- they don’t scale beyond a certain point and, much worse,
- they trap you inside the framework: they are monotheistic frameworks
Think about the solutions the framework you are using provides for Session data, Transaction management, Authentication or authorization: are open and integrable with other custom solutions or do it trap you inside the framework ?
If you think the web app you are working on will succeed and the site will grow, consider that Web Frameworks are optimized for the generic web site, which is why they work for so many sites. But as those sites grow, they need specific solutions, not generic ones.
We should look to rethink the frameworks themselves ! Read the full article: Do Frameworks Have a Place in Web Development’s Future?
Print | posted @ sabato 15 maggio 2010 02:22