java - When to use a web framework? -


we need code online web journal management system in java. it's not amazon, more hello world.

should use framework? if yes, why? java web frameworks out there simple?

yes.

a web framework should used applications more complex "hello, world!". there's no need reinvent wheel. web frameworks contain many useful tested components need on site. organize code, mvc or similar paradigm, make code more maintainable.

some java web frameworks (in no particular order):


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -