RE: [Announcement] Apache Cocoon 2.0 Release

2001-11-29 Thread Gerhard Froehlich

Great job guys!!


black holes are when GOD is dividing by zero
23 49 43 51 3A 20 31 32 33 35 33 34 38 31 31


-Original Message-
From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 29, 2001 4:59 PM
To: [EMAIL PROTECTED]; Cocoon-Users
Subject: [Announcement] Apache Cocoon 2.0 Release


Apache Cocoon 2.0 Released
--

   The Apache Cocoon development community is very proud to announce the
   long-awaited first stable release of the next generation of Apache
Cocoon.

   Apache Cocoon is an XML framework that raises the usage of
   XML and XSLT technologies for server applications to a new level.
   Designed for performance and scalability around pipelined SAX
   processing, Cocoon offers a flexible environment based on the
   separation of concerns between content, logic and style.
   A centralized configuration system and sophisticated caching
   top this all off and help you to create, deploy and maintain
   rock-solid XML server applications.

   Today, most web engineers consider XML as the key for an improved
   web model and web site managers see XML as a way to reduce costs
   and ease production. In an era where services rather than software
   will be key for economic success, a better and less expensive model
   for web publishing will be a winner, especially one based on open
   standards.

   This release of Cocoon is a complete rewrite of the first generation
   that removes all of those design constraints that emerged during
   almost three years of worldwide use.

   This release is considered stable in both implementation and on the API
   it provides: this means that the Apache Cocoon development community
   is now fully committed to preserve backwards compatibility with this
release.

   We value the time and energy that our users will spend in order to deploy
   Cocoon technologies in their solutions and will make all possible effort
   to keep Cocoon a solid platform to work on.

   For more information about Apache Cocoon, please go to

   http://xml.apache.org/cocoon/

   Thank for your interest and thanks to all who made this possible.


The Apache Cocoon Worldwide Community


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.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/faqs.html

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




RE: [Announcement] Apache Cocoon 2.0 Release

2001-11-29 Thread Artur Bialecki

Is there a migration guide (help) anywhere for
migrating from Cocoon 1.8.* to 2.0?

Thanks,

Artur...

 -Original Message-
 From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 29, 2001 10:59 AM
 To: [EMAIL PROTECTED]; Cocoon-Users
 Subject: [Announcement] Apache Cocoon 2.0 Release
 
 
 Apache Cocoon 2.0 Released
 --
 
The Apache Cocoon development community is very proud to announce the
long-awaited first stable release of the next generation of Apache
 Cocoon.
 
Apache Cocoon is an XML framework that raises the usage of
XML and XSLT technologies for server applications to a new level.
Designed for performance and scalability around pipelined SAX
processing, Cocoon offers a flexible environment based on the
separation of concerns between content, logic and style.
A centralized configuration system and sophisticated caching
top this all off and help you to create, deploy and maintain
rock-solid XML server applications.
 
Today, most web engineers consider XML as the key for an improved
web model and web site managers see XML as a way to reduce costs
and ease production. In an era where services rather than software
will be key for economic success, a better and less expensive model
for web publishing will be a winner, especially one based on open
standards.
 
This release of Cocoon is a complete rewrite of the first generation
that removes all of those design constraints that emerged during
almost three years of worldwide use.
 
This release is considered stable in both implementation and on the API
it provides: this means that the Apache Cocoon development community
is now fully committed to preserve backwards compatibility with this
 release.
 
We value the time and energy that our users will spend in order to deploy
Cocoon technologies in their solutions and will make all possible effort
to keep Cocoon a solid platform to work on.
 
For more information about Apache Cocoon, please go to
 
http://xml.apache.org/cocoon/
 
Thank for your interest and thanks to all who made this possible.
 
 
 The Apache Cocoon Worldwide Community
 
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.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/faqs.html

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




Re: [Announcement] Apache Cocoon 2.0 Release

2001-11-29 Thread Alexander Smirnoff

Great job guys! But...

As soon as I've installed new libraries I've got :

Original exception : java.lang.RuntimeException: Problem in
getTransformer:Error in creating Transform Handler
 at
org.apache.cocoon.transformation.TraxTransformer.setConsumer(TraxTransformer
.java:279)
 at
org.apache.cocoon.components.pipeline.CachingEventPipeline.connectPipeline(C
achingEventPipeline.java:352)
 at
org.apache.cocoon.components.pipeline.CachingEventPipeline.process(CachingEv
entPipeline.java:206)
 at
org.apache.cocoon.components.pipeline.CachingStreamPipeline.process(CachingS
treamPipeline.java:359)
 at
org.apache.cocoon.www.WEB_INF.conf.sitemap_xmap.wildcardMatchN4001B1(sitemap
_xmap.java:2158)
 at
org.apache.cocoon.www.WEB_INF.conf.sitemap_xmap.process(sitemap_xmap.java:19
08)
 at
org.apache.cocoon.www.WEB_INF.conf.sitemap_xmap.process(sitemap_xmap.java:18
61)
 at org.apache.cocoon.sitemap.Handler.process(Handler.java:163)
 at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:114)
 at org.apache.cocoon.Cocoon.process(Cocoon.java:514)

sitemap_xmap.java part of exception is:

2155  // performing link translation
2156  if (environment.getObjectModel().containsKey(
2157Constants.LINK_OBJECT)) {
2158eventPipeline.addTransformer (!link-translator!,
2159  null, emptyParam);
2160  }

What did I wrong?

Thanks,
Alex.


 Apache Cocoon 2.0 Released
 --

The Apache Cocoon development community is very proud to announce the
long-awaited first stable release of the next generation of Apache
 Cocoon.

Apache Cocoon is an XML framework that raises the usage of
XML and XSLT technologies for server applications to a new level.
Designed for performance and scalability around pipelined SAX
processing, Cocoon offers a flexible environment based on the
separation of concerns between content, logic and style.
A centralized configuration system and sophisticated caching
top this all off and help you to create, deploy and maintain
rock-solid XML server applications.

Today, most web engineers consider XML as the key for an improved
web model and web site managers see XML as a way to reduce costs
and ease production. In an era where services rather than software
will be key for economic success, a better and less expensive model
for web publishing will be a winner, especially one based on open
standards.

This release of Cocoon is a complete rewrite of the first generation
that removes all of those design constraints that emerged during
almost three years of worldwide use.

This release is considered stable in both implementation and on the API
it provides: this means that the Apache Cocoon development community
is now fully committed to preserve backwards compatibility with this
 release.

We value the time and energy that our users will spend in order to
deploy
Cocoon technologies in their solutions and will make all possible
effort
to keep Cocoon a solid platform to work on.

For more information about Apache Cocoon, please go to

http://xml.apache.org/cocoon/

Thank for your interest and thanks to all who made this possible.


 The Apache Cocoon Worldwide Community


 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.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/faqs.html

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




RE: upgrade from c2.rc2 or NOT? Re: [Announcement] Apache Cocoon 2.0 Release

2001-11-29 Thread Liam Morley

Cocoon 2 - bin comes with the .war file already compiled. You just need
to plop it in your webapps directory, and you're set. You will need to
edit your sitemap.xmap and any other files within the cocoon directory,
but that should be it.

Liam Morley


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

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