Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 49810

Summary: New Ebuild: dev-java/oscore
Product: Gentoo Linux Reporter: Mike Javorski <mike.javorski>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://www.opensymphony.com/oscore/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: oscore-2.2.4.ebuild
oscore-2.2.4.ebuild

Description Mike Javorski 2004-05-03 00:25:29 UTC
New ebuild for the OpenSymphony OSCore project.

- Currently Binary based install (source available from public cvs)
- Installs JavaDocs (w/ USE=doc)






-- Website Blurb --

The following is a brief description of the different utility classes provided by OSCore. Along with each short description is some example Java code that takes advantage of some of the features provided by each utility class. However, we recommend that you read the JavaDocs to completely discover all the methods and features each class provides.

    * TextUtils - useful functions for manipulating Strings. Examples include: extracting primitive types, verifying e-mail addresses, splitting and joining, escaping characters, hyperlinking text, indentation, etc.
    * XMLUtils - common XML functions such as parsing and printing DOM documents, performing XSL transformations and selecting nodes using XPATH.
    * EJBUtils - common EJB and JNDI based functions such as looking up and narrowing home interfaces and looking up entity-beans directly.
    * BeanUtils - useful methods for accessing values of objects using reflection.
    * MultipartException - a special type of Exception designed to be subclassed for holding many child Exceptions. Useful if validation can throw many Exceptions and they all need to be wrapped up into and report (for example).
    * Data - an Object wrapper for binary data.
    * OrderedMap - a java.util.Map implementation that retains the order items were added in.
    * DataUtil - a small class that helps convert Objects to their primitive types.
    * DateUtil - a small class for handling ISO 8601 International Date formats.
Comment 1 Mike Javorski 2004-05-03 00:26:06 UTC
Created attachment 30577 [details]
oscore-2.2.4.ebuild
Comment 2 Mike Javorski 2004-05-04 01:34:22 UTC
Created attachment 30680 [details]
oscore-2.2.4.ebuild

fixed ebuild (I removed the src_install override by accident)
Comment 3 Chris Aniszczyk (RETIRED) gentoo-dev 2004-05-14 10:01:04 UTC
In portage now, thanks.