Allaire purchased JRun servlet engine last June, and in the last month or so purchased
Ejbt (?),
an enterprise level servlet engine that supports EJB. So, what does that tell you
about
where
Allaire thinks the future of server side dynamic content is? Looks like they are
betting
on
Java.
I have not used CF, but IMHO, if you were to choose between CF and JSP/servlets at this
point in time, the choice would have to be an open technology like JSP/servlets over a
proprietary
technology like CF. A java based solution is more portable between OS/web
server/hardware,
more flexible, and more extensible.
My goal for JSP is to use it for presentation only, put all the business logic in
reusable
components such as beans and tag libs so that web publshers can create dynamic content
using a publishing tool without having to write any java code.
I have done some performance testing of different servlet engines. Overall I have been
very impressed with performance, especially when using the Sun HotSpot JVM which can
do profiled selective optimization of java byte codes into native CPU opcodes so that
java code that gets executed frequently eventually ends up running almost as fast as a
compiled
executable. Plus the HotSpot GC performs very well in a server environment.
Just my 2 cents, your mileage may vary.
Regards,
Glenn
Martin Smith wrote:
>
> My recent reading of the Allaire site is that they're running as fast as they can
> to get to be "pure J2EE", while of course trying to keep the existing customers
> happy.
>
> Martin
>
> David Wall wrote:
>
> > Can anybody discuss the relative merits of ColdFusion and JSP in terms of
> > speed of development, scalability and manageability?
> >
> > David
> >
> > ===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> > http://java.sun.com/products/jsp/faq.html
> > http://www.esperanto.org.nz/jsp/jspfaq.html
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
--
----------------------------------------------------------------------
Glenn Nielsen [EMAIL PROTECTED] | /* Spelin donut madder |
MOREnet System Programming | * if iz ina coment. |
Missouri Research and Education Network | */ |
----------------------------------------------------------------------
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets