Cocoon versus taglibs

2003-01-25 Thread Jordi Valldaura
Hello,

Im developing a litle intranet, I want to use XML and i18n so I need XSLT
transformation and internacionalization support. I was planning to use
cocoon, but
Jeff Turner said  there were other ways to do this for example tablibs.

My question is: are the tablibs (XTags  i18n) faster than cocoon with a
simple sitemap transforming XSPs to HTML 

The intranet will have an average of 200 concurrent users.

Thanks in advance


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Cocoon versus taglibs

2003-01-25 Thread Jeff Turner
On Sat, Jan 25, 2003 at 01:26:09PM +0100, Jordi Valldaura wrote:
 Hello,
 
 Im developing a litle intranet

(plug.. http://xml.apache.org/forrest/ :)

, I want to use XML and i18n so I need XSLT transformation and
internacionalization support. I was planning to use cocoon, but
 Jeff Turner said  there were other ways to do this for example tablibs.
 
 My question is: are the tablibs (XTags  i18n) faster than cocoon with a
 simple sitemap transforming XSPs to HTML 

I think you'll have to test it for yourself.  Being straight SAX, Cocoon
should be faster, but real life often throws surprises, and theorising on
performance issues is pointless.

One thing to note though: if your XML rarely changes, Cocoon's caching
should help significantly.  There are caching taglibs around if you
choose the JSP route, but they won't be nearly as sophisticated as
Cocoon.

--Jeff

 The intranet will have an average of 200 concurrent users.
 
 Thanks in advance

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Cocoon versus taglibs

2003-01-25 Thread Jordi Valldaura
 On Sat, Jan 25, 2003 at 01:26:09PM +0100, Jordi Valldaura wrote:
  Hello,
 
  Im developing a litle intranet

 (plug.. http://xml.apache.org/forrest/ :)

 , I want to use XML and i18n so I need XSLT transformation and
 internacionalization support. I was planning to use cocoon, but
  Jeff Turner said  there were other ways to do this for example tablibs.
 
  My question is: are the tablibs (XTags  i18n) faster than cocoon with a
  simple sitemap transforming XSPs to HTML 

 I think you'll have to test it for yourself.  Being straight SAX, Cocoon
 should be faster, but real life often throws surprises, and theorising on
 performance issues is pointless.

 One thing to note though: if your XML rarely changes, Cocoon's caching
 should help significantly.  There are caching taglibs around if you
 choose the JSP route, but they won't be nearly as sophisticated as
 Cocoon.

 Everything will be dynamic, I acces a database through an EJB layer. The
intranet is a kind of web file system thats why performance its important.




 --Jeff

  The intranet will have an average of 200 concurrent users.
 
  Thanks in advance

 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]