Example bean representing a "backend" managed resource. NOTE: Here's a high-level algo for mapping resource prop XSD types to member var types:
if ( minOccurs == "1" && maxOccurs == "1" ) type = single object or primitive elif ( maxOccurs != "unbounded" ) type = array of objects or primitives w/ size=maxOccurs elif type = java.util.List fi
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.