Web application Framework
Why i use Web application Framework ? some friends of mine asked me that, the answer it pretty simple because i needed to deploy the application quickly.
The web application framework i found was Symfony Web Application Framework, it’s PHP based, have admin generator, and suddenly creating an web application become easier. You don’t need to have technical skill to create an symfony based web application.
I choose the already-available web application framework instead making a new one because, although i use PHP intensively, creating a code generator need some extra knowledge which i don’t currently have. Creating a new one need extras time, and time is valuable asset since we cannot stop or make it slow.
After some research on the internet i’ve found Ruby On Rails also interesting, many people used it. The last one is appFuse, it’s java based and my friend has created a post about it.
In the end, using generator really depends on your taste, you can choose one of the framework i mentioned before , or you can create your very own generator. It’s better rather than start a project from scratch.
[...] Web application Framework [...]
[...] Web application Framework [...]