MAC CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>

7-DAY TOP DOWNLOAD

#
Program
iPhone and iPod
Firmware 3.1.2

14,981
Internet Explorer
5.2.3

5,666
Apple GarageBand
Update 5.1

3,481
Toast Titanium
10.0.4

3,403
Apple iLife '09
3,371
RAR Expander 0.8.5
Beta 3 / 0.8.4

3,164
aMule 2.2.6
3,154
Kid Pix Deluxe 3X
Update 1.2.4

2,917
Matlab 7.9
2,793
Google Chrome
4.0.249.12

2,759

WEEK'S BEST

  • HandBrake 0.9.4
  • Apple iPhoto Updat...
  • Thunderbird 3.0.0 ...
  • VueScan 8.5.39
  • Opera 10.20 Build ...
  • Dropbox 0.7.73 RC ...
  • Adobe Lightroom 3....
  • Google Earth 5.1.3...
  • Camino 2.0
  • Vuze (formerly Azu...
  • Safari 4.0.4
  • OnyX 2.1.1
  • FileZilla 3.3.0.1
  • Quicksilver 1.0 Be...
  • Cocktail 4.6.1
  • Picasa 3.5.2.90
  • Adobe Shockwave Pl...
  • VLC Media Player 1...
  • LimeWire X 5.4.2 B...
  • Apple iTunes 9.0.2
  • VirtualBox 3.1.0 B...
  • FileZilla 3.3.0.1
  • Mozilla Firefox 3....
  • aMSN 0.98.1
  • NeoOffice 3.0.1 Pa...
  • VMware Fusion 3.0....
  • Quinn 3.5.7
  • App Store Expense ...
  • Ableton Live 8.0.9
  • Parallels Desktop ...
  • Home / Mac / Developer Tools
     Report spyware

    Apache Cocoon 2.2.0

    Download button

    No screenshots available
    Downloads: 523  Add to download basket  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Size / OS:

    Binary Format:

    Last Updated:

    Category:
    Server Logistics | More programs
    Freeware / FREE
    8.6 MB / Mac OS X 10.2 or later
    Universal Binary Universal Binary
    December 7th, 2008, 11:14 GMT
    C: \ Developer Tools

     Read user reviews (0)  Add a review  Refer to a friend  Subscribe

     

    Apache Cocoon description

     

    Free and open source XML publishing framework

    Apache Cocoon is a Spring-based framework built around the concepts of separation of concerns and component-based development.

    Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing on a particular operation. This makes it possible to use a Lego(tm)-like approach in building web solutions, hooking together components into pipelines, often without any required programming.

    Cocoon used as web framework is "web glue for your web application development needs". It is a glue that keeps concerns separate and allows parallel evolution of all aspects of a web application, improving development pace and reducing the chance of conflicts.

    In particular it makes it easy to support multiple output formats, comes with a JSR-168 compatible Portal implementation and offers continuation based web controller implementations.

    Here are some key features of "Cocoon":

    Usage scenarios - as you would expect, all of these scenarios can be combined.
    · Dynamic multi-channel web publishing (see below for the possible datasources and output formats)
    · Create static content (automatically) by separating data from view
    · Offline generation modes with Cocoon's own offline facilities: command-line interface (CLI), ant task, bean. Also with Apache Forrest which utilises Cocoon.
    · Dynamic document preparation with Apache Forrest, the 'forrest run' mode. Use many different data input formats, see the transformed result immediately in the browser.
    · Advanced web applications with J2EE integration (with separation of your data, the view and the flow logic --> this really means you can change one of the parts without touching another)
    · Develop your company portal using the Cocoon Portal framework
    · Support multiple clients, layouts and languages (i18n) without code duplication
    · Integrate Cocoon with your existing web applications or use it to put a better face on them (page scraping)
    · Add full-text search to any datasource that can be converted to XML (see below)
    · Use Cocoon as the base for Enterprise Application Integration (EAI)
    · Use Cocoon as the base for your Content Management System (CMS) (see Apache Lenya, Daisy CMS and Hippo CMS)
    · Use Cocoon for producing mobile content (mobile phones, PDAs)
    · Datawarehouse reporting across multiple formats (see xReporter)

    Connect your datasources - out of the box, the following data can be converted to XML to be processed by Cocoon pipelines.
    · XML Files
    · XML based (Web) services
    · RDBMS (via JDBC, including connection pooling)
    · XML databases
    · SAP (r) Systems by adding the SAP JavaConnector see http://service.sap.com/connectors/ (accessible for all SAP (r) customers)
    · WebDAV
    · CVS (supported by the external project CVSSource)
    · Text-based file formats, either using the integrated Chaperon parser for a yacc-like approach to parsing, or the "slop" component (Simple Line Oriented Parser).
    · Velocity templates
    · JXPath/Jexl templates
    · eXtensible Server Pages (XSP) with wide range of logicsheets (database, mailing, ...)
    · Python (Jython) and generic BSF support
    · JSP
    · Filesystem (traversing directory hierarchies)
    · Any information provided by environment (request, session)
    · Flash
    · XMidi
    · LDAP - Lightweight Directory Access Protocol
    · Easily aggregate different datasources

    Transform your XML based on standards:
    · XSLT (The default XSLT-Engine is Apache Xalan, XSLTC is included in the Cocoon distribution, other XSLT-Engines like Saxon can be easily integrated)
    · STX (Streaming Transformations for XML)
    · XInclude with XPointer framework support

    Serialize your XML to various output formats:
    · XML
    · HTML
    · XHTML
    · PDF
    · OpenOffice.org/StarOffice
    · MS Excel
    · RTF
    · Postscript
    · Charts (see external project Fins)
    · Flash
    · Plain text
    · Scalable Vector Graphics (SVG)
    · MIDI
    · ZIP archives

    What else we can do for you:
    · tight integration with the Spring framework
    · Modularize your applications using blocks
    · Coexist and interoperate side-by-side with your existing J2EE solutions (EJB, JMS, ...)
    · Build your Portals based on Cocoon
    · Scheduler - Run background tasks for maintenance, etc.
    · Caching on many levels
    · Integrated search engine (using Lucene)
    · DELI (detect client configuration)
    · Catalog Entity Resolver to map to local copies of DTDs and other resources
    · Publish your own WebServices (Apache Axis is integrated)
    · Java Mail support
    · Easy integration of object-relational frameworks (Hibernate, OJB, ...)
    · I18n support (translation support)
    · Easily extensible by clear interfaces
    · Many, many examples and samples
    · Integration of Java data binding frameworks (Castor, Betwixt)

    Form handling frameworks:
    · Enhanced form handling with strong validation through Cocoon Forms
    · Easy integration of (future) XForms clients

    Requirements:

    · Apache

     


    TAGS:

    xml framework | web framework | xml conversion | xml | framework | convert



    HTML code for linking to this page:


    Go to top

    Windows tabGames tabDrivers tabMac tabLinux tabScripts tabMobile tabHandheld tabGadgets tabNews tab

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   ENTER NEWS SITE   |   ENGLISH BOARD   |   ROMANIAN FORUM