Skip to content
levancho edited this page Sep 13, 2010 · 38 revisions

Examples
Latest War

The YUI Java Loader is deriviative work and is fully Based on YUI PHP Loader:

All Future bug fixes will be aligned with YUI PHPLoader untill First GA Release.

Desc: (Almost Same as PHP Loader)

The YUI Java Loader Utility is a server-side utility that allows you to
load specific YUI components and their dependencies into your page.
YUI Java Loader can operate as a holistic solution by loading all of your
necessary YUI components, or it can be used to add one or more components
to a page on which some YUI content already exists.
It can also let you load your own JS files and build Combo URLs

YUIJavaloader requires a webserver Container with support for JSP and Servlet .
such as: Apache Tomcat,it can also run in popular J2EE Enterprize Containers
such as: GlasshFish.

The code for YUIJavaloader is provided under a BSD license:

State: 0.7.0-Alpha

Required Libs

  • ehcache-core-1.7.0 —> Caching
  • json_simple-1.1.jar —> JSON Parser
  • slf4j-api-1.5.8.jar —> Dependency from Ehcache + used within Source
  • slf4j-log4j12-1.5.8.jar—>slf4j wrapper for Log4j
  • log4j-1.2.15.jar —> Log4j impl
    *yuicompressor-2.4.2.jar (Not Yet)

Documentation:

TODO

WARNING

Project is still 0.7.0-Alpha

  • use it at your own risk __ risky_smiley_here__
Clone this wiki locally