开发者

Is deploying Java web applications more costlier than other PHP web applications? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

Is deploying/hosting Java written web applications more costly than other PHP web applications? What about the cloud 开发者_C百科solutions & VPS hosting for Java web apps if my app is bigger?

What are the other technical difficulties in deployment of such applications?

Are EJBs required in web application development?


Let me add my 2 cents.

PHP hosting is cheaper than Java hosting for small/medium applications. For larger applications if you want to go to cloud or VPS hosting solutions I guess there won't be any difference as in these kind of hosting you pay for resources rather than for a specific hosting.

EJBs are absolutely not required for web applications in Java. You have zillions of other way to develop web applications in Java: struts, Spring, etc.

I don't think there are any technical difficulties in deploying applications in Java or PHP. The harder will be of course to find a team of skillful and motivated developers.


Java hosting is a little more expensive than PHP hosting. Nothing dramatic anymore...
The differences are not huge. Mochahost i.e. offer PHP hosting from $1.95, $2.95 and $4.25 per month while Java hosting starts at $2.95, $5.57 and $8.44. (link)


If you are seeking for true charging you can give a try to automatic vertical scaling available in Jelastic. This is an alternative in terms of cloud solutions, where you actually pay only for the resources consumed.


If you're speaking of costs/ money/ pricing of hosting web applications, then PHP may be a better option. This is because there are lots of servers which provide PHP support. By looking just at the numbers, hosting PHP websites are easier and cheaper.

The main reason is because it is comparatively easy to learn and use PHP. That's why, many beginners start developing in PHP.

However, Java would help if you're developing a highly scalable Web Application.


yes, java hosting is generally more expensive than php hostings.


No my friend

    Jsp and Php Are two different thigs 

for creating webapplication sercurea and not accessable from out side world we have to put our jsp in

TOMCAT/PROJECT/WEB-INF/JSP

here WEB-INF
and MATA-INF folder is protect by defaluts so if you want to open your application like

http://localhost:8080/PROJECT/one.jsp then it will give you 404 error

so you need controller servlet to run your Jsp file So It different Then writing php application and diployment

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜