Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Cocoon


  
  Cocoon   (Site not responding. Last check: 2007-10-10)
The owners of Cocoon are Matt Hermer and Paul Deeming, Directors of Ignite Group Ltd. Their ambition is simple - to create a great all round restaurant experience, where the excellence of the food is matched by the ambience, the standard of service and the surroundings.
All the food at Cocoon is encouraged to be eaten family style with the food placed at the centre of the table for everyone to share.
The award winning ‘Miyabi Cocoon’ cocktail is made from Spiced Rum and Xante shaken with fresh apple juice and pear pulp served in a tall glass over ice, while ‘Nobara’ consists of ice cold Sake shaken with rose water and lemon zest, strained into a chilled martini glass and decorated with rose petals.
www.toprestaurants.com /london/cocoon.htm   (629 words)

  
 Apache Cocoon
Apache Cocoon is a web development framework built around the concepts of separation of concerns (making sure people can interact and collaborate on a project, without stepping on each other toes) and component-based web development.
Cocoon has been designed to coexist and interoperate side-by-side with your existing J2EE solutions or to give them new functionality without requiring any change in the existing infrastructure.
Live demos can be found on the "Cocoon Zone" at http://cocoon.zones.apache.org, including the Supersonic Tour of Cocoon, which gives an overview of the main concepts.
cocoon.apache.org /2.1   (442 words)

  
 Enterprise Java Community: Cocoon as a Web Framework   (Site not responding. Last check: 2007-10-10)
Cocoon's two parts, the publishing and web application frameworks, are related at the core level but may not seem so from the surface.
Cocoon uses a stylesheet defined in its examples to perform a transformation on the content to produce the page shown in figure 4.
Cocoon uses the concept of an action as an execution context, which is similar to Struts' actions.
www.theserverside.com /articles/article.tss?l=Cocoon   (4445 words)

  
 The Apache Cocoon Project
Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development.
Cocoon implements these concepts around the notion of 'component pipelines', each component on the pipeline specializing on a particular operation.
The Apache Cocoon project currently consists of Apache Cocoon itself.
cocoon.apache.org   (234 words)

  
 DVD Verdict Review - Cocoon
Cocoon is a clever blending of multiple genres, giving the viewing a fresh, new experience.
Cocoon reminds us of the potential sadness of living in a retirement village, but it also makes us realize that there are still possibilities when you get older.
Cocoon is hereby found not guilty on all charges and released to swim with the dolphins.
www.dvdverdict.com /reviews/cocoon.php   (1616 words)

  
 XML.com: Introducing Cocoon 2.0
But Cocoon 1.x was designed when the XML world was very young and experience was very small and it was based under several design choices that turned to be very limiting.
Cocoon was designed as an abstract engine that could be connected to almost anything, but it ships with servlet and command line connectors.
Cocoon ships with a number of these components which were donated over the years by users and developers.
www.xml.com /pub/a/2002/02/13/cocoon2.html   (1051 words)

  
 Learn the basics of Apache's Cocoon   (Site not responding. Last check: 2007-10-10)
The Apache Cocoon Web page doesn’t delve into the poetry behind the name, but its summation of the environment is entirely accurate: “Apache Cocoon is an XML publishing framework that raises the usage of XML and XSLT technologies for server applications to a new level.
Cocoon began its existence as a simple Java servlet that used standard W3C components to do its job: the document object model (DOM) for parsing documents, XML for capturing and formatting data, XSLT for transforming data and merging or manipulating XML documents, and XSL to manage document presentation for Web delivery.
Cocoon pipelines are conceptually similar to those used in UNIX systems, except that all elements in a Cocoon pipeline are SAX events created by parsing XML documents.
builder.com.com /5100-6387-5031745.html   (895 words)

  
 O'Reilly -- Safari Books Online - 0735712352 - Cocoon: Building XML Applications
Cocoon: Building XML Applications is a comprehensive hands-on guide to the Apache open source project, Cocoon.
Cocoon is an XML publishing platform already being used by companies such as Hewlett Packard and institutions such as NASA to build their next generation of Internet architectures.
Introduces Cocoon as a web publishing (and integration) framework that it is. Shows nicely how to use xml-based technology to create web-sites like portals that integrate external and internal data sources without writing any java code.
safari.oreilly.com /0735712352   (859 words)

  
 ...: Cocoon :...
Welcome to Cocoon, the medical network for the EU Cocoon is an integrated project aimed at supporting health care professional in reducing risk management in their daily practices by building knowledge driven and dynamically adaptive networked communities whitin European health care systems.
The Canadian province of Manitoba is taking its first steps in a plan to address medical errors with a report that 19 patients of the Winnipeg Regional Health Authority died as the result of medical mistakes during a nine-month period last year.
Cocoon is an integrated project aimed at supporting health care professional in reducing risk management in their daily practices by building knowledge driven and dynamically adaptive networked communities whitin European health care systems.
www.cocoon-health.com   (450 words)

  
 Cocoon: XML and web application development
Cocoon has been under active development for 4 years now, and features a vibrant user and developer community.
Cocoon essentially is a large Java server application, most commonly deployed as a Servlet, capable of (mostly HTTP) request processing.
In all its basic essence, this is how every request is handled in Cocoon: a lookup of the relevant pipeline in the sitemap, processing a SAX event stream by said pipeline, and serializing the result into a byte stream for network transport.
www.idealliance.org /papers/dx_xmle04/papers/02-06-01/02-06-01.html   (877 words)

  
 Transform data into Web applications with Cocoon - Java World
Cocoon is officially defined as an XML publishing engine, and while technically correct, the description does not do the product justice.
The best way to understand Cocoon is to view it as a framework for generating, transforming, processing, and outputting data.
Think of Cocoon as a machine that receives data from a wide variety of sources, applies various processing to it, and spits data out in the desired format.
www.javaworld.com /javaworld/jw-09-2002/jw-0920-cocoon.html   (730 words)

  
 The Cocoon Processing Model > Framework Layer   (Site not responding. Last check: 2007-10-10)
As an example, Cocoon also provides a command-line interface; in fact, this is the method that is used to generate the documentation via the Ant build process.
Cocoon is similar to most modern-day applications in that it is made up of layers of processing technology.
It should come as no surprise to discover that Cocoon is made up of layers of technology (see Figure 3.1) that gradually focus in on the ultimate purpose: running your code in your application.
www.informit.com /articles/article.asp?p=31454   (720 words)

  
 Cocoon Plugin for Struts 1.1+
Struts forwards are passed to Cocoon to be rendered in Cocoon XML pipelines.
Mimizes Cocoon complexity - Much of Cocoon's complexity was due to the size and complexity of its sitemap, the file that describes the XML pipelines among other things.
Cocoon is very configurable - Lately, Cocoon has put a lot of effort into simplifying its core functionality and putting as much as possible into pluggable "blocks".
struts.sourceforge.net /struts-cocoon/index.html   (907 words)

  
 Ghost Cocoon Bait Thread   (Site not responding. Last check: 2007-10-10)
It is packaged in a unique plastic protective outer container to prevent contamination from bait juices which means that you do not have to use a bait thread that smells of rotten bait from a previous fishing trip.
Because Ghost Cocoon is so strong, you will need to cut the thread away with a pair of scissors or knife when rebaiting.
Ghost Cocoon is unique in that it is virtually invisible once applied to a bait and with the thread in the plastic container plus with the thread being pulled from within itself rather than being wound around ensures that it is fresh and great condition whenever you use it.
www.ghostcocoon.com   (627 words)

  
 InformationWeek.com   (Site not responding. Last check: 2007-10-10)
Cocoon, part of the Apache Extensible Markup Language Project (xml.apache.org), will also give developers a way to cleanly separate management of Web content, presentation, and programming logic.
Cocoon is an open-source project that makes use of many new standards, such as Document Object Model Level 2, Simple API for XML 2.0, XML, XSL, and XSL Transformations.
Cocoon can also act as an application server, detecting the type of client from the HTTP request header, transforming the XML source file on-the-fly into the appropriate format, and sending it back to the user (see diagram, below).
www.informationweek.com /787/cocoon.htm   (973 words)

  
 Apache Cocoon - Wikipedia, the free encyclopedia
Apache Cocoon, often just called Cocoon, is a web development framework built around the concepts of separation of concerns and component-based web development.
Cocoon is also commonly used as a data warehousing ETL tool or as middleware for transporting data between systems.
The sitemap is at the core of Cocoon.
en.wikipedia.org /wiki/Apache_Cocoon   (580 words)

  
 Integrate Cocoon with PostgreSQL for XML-driven Apps
When you develop with Cocoon and use XML for your source data, chances are you will need to integrate with a relational database.
If you use a version of Cocoon released after this article was published (in other words, greater than 2.1.6), you may not need to perform the patch described in the next paragraph because a newer version of Cocoon may already include the necessary changes.
Tomcat is the container for Cocoon, so a globally accessible driver in Tomcat will be accessible by the Tomcat servlet container, Cocoon, and any other servlets you place within the Tomcat container.
www.devx.com /opensource/Article/27102/1954?pf=true   (1886 words)

  
 Ovidiu Predescu's Weblog: Cocoon Archives
I've recently found that the Apache Cocoon project, and perhaps other projects too, are going to remove @author tags from the source code.
Jeff Turner was proposed by Stefano as a Cocoon committer!
Cocoon has pulled the rug out from under developers over and over again with great ideas that run contrary to web development norms.
www.webweavertech.com /ovidiu/weblog/archives/cat_cocoon.html   (5011 words)

  
 Up and running with Cocoon   (Site not responding. Last check: 2007-10-10)
Cocoon can be downloaded as a prebuilt binary distribution, or, if you are really keen on getting the code and building the application locally, you can log on to the Apache CVS (concurrent versioning system) and pick up the latest copy of the source.
If the Cocoon version you have is 2.0.2, I suggest avoiding Tomcat versions higher than 4.0.1.
Cocoon is definitely not just another open source project; it has matured to a stage where it does a great job of enabling rapid development and deployment of robust applications.
builder.com.com /5100-6387-1044881.html   (824 words)

  
 An Introduction to Apache Cocoon 2.1
Cocoon supports the Model View Controller (MVC) pattern in the form of "Cocoon flow" as an added layer of control on top of the sitemap.
Cocoon, with the help of Continuations, breaks through this paradig, allowing the flow logic to be described sequentially and within a single location.
With Cocoon MCV, the Model would be the Java code; the component pipelines represent the Views, and the Controller is the Cocoon flow controller.
www.developer.com /xml/print.php/10929_3098661_2   (713 words)

  
 Publishing XML Documents in PDF and HTML with Cocoon
Cocoon can create result documents in a variety of formats, including HTML and PDF.
Cocoon's popularity reflects that of the Adobe's PDF format, which most vendors prefer for e-mailing richly formatted printable documents and reports.
You should understand though that Cocoon actually uses XSP, which is a file format that combines Java and XML to render output.
www.devx.com /opensource/Article/21670/1954?pf=true   (1418 words)

  
 Use continuations to develop complex Web applications
Cocoon's support for different transformations means that you can easily present content in multiple formats.
Cocoon uses a processing pipeline to describe the sequence of steps followed in handling a request and generating the corresponding response.
Struts Flow is a port of Apache Cocoon's Control Flow to Struts that allows development of continuations-based applications using Apache Struts.
www-128.ibm.com /developerworks/java/library/j-contin.html   (6240 words)

  
 Cocoon
A group of senior citizens residing in a rest home find their lives turned upside down after they are offered the gift of eternal youth by benevolent aliens in Ron Howard’s wonderful tribute to the human spirit.
Brian Dennehy is Walter, an alien who returns to earth to rescue 20 of his friends now hibernating in cocoons off the coast of Florida.
COCOON, one of the best films of the 1980s, is a heartwarming story that should be treasured for generations.
www.rottentomatoes.com /m/cocoon/about.php   (792 words)

  
 Amazon.com: Cocoon: DVD: Don Ameche,Wilford Brimley,Hume Cronyn,Brian Dennehy,Jack Gilford,Steve Guttenberg,Maureen ...   (Site not responding. Last check: 2007-10-10)
The aliens unzip and zip on their human costumes - the initial unveiling, witnessed by the boat captain, is beautiful and worthy of an award - and stash their rescued buddies in the compound's swimming pool.
He hated movies, in general, but his reaction to "Cocoon" was gratifyting to me. I could analyze many aspects of the film, but there's little to say, other than the fact that the actors were in touch with their material and ran with it.
The Film COCOON is a definite classic.It's much more than just a comedy.The basic outline of the Aliens who come to rescue their groundcrew and how some old folks get involved is revealing on many levels.
www.amazon.com /Cocoon-Don-Ameche/dp/B00020HAV0   (1545 words)

  
 TSS Article: Cocoon as a Web Framework
Cocoon introduces component pipelines, where each component specializes in a particular operation, allowing you to 'hook together' components into pipelines without any required programming.
Cocoon isn't just XSL transformations any more, and I invite everyone to take a look at the newer versions of this powerful framework (mind you, I'm a Cocoon committer so I'm definitely, and willingly, biased).
Alas, the Cocoon documentation, although improving, is not on par with the framework achievements.
www.theserverside.com /news/thread.tss?thread_id=24803   (6896 words)

  
 webservices.xml.com: Creating SOAP Services with Cocoon
Apache Cocoon, part of the Apache XML Project and soon to become a top-level project, is a highly flexible web publishing framework for creating application from reusable components.
Cocoon can be used to build web services based on its standard building blocks.
A Cocoon Subsystem is a portion of a larger Cocoon application solution that accepts and emits an XML document.
www.xml.com /pub/a/ws/2003/03/18/cocoon.html   (1398 words)

  
 Cocoon Zone - Cocooning Online Store
Cocoon Zone.com is intended for individuals seeking peace of mind in a stay-at-home lifestyle.
Cocooning is a phenomenon arising out of a growing North American concern for safety and comfort in the home.
Cocoon Zone.com makes every effort to meet the needs of cocooners by providing them with original and avant-garde products that any household will find practical and easy to use.
www.cocoonzone.com   (146 words)

  
 Cocoon Features   (Site not responding. Last check: 2007-10-10)
Apache Cocoon is a web development framework built around the concepts of component-based web development and separation of concerns, ensuring that people can interact and collaborate on a project without stepping on each other toes.
Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing in a particular operation (usual pipeline uses a Generator, Transformers and a Serializer).
Cocoon is in use at many live sites and on many company networks.
www.sil.org:8090 /docs/features.html   (592 words)

  
 Installing Apache Cocoon   (Site not responding. Last check: 2007-10-10)
Cocoon requires a Java compiler for installation and for running some components like XSP etc. For components, the default configuration of Cocoon does not use the compiler in JAVA_HOME, but a version shipped with Cocoon.
Cocoon is bundled with the Batik (SVG rasterization toolkit) to deliver SVG imaging capabilities.
Cocoon uses Jakarta Ant for the build and installation, and comes with a build script ([unix]./build.sh, [win32].\build.bat) that automates the process.
www.sil.org:8090 /docs/installing/index.html   (2610 words)

  
 APOD: 2002 October 14 - IC 5146: The Cocoon Nebula   (Site not responding. Last check: 2007-10-10)
Each day a different image or photograph of our fascinating universe is featured, along with a brief explanation written by a professional astronomer.
Cocoon Nebula, cataloged as IC 5146, is a strikingly beautiful nebula located about 4,000
Inside the Cocoon is a newly developing open cluster of stars.
antwrp.gsfc.nasa.gov /apod/ap021014.html   (138 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.