This HTML5 document contains 42 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dcthttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n8http://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
dbphttp://dbpedia.org/property/
xsdhhttp://www.w3.org/2001/XMLSchema#
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:JavaBeans
rdf:type
dbo:MeanOfTransportation owl:Thing
rdfs:label
JavaBeans
rdfs:comment
In computing based on the Java Platform, JavaBeans is a technology developed by Sun Microsystems and released in 1996, as part of JDK 1.1. The 'beans' of JavaBeans are classes that encapsulate one or more objects into a single standardized object (the bean). This standardization allows the beans to be handled in a more generic fashion, allowing easier code reuse and introspection. This in turn allows the beans to be treated as software components, and to be manipulated visually by editors and IDEs without needing any initial configuration, or to know any internal implementation details.
owl:differentFrom
dbr:Jakarta_Enterprise_Beans
owl:sameAs
freebase:m.04dcxk
dbp:wikiPageUsesTemplate
dbt:Multiple_issues dbt:Manual dbt:Distinguish dbt:Clarify dbt:Refimprove dbt:Reflist
dct:subject
dbc:Java_platform dbc:Articles_with_example_Java_code
gold:hypernym
dbr:Classes
prov:wasDerivedFrom
n8:JavaBeans?oldid=1070286147&ns=0
dbo:wikiPageID
1173053
dbo:wikiPageLength
9253
dbo:wikiPageRevisionID
1070286147
dbo:wikiPageWikiLink
dbr:Default_constructor dbr:Encapsulation_(computer_programming) dbc:Articles_with_example_Java_code dbc:Java_platform dbr:Property_(programming) dbr:Serialization dbr:Component-based_software_engineering dbr:Java_Development_Kit dbr:Integrated_development_environment dbr:Object_(computer_science) dbr:Code_reuse dbr:Nullary_constructor dbr:Type_introspection dbr:Virtual_machine dbr:Java_(programming_language) dbr:Java_applet dbr:Naming_convention_(programming) dbr:Mutator_method dbr:Immutable_object dbr:Boilerplate_code dbr:Class_(computer_programming)
dbo:abstract
In computing based on the Java Platform, JavaBeans is a technology developed by Sun Microsystems and released in 1996, as part of JDK 1.1. The 'beans' of JavaBeans are classes that encapsulate one or more objects into a single standardized object (the bean). This standardization allows the beans to be handled in a more generic fashion, allowing easier code reuse and introspection. This in turn allows the beans to be treated as software components, and to be manipulated visually by editors and IDEs without needing any initial configuration, or to know any internal implementation details. As part of the standardization, all beans must be serializable, have a zero-argument constructor, and allow access to properties using getter and setter methods.
foaf:isPrimaryTopicOf
n8:JavaBeans