Liferay Dependencies

Liferay Licensing & Dependency Tracking (as of version 4.1.2)#

Core Liferay Jars#

The following jars are created when Liferay is compiled and are included in the official Liferay distribution. They are distributed under an MIT license.

{| border="1" cellspacing="0"

Jar File Name

-

compression-filter.jar

-

counter-ejb.jar

-

documentlibrary-ejb.jar

-

ext-ejb.jar

-

lock-ejb.jar

-

mail-ejb.jar

-

portal-client.jar

-

portal-ejb.jar

-

portal-kernel.jar

-

secure-filter.jar

-

strip-filter.jar

-

util-bridges.jar

-

util-java.jar

-

util-taglib.jar

}
Hibernate & Its Dependencies#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

antlr.jar

BSD

ANTLR 2.7.6 RC1

Hibernate: Lexer/Parser

http://www.antlr.org/

-

asm.jar

Apache deriv.

ASM

Hibernate: Java bytecode manipulation framework

http://asm.objectweb.org/

-

asm-attrs.jar

Apache deriv.

ASM

Hibernate: Java bytecode manipulation framework

http://asm.objectweb.org/

-

cglib.jar

Apache

Code Generation Library

Hibernate: For proxy objects

http://cglib.sourceforge.net/

-

ehcache.jar

LGPL

ehcache 1.1

Hibernate: Caching Library

http://ehcache.sourceforge.net/

-

hibernate3.jar

LGPL

Hibernate 3.2 CR2

Hibernate: O/RM

http://www.hibernate.org/

-

jgroups.jar

LGPL

JGroups 2.2.8

Hibernate/OSCache: Multicast communication library

http://www.jgroups.org/javagroupsnew/docs/index.html

-

oscache.jar

Apache

OSCache 2.3

Hibernate: Caching

http://www.opensymphony.com/oscache

}
Chat / IM Portlets#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

icq.jar

LGPL

JOscarLib (unknown version)

Instant Messenger Lib (ICQ/AIM) (used by com.liferay.portal.im.ICQConnector in the portal-ejb/src directory)

http://sourceforge.net/projects/ooimlib/

-

jaim.jar

GPL

JAIMBot 1.4

Java Instant Messaging Library (used by com.liferay.portal.im.AIMConnector in the portal-ejb/src directory)

http://jaimlib.sourceforge.net/

-

msnm.jar

BSD

MSNM 1.2.2

MSN Messenger API (used by com.liferay.portal.im.MSNMessageAdapter in the portal-ejb/src directory)

http://sourceforge.net/projects/jmsn

-

nfc-server.jar

LGPL

NFC Chat 1.1.0 (patched)

NFC Chat Server (used by com.liferay.applets.chat package in the applets/chat/src directory and com.liferay.portlet.chat in the portal-ejb/src directory)

http://sourceforge.net/projects/nfcchat

-

ym.jar

GPL

jYMSG 0.6

Yahoo Instant Messenger Support for Java (used by com.liferay.portal.im.YMConnector in the portal-ejb/src directory)

http://jymsg9.sourceforge.net/

}
Wiki Portlet#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

friki.jar

GPL

Friki 2.1.1

Wiki software (used by com.liferay.portlet.wiki.util package in the portal-ejb/src directory)

http://sourceforge.net/projects/friki

}
Google Portlet#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

google.jar

Google license -- for personal use only

Google SOAP Search API

Google Search API (used by com.liferay.portlet.google package in the portal-ejb/src directory)

http://www.google.com/apis/download.html

}
Games / Minesweeper Portlet#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

minesweeper.jar

Source is Freely Available, but doesn't explicitly give permission

Minesweeper

?

http://www.rashbrook.org/javamine/

}
SysAdmin Portlets#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

secureftp.jar

commercial

Secure FTP 1.6.3

in the portal-web/docroot/applets directory (package name is edu.sdsc.secureftp and doesn't appear to be directly referenced by Liferay code)

http://www.glub.com/products/secureftp/

-

SSHTermApplet-jdk1.3.1-dependencies-signed.jarSSHTermApplet-signed.jarSSHTermApplet-jdkbug-workaround-signed.jar

GPL

SSHTerm 0.2.2

in the portal-web/docroot/applets/sshterm directory (package name is com.sshtools and doesn't appear to be directly referenced by Liferay code)

http://sourceforge.net/projects/sshtools/

-

SSHVncApplet-jdk1.3.1-dependencies-signed.jarSSHVncApplet-signed.jarSSHVncApplet-jdkbug-workaround-signed.jar

GPL

SSHVnc 0.1.3

in the portal-web/docroot/applets/sshvnc directory (package name is com.sshtools and doesn't appear to be directly referenced by Liferay code)

http://sourceforge.net/projects/sshtools/

}
Polls & Sample Struts Portlets#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

jfreechart.jar

LGPL

JFreeChart 1.0.1 (removed META-INF/MANIFEST.MF)

Chart Rendering Library; usages:class com.liferay.portlet.polls.action.ViewChartAction in the portal-ejb/src directoryclass com.liferay.portlet.polls.util.PollsUtil in the portal-ejb/src directoryclass com.liferay.struts.struts.action.ViewChartAction in the portlets/sample-struts-portlet.war/WEB-INF/src directory

http://www.jfree.org/jfreechart/

-

jcommon.jar

LGPL

JCommon 1.0.0

Support library for JFreeChart & JFreeReport (used by jfreechart.jar, above)

http://www.jfree.org/jcommon/index.php

}
Wireless Bitmap Component#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

wbmp.jar

"currently free for evaluation with all rights reserved"

WBMPMaster 1.03

can read virtually any image file such as GIF, JPEG, java.awt.Image, pixel array etc. and convert it into Wireless Bitmap (WBMP) on the fly; usagesclass com.liferay.util.ImageUtil in the util-java/src directory

http://www.saunalahti.fi/jviinama/WBMPMaster.html

}
High-performance Collections Component#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

trove.jar

LGPL

Trove 1.1b4

High-performance collections; usages:class com.liferay.util.CollectionFactory in the util-java/src directoryclass com.liferay.util.SystemProperties in the util-java/src directory

http://trove4j.sourceforge.net

}
Spell-checking Component#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

jazzy.jar

LGPL

Jazzy 0.5

Java Spellcheck Library; usages:class com.liferay.portlet.words.util.WordsUtil in the portal-ejb/src directoryclass com.liferay.util.jazzy.BasicSpellCheckListener in the util-java/src directory

http://jazzy.sourceforge.net/

}
RSS Reader / Writer Component#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

informa.jar

LGPL

Informa 0.6.5

RSS Reader / Writer; usages:class com.liferay.portlet.blogs.service.impl.BlogsEntryLocalServiceImpl in the portal-ejb/src directoryclass com.liferay.portlet.messageboards.service.impl.MBMessageLocalServiceImpl in the portal-ejb/src directoryclass com.liferay.portlet.rss.util.comparator.ItemComparator in the portal-ejb/src directoryclass com.liferay.portlet.rss.util.RSSConverter in the portal-ejb/src directoryclass com.liferay.util.RSSUtil in the util-java/src directory

http://informa.sourceforge.net/

}
WSDL Component#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

wsdl4j.jar

Common Public License

WSDL4J 1.5.1

reference implementation for JSR110 'JWSDL' (jcp.org) -- Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents; usages: none found in Liferay source code -- likely depended on by WSRP4J or Axis

http://sourceforge.net/projects/wsdl4j

}
OpenLaszlo 3.3.3#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

activation.jar

Sun license that allows for redistribution

JavaBeans Activation Framework (unknown version)

standard services to determine the type of an arbitrary piece of data (found in development directory, not portal directory -- is it deployed?)

http://java.sun.com/products/javabeans/jaf/downloads/index.html

-

axis.jar

Apache

Axis ?

web services

http://ws.apache.org/axis/

-

batik-css.jar

Apache

Batik SVG Toolkit ?

SVG graphics library

http://xmlgraphics.apache.org/batik/

-

batik-svggen.jar

Apache

Batik SVG Toolkit ?

SVG graphics library

http://xmlgraphics.apache.org/batik/

-

batik-util.jar

Apache

Batik SVG Toolkit ?

SVG graphics library

http://xmlgraphics.apache.org/batik/

-

commons-beanutils.jar

Apache

Jakarta Commons Beanutils ?

http://jakarta.apache.org/commons/

-

commons-collections.jar

Apache

Jakarta Commons Collections ?

http://jakarta.apache.org/commons/

-

commons-discovery.jar

Apache

Jakarta Commons Discovery ?

http://jakarta.apache.org/commons/

-

commons-httpclient-2.0-rc1.jar

Apache

Jakarta Commons HttpClient 2.0 RC 1

http://jakarta.apache.org/commons/

-

commons-jexl-1.0-dev.jar

Apache

Jakarta Commons Jexl 1.0

http://jakarta.apache.org/commons/

-

commons-logging.jar

Apache

Jakarta Commons Logging ?

http://jakarta.apache.org/commons/

-

ftp.jar

LGPL

edtFTPj ?

FTP functionality

http://www.enterprisedt.com/products/edtftpj/

-

iso-relax.jar

MIT

ISO RELAX ?

public interfaces necessary to support RELAX Core

http://iso-relax.sourceforge.net/

-

jakarta-regexp-1.2.jar

Apache

Jakarta Regexp 1.2

http://jakarta.apache.org/regexp/

-

jaxrpc.jar

Sun license that allows for redistribution

JAX-RPC (unknown version - 1.1?)

Java API for XML-Based RPC

http://java.sun.com/webservices/jaxrpc/

-

jdom.jar

Apache

JDOM ?

DOM Manipulation Library

http://www.jdom.org/

-

jing.jar

MIT

Jing ?

A RELAX NG validator in Java

http://www.thaiopensource.com/relaxng/jing.html

-

jython.jar

BeOpen / CNRI - "safe"

Jython ?

An implementation of python in Java

http://www.jython.org/

-

log4j-1.2.6.jar

Apache

Log4j 1.2.6

Logging

http://logging.apache.org

-

lps-3.3.3.jar

CPL

OpenLaszlo 3.3.1

http://www.openlaszlo.org/

-

saaj.jar

Apache

Axis ?

Web Services

http://ws.apache.org/axis/index.htm

-

sac.jar

MIT

SAC (unknown version - 1.3?)

The Simple API for CSS

http://www.w3.org/Style/CSS/SAC/

-

saxon-6.5.3-lz-p1.jar

MPL

Saxon 6.5.3

XSLT and XQuery processor

http://saxon.sourceforge.net/ http://sourceforge.net/projects/saxon

-

swflib.jar

Apache

JGenerator (unknown version, and small subset of that with only one class file -- com.iv.tags.FlashMovie)

A library for manipulating / generating SWF flash files

http://sourceforge.net/projects/jgen/ http://www.jzox.com/products.jsp

-

wsdl4j.jar

Common Public License

WSDL4J ?

reference implementation for JSR110 'JWSDL' (jcp.org) -- Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents

http://sourceforge.net/projects/wsdl4j

-

xmlrpc-1.2-b1.jar

Apache

Apache XML-RPC 1.2-b1

a Java implementation of XML-RPC

http://ws.apache.org/xmlrpc/

-

xpp3-1.1.3.4d_b4.jar

Apache deriv.

XPP3 1.1.3.4d_b4

XmlPull parsing engine

http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html

}
Yet to Be Categorized Liferay Dependencies#

{| width="97%" border="1" cellspacing="0"

Jar File Name

License

Source

Used By: Description

Link

-

activation.jar

Sun license that allows for redistribution

JavaBeans Activation Framework (unknown version)

standard services to determine the type of an arbitrary piece of data (found in development directory, not portal directory -- is it deployed?)

http://java.sun.com/products/javabeans/jaf/downloads/index.html

-

activemq.jar

Apache

Apache ActiveMQ 3.2

JMS 1.1 Message Fabric

http://www.activemq.org

-

ant.jar

Apache

Ant 1.6.5

For building the project, etc.

http://ant.apache.org/

-

aopalliance.jar

Public Domain

AOP Alliance (unknown version)

Aspect-Oriented Programming

http://aopalliance.sourceforge.net/

-

axis.jar

Apache

Axis 1.4 (removed log4j.properties)

web services

http://ws.apache.org/axis/

-

axis-ant.jar

Apache

Axis 1.4 (removed log4j.properties)

web services

http://ws.apache.org/axis/

-

burlap.jar

Apache

Caucho Burlap 2.1.2

a lightweight XML RPC protocol

http://www.caucho.com/resin-3.0/protocols/burlap.xtp

-

commons-beanutils.jar

Apache

Jakarta Commons Beanutils 1.7.0

http://jakarta.apache.org/commons/

-

commons-codec.jar

Apache

Jakarta Commons Codec 1.3

http://jakarta.apache.org/commons/

-

commons-collections.jar

Apache

Jakarta Commons Collections 3.1

http://jakarta.apache.org/commons/

-

commons-configuration.jar

Apache

Jakarta Commons Configuration 1.1

http://jakarta.apache.org/commons/

-

commons-dbcp.jar

Apache

Jakarta Commons DBCP 1.2.1

http://jakarta.apache.org/commons/

-

commons-digester.jar

Apache

Jakarta Commons Digester 1.6

http://jakarta.apache.org/commons/

-

commons-discovery.jar

Apache

Jakarta Commons Discovery 0.2

http://jakarta.apache.org/commons/

-

commons-email.jar

Apache

Jakarta Commons Email 1.0

http://jakarta.apache.org/commons/

-

commons-fileupload.jar

Apache

Jakarta Commons FileUpload 1.1dev (July 15, 2005, 1.1 makes all file names lower case)

Used when uploading files to the Document Library

http://jakarta.apache.org/commons/

-

commons-httpclient.jar

Apache

Jakarta Commons HttpClient 3.0

http://jakarta.apache.org/commons/

-

commons-io.jar

Apache

Jakarta Commons IO 1.0

http://jakarta.apache.org/commons/

-

commons-lang.jar

Apache

Jakarta Commons Lang 2.1

http://jakarta.apache.org/commons/

-

commons-logging.jar

Apache

Jakarta Commons Logging 1.1

http://jakarta.apache.org/commons/

-

commons-pool.jar

Apache

Jakarta Commons Pool 1.2

http://jakarta.apache.org/commons/

-

commons-validator.jar

Apache

Jakarta Commons Validator 1.1.4

http://jakarta.apache.org/commons/

-

compass.jar

Apache

Compass 0.9.0

Java Search Engine Framework

http://www.opensymphony.com/compass/

-

concurrent.jar

Public Domain

util.concurrent 1.3.4

http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html

-

displaytag.jar

Artistic License

Display Tag Library 1.1

http://displaytag.sourceforge.net/

-

dom4j.jar

"BSD Style"

dom4j 1.6.1

DOM Tree Manipulation

http://www.dom4j.org/

-

easyconf.jar

Apache

EasyConf 0.9

Configuration Management

http://easyconf.sourceforge.net/

-

gif89.jar

public domain & BSD derivative

Gif89Encoder (unknown version - 0.9.0b?)

Java class library for encoding GIFs

http://jmge.net/java/gifenc/

-

hessian.jar

Apache

Hessian 2.1.12

binary web services

http://www.caucho.com/hessian/

-

httpbridge.jar

MIT

HttpBridge 0.9.6 (patched)

HTTP Proxy

http://httpbridge.sourceforge.net/index.html

-

j2ee-management.jar

Sun license that allows for redistribution

J2EE 1.4 javax.management.j2ee pacakage

J2EE 1.4 javax.management.j2ee pacakage (implementation of JSR 77)

http://java.sun.com/j2ee/tools/management/downloads/index.html

-

jackrabbit-core.jar

Apache

Jackrabbit 1.0.1

Java Content Repository Implementation

http://jackrabbit.apache.org/

-

jackrabbit-index-filters.jar

Apache

Jackrabbit 1.0.1

Java Content Repository Text Indexing Tools

http://jackrabbit.apache.org/

-

jackrabbit-jcr-commons.jar

Apache

Jackrabbit 1.0.1

Java Content Repository Implementation

http://jackrabbit.apache.org/

-

jaxen.jar

Apache

Jaxen 1.1b4

Java Xpath Library

http://jaxen.codehaus.org/index.html

-

jaxrpc.jar

Sun license that allows for redistribution

JAX-RPC (unknown version - 1.1?)

Java API for XML-Based RPC

http://java.sun.com/webservices/jaxrpc/

-

jcr.jar

Redistributable from Day Management under specific terms

JCR 1.0

JSR-170 Content Repository for Java Technology API Specification

http://www.day.com/maven/jsr170/distributions/ http://jcr.day.com/ (?)

-

jdom.jar

Apache

JDOM 1.0

DOM Manipulation Library

http://www.jdom.org/

-

jsonrpc.jar

Apache

JSON-RPC-Java (unknown version)

AJAX Library

http://oss.metaparadigm.com/jsonrpc/

-

jstl-impl.jar

Sun license that allows for redistribution

JSTL 1.0.6 (removed META-INF/.tld)

JavaServer Pages Standard Tag Library

http://java.sun.com/products/jsp/jstl/

-

jstl.jar

Sun license that allows for redistribution

JSTL 1.0.6 (removed META-INF/.tld)

JavaServer Pages Standard Tag Library

http://java.sun.com/products/jsp/jstl/

-

jta.jar

Sun license that allows for redistribution

JTA 1.0.1b

Java Transaction API

http://java.sun.com/products/jta/index.html

-

log4j.jar

Apache

Log4j 1.2.13

Logging

http://logging.apache.org

-

lucene.jar

Apache

Lucene 2.0.0

Text Search

http://lucene.apache.org/java/docs

-

mail.jar

Sun license that allows for redistribution

JavaMail 1.4

JavaMail

http://java.sun.com/products/javamail/

-

nekohtml.jar

Apache

NekoHTML 0.9.5

HTML Parser

http://people.apache.org/andyc/neko/doc/html

-

odmg.jar

Apache

ObJectRelationalBridge - OJB (unknown version)

Object/Relational Bridge

http://db.apache.org/ojb/

-

oro.jar

Apache

ORO 2.0.8

Perl5 Regular Expressions

http://jakarta.apache.org/oro

-

pdfbox.jar

BSD

PDFBox 0.7.1

PDF Parsing

http://www.pdfbox.org

-

poi-contrib.jar

Apache

POI 2.5.1

MS Excel Spreadsheet manipulation

http://jakarta.apache.org/poi

-

poi-scratchpad.jar

Apache

POI 2.5.1

MS Excel Spreadsheet manipulation

http://jakarta.apache.org/poi

-

poi.jar

Apache

POI 2.5.1

MS Excel Spreadsheet manipulation

http://jakarta.apache.org/poi

-

portals-bridges.jar

Apache

Portals Bridges 1.0

Allow portlets to be written with struts and more

http://portals.apache.org/bridges

-

portlet.jar

Sun license that allows for redistribution

Portlet 1.0

Portlet Specification API

http://jcp.org/aboutJava/communityprocess/final/jsr168/

-

quartz.jar

Apache

Quartz 1.5.0

Job Scheduling

http://www.opensymphony.com/quartz

-

saaj.jar

Apache

Axis 1.4 (removed log4j.properties)??

Web Services

http://ws.apache.org/axis/index.htm

-

simplecaptcha.jar

No license found anywhere in source download, distribution, or otherwise cited on Sourceforge

Simple Java Captcha 0.03 (patched for debug and additional properties)

CAPTCHA Security Implmentation

http://simplecaptcha.sourceforge.net

-

slf4j-log4j12.jar

X11

SLF4J 1.0.2

Logging Facade

http://www.slf4j.org/

-

soap.jar

Apache

Apache SOAP (unknown version)

SOAP Implmentation

http://ws.apache.org/soap

-

spring.jar

Apache

Spring 1.2.8

Spring Framework

http://www.springframework.org

-

struts-el.jar

Apache

Struts 1.2.9 (removed META-INF/MANIFEST.MF)

Struts Expression Language

http://struts.apache.org/1.x/struts-el/index.htm

-

struts.jar

Apache

Struts 1.2.9 (removed META-INF/MANIFEST.MF)

Struts

http://struts.apache.org

-

textmining.jar

Apache

TextMining 0.4

TextMining.org Word 6.0/97/2000/XP/2003 Text Extractor (home page is currently hacked and has been for some time

!) 

http://www.textmining.org/

-

util-wsrp.jar

Apache

WSRP4J 0.3

WSRP (web services for remote portlets) support

http://portals.apache.org/wsrp4j/

-

velocity.jar

Apache

Velocity 1.4

MVC - Java-based template engine

http://jakarta.apache.org/velocity/

-

xercesImpl.jar

Apache

Xerces 2.7.1

Java DOM / SAX / etc. functionality

http://xerces.apache.org/xerces2-j/

-

xml-apis.jar

Apache & public domain

Apache XML Commons 1.0.b2 (includes many sub-libraries)

W3C, SAX, JAXP, etc.

http://xml.apache.org/commons/

}
Popup Calendar JavaScript Component#

{| width="97%" border="1" cellspacing="0"

JavaScript Source

License

Source

Used By: Description

Link

-

portal-web/docroot/html/js/calendar/calendar-setup.jsportal-web/docroot/html/js/calendar/calendar-setup_stripped.jsportal-web/docroot/html/js/calendar/calendar.jsportal-web/docroot/html/js/calendar/calendar_stripped.js

LGPL

The DHTML Calendar

usages:portal-web/docroot/html/common/themes/top_js.jsp; not sure about indirect usages

http://dynarch.com/mishoo/calendar.epl

}
Popup ColorPicker JavaScript Component#

{| width="97%" border="1" cellspacing="0"

JavaScript Source

License

Source

Used By: Description

Link

-

portal-web/docroot/html/js/colorpicker/colorpicker.js

? (Copyright (c) Marko Dugonjic 2005, modified by Liferay; couldn't find re-use permission)

ColorPicker based on TypeTester code at http://typetester.maratz.com/js/functions/ ?

usages:portal-web/docroot/html/common/themes/top_js.jsp; not sure about indirect usages

http://typetester.maratz.com/

}
HTML Text Editor JavaScript Components#

{| width="97%" border="1" cellspacing="0"

JavaScript Source

License

Source

Used By: Description

Link

-

portal-web/docroot/html/js/editor/fckeditor.jspportal-web/docroot/html/js/editor/fckeditor/

LGPL

FCKeditor 2.2

HTML Text Editor; usages:com.liferay.portal.editor.fckeditor package in the portal-ejb/src directory?portal-web/docroot/html/js/editor/editor.jsp

http://www.fckeditor.net/

-

portal-web/docroot/html/js/editor/tinymce.jspportal-web/docroot/html/js/editor/tinymce/

LGPL

TinyMCE (unknown version)

HTML Text Editor

http://tinymce.moxiecode.com/

-

portal-web/docroot/html/js/editor/liferay

MIT

Liferay Text Editor (unknown version)

HTML Text Editor; usages:portal-web/docroot/html/js/editor/editor.jsp

http://www.liferay.com/

-

portal-web/docroot/html/js/editor/editor.jsp

MIT

Liferay Text Editor Chooser

HTML Text Editor Chooser (appears to choose a text editor -- FCKeditor, TinyMCE, or Liferay's based on a run-time configuration setting); usages:portal-web/docroot/html/portlet/admin/users.jspportal-web/docroot/html/portlet/calendar/edit_configuration.jspportal-web/docroot/html/portlet/journal/edit_article.jspportal-web/docroot/html/portlet/journal/edit_article_content_xsd_el.jspportal-web/docroot/html/portlet/journal/edit_configuration.jspportal-web/docroot/html/portlet/message_boards/edit_configuration.jspportal-web/docroot/html/portlet/message_boards/edit_message.jspportal-web/docroot/html/portlet/shopping/edit_configuration.jspportal-web/docroot/html/portlet/wiki/edit_page.jspportal-web/docroot/html/taglib/ui/input_editor/page.jsp

http://www.liferay.com/

}
Drag & Drop JavaScript Components#

{| width="97%" border="1" cellspacing="0"

JavaScript Source

License

Source

Used By: Description

Link

-

portal-web/docroot/html/js/dragdrop/coordinates.js

MIT-deriv (further modified by Liferay)

Drag & Drop Coordinates library

http://tool-man.org/examples/sorting.html

-

portal-web/docroot/html/js/dragdrop/drag.js

MIT-deriv (further modified by Liferay)

Click & Drag DOM Elements library

http://webapp.youngpup.net/?request=/components/dom-drag.xml http://tool-man.org/examples/sorting.html

-

portal-web/docroot/html/js/dragdrop/dragdrop.js

MIT-deriv (further modified by Liferay)

DragDrop library

http://tool-man.org/examples/sorting.html http://www.cyberdummy.co.uk

-

portal-web/docroot/html/js/dragdrop/resize.js

MIT-deriv (further modified by Liferay)

Click & resize DOM elements library

http://webapp.youngpup.net/?request=/components/dom-drag.xml http://tool-man.org/examples/sorting.html

}
Misc JavaScript Components#

{| width="97%" border="1" cellspacing="0"

JavaScript Source

License

Source

Used By: Description

Link

-

portal-web/docroot/html/js/log/log4javascript.js

Apache

log4javascript (unknown version)

http://www.timdown.co.uk/log4javascript

-

portal-web/docroot/html/js/xp_progress.js

Copyright 2004 Brian Gosselin of ScriptAsylum.com, Distributed in Spirit of BSD / MIT licenses

WindowsXP Progressbar (xp_progressbar) 1.2

http://www.scriptasylum.com/background/xp_progress/xp_progress.html

}

Development only jars#

The following jars are not distributed as part of an official Liferay distribution, but they are in SVN and they are included for completeness sake only.

lib/development jars#

{| border="1" cellspacing="0"

Jar File Name

-

activation.jar

-

ant-contrib.jar

-

c3p0.jar

-

ejb.jar

-

firebird.jar

-

hsql.jar

-

interbase.jar

-

j2h.jar

-

jaas-ext.jar

-

jaas.jar

-

jalopy.jar

-

jce.jar

-

jdbc.jar

-

jms.jar

-

jndi.jar

-

jnet.jar

-

jsf-api.jar

-

jsf-impl.jar

-

jsf-portlet.jar

-

jsse.jar

-

jta.jar

-

jtds.jar

-

mail.jar

-

myfaces.jar

-

mysql.jar

-

netscape.jar

-

nfc-client.jar

-

ow_jonas_bootstrap.jar

-

p6spy.jar

-

pop3.jar

-

postgresql.jar

-

sap.jar

-

saxpath.jar

-

servlet.jar

-

smtp.jar

-

xalan.jar

-

xjavadoc.jar

}

Sample portlets#

The following jars do not appear to be distributed with the primary Liferay distribution, but they are in SVN and they are included for completeness sake only.

portlets/sample-dao-portlet.war/WEB-INF/lib jars#

{| border="1" cellspacing="0"

Jar File Name

-

c3p0.jar

-

mysql.jar

}
portlets/sample-jsf-myfaces-portlet.war/WEB-INF/lib jars#

{| border="1" cellspacing="0"

Jar File Name

-

commons-el.jar

-

myfaces-api.jar

-

myfaces-impl.jar

-

sandbox.jar

-

tomahawk.jar

}
portlets/sample-jsf-sun-portlet.war/WEB-INF/lib jars#

{| border="1" cellspacing="0"

Jar File Name

-

jsf-api.jar

-

jsf-impl.jar

-

jsf-portlet.jar

-

standard.jar

}
0 添付ファイル
41936 参照数
平均 (0 投票)
平均評価は0.0星中の5です。
コメント
コメント 作成者 日時
This is dated and you should really include... Lisa Simpson 2009/09/11 8:07

This is dated and you should really include hardware requirements
投稿日時:09/09/11 8:07