• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Cocoon

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends...
may be I am asking a question which is very simple for others...
What is cocoon ? and where do we use it in our application?
I checked on Oreilly apache sites. But didn't get completely...
is it used to transform one XML doc to some other type like .pdf or viceversa?

pleaz help
thanx in advance ,
Deepika
 
Ranch Hand
Posts: 152
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is cocoon ?
Cocoon is a java Servlet. It's also called a web publishing framework.
and where do we use it in our application?
You use it with tomcat or some other servlet engine/component to facilate the transformation of xml files, (into html, pdf, wml etc), using stylesheet files.
You should check out this link to get a fuller understanding.
http://www.oreilly.com/catalog/javaxml/chapter/ch09.html
frank
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic