PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Basically for the code for retrieving a bean is there anyway that if you know the names of all the classes involved i.e. the bean class, home and remote interfaces, can you create/retrieve the bean. < String MyEjbBindName = args[0]; String MyEjbHomeName = args[1]; String MyEjbRemoteName = args[2]; Object ref = initialContext.lookup(MyEjbBindName); MyBeanHome home = (MyBeanHome)PortableREmoteObject
http://www.w3.org/ns/prov#wasQuotedFrom
  • jguru.com