FYI, Intel did a comparison of PetStore written using XMLC and no EJBs. Check out the following performance analysis done at the Intel performance labs that shows the PetStore app running 5x-10x faster on Lutris Enhydra than BEA, etc when implemented using XMLC instead of JSPs and using simple data objects instead of EJBs.
http://www.lutris.com/media/LutrisSG.pdf Shawn James Strachan wrote: > From: "Jon Stevens" <[EMAIL PROTECTED]> > > on 10/31/01 1:19 PM, "James Strachan" <[EMAIL PROTECTED]> wrote: > > > > > http://msdn.microsoft.com/net/compare/petshop.asp > > > > > > Its not a very fair comparison (suprise suprise) but from a quick look > at > > > the source code, it seems MS achieve their performance gains by not > using > > > EJBs :-) > > > > Ok. Now that is funny. I got a good laugh out of that one. Hi Justy! > > > > > I wonder what the figures would look like if the PetStore were > implemented > > > along similar techniques using just regular JavaBeans and JSP... > > > > I wonder what the figures would look like if the PetStore were implemented > > along similar techniques using just Turbine and Velocity... > > > > Velocity already had results show it to be faster than JSP. > > I knew I shoulda said 'servlet' and not 'JSP' ;-) > > It would be interesting to have a Java competition - trying the various > different techniques, tools and frameworks and seeing how each of them stack > up to .NET. Comparing code complexity, performance etc. > > e.g. with beans or EJBs, with JDBC stored procedures or Turbine, with JSP or > Velocity, then on a bunch of runtime platforms and databases and see how > they stack up doing the same application. > > James > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- Shawn McMurdo mailto:[EMAIL PROTECTED] Lutris Technologies http://www.lutris.com Enhydra.Org http://www.enhydra.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
