Quote:
|
Originally Posted by Infinity Commercial Group
I have been noticing more and more sites using jsp. I haven't really looked hard to read more on it. Does any one hear think that it is worth looking into? What are some of the benefits?
|
JAVA and JSP are a great way to develop very functionally rich web sites. I wouldn't recommend them for sites that just need basic services. Usually PHP or CGI will do the job. It's also hard to find hosting for JAVA based sites as well. Only a few web hosting companies offer hosting with Tomcat or Jetty (i.e. web containers required to run JSP). PHP seems to be the more popular choice. Sometimes the best solution is to run your JSP on your own servers or buy dedicated servers.
Nonetheless, there are some very cool things you can do with JSP and JAVA that can't be done with PHP or other technologies or at least without some very hard workarounds. A good example of a real estate site that use JSP/JAVA is
RentIncome.Com which is a site that calculates and prints out proforma analysis on properties. Using JAVA it can instantly create a PDF version of your property on the fly. It can also accept uploads, resize images and do background processing of calculations. It's a little more difficult to do this with something other than JAVA.
If you have any specific questions relating to JAVA/JSP and what it takes to do a "robust functionality" site, I'd be happy to try and answer them for you. It is the core business of my company.