James_Mac Posted September 16, 2014 Share Posted September 16, 2014 I need to know if there is any standard to estimate the effort to create a page in Java vs PHP. For example, if we need to build a login page. I understand there are many factors but trying to see if there is any standards to compare these 2 technology in terms of effort Quote Link to comment Share on other sites More sharing options...
requinix Posted September 16, 2014 Share Posted September 16, 2014 Depends. Can you tell me any standard to estimate the time it will take to drive from Miami to Boston in a car vs in a truck? Quote Link to comment Share on other sites More sharing options...
James_Mac Posted September 16, 2014 Author Share Posted September 16, 2014 I agree but it was just a question, I thought there may be some industry standards.. Quote Link to comment Share on other sites More sharing options...
CroNiX Posted September 16, 2014 Share Posted September 16, 2014 (edited) That would really depend on the individual coders skills, knowledge, and whether it's being coded from scratch or using some framework/library. I believe that any modern language would take about the same to develop the same thing in another modern language, but again, it depends on the coder. If you were comparing assembly language to php, that's a bit different as one is a very low level language and the other is fairly high, comparatively speaking. Edited September 16, 2014 by CroNiX Quote Link to comment Share on other sites More sharing options...
James_Mac Posted September 16, 2014 Author Share Posted September 16, 2014 Consider an average developer to develop a login page and with an authentication take the user to a home page. How much would be the effort in Java and PHP. I am trying to understand if PHP is really faster to develop than in Java. Quote Link to comment Share on other sites More sharing options...
trq Posted September 16, 2014 Share Posted September 16, 2014 It doesn't matter how many different ways you put the question or how many times you ask it, the is is always, it depends. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.