I’ve developed medium/big Java web apps last 5 years and i want to take a look of some platform/tool for small size web development.
I have ASP in mind, and sometimes i’ve heard that ASP .net platform is better than Java EE for faster development of small/medium size web apps.
Is this true?
can anyone argue this?
I’ve developed medium/big Java web apps last 5 years and i want to take
Share
I work on Java/Java EE and .NET 3.5. I have noticed that .NET is somewhat faster to code and build because of Visual Studio. But if you can write build scripts and if you are sure about the server to use[JBOSS, Tomcat etc], Java EE can look pretty simple.
To conclude, I would just go with .NET since I know I can use only IIS, I just have to right click, build and deploy and I dont need to learn ANT, UNIX scripts and I dont have to research on which server to use.