#1
28th March 2011, 08:03 PM
|
|||
|
|||
What is Metadata in Java?
what is metadata in java? Can you please explain to me
thanks |
#2
3rd April 2011, 08:09 AM
|
|||
|
|||
Re: What is Metadata in Java?
The word Metadata stands for explaining two different concepts. The metadata in java is a given set of evocative and organized data about a cluster of computer data. It mainly used in the java computer programming language. These types of data deals with the formation, admission, storage and swap of metadata in the programming language. You can get further details in Java Metadata Interface (JIM).
|
#3
30th August 2011, 06:38 PM
|
|||
|
|||
Re: What is Metadata in Java?
sir, metadata is a specification for java that defines an API or annotating fields , methods and classes as having particular attributes that indicate they should be processed in specific way by development tools deployment tools , or runtime libraries.
|
#4
30th August 2011, 09:09 PM
|
|||
|
|||
Re: What is Metadata in Java?
Quote:
The definition for META DATA In JAVA:- Most JDBC programs are designed to work with a specific database and particular tables in that database; the program knows exactly what kind of data it is dealing with. Some applications, however, need to dynamically discover information about result set structures or underlying database configurations. This information is called metadata, and JDBC provides two classes for dealing with it: DatabaseMetaData and ResultSetMetaData. thanks |
#5
30th August 2011, 09:28 PM
|
|||
|
|||
Re: What is Metadata in Java?
hello dear
see, Java Metadata is nothing but the Interface standard for metadata management. it is known as Java Metadata Interface (JMI). The JMI specification enables the implementation of a dynamic, platform-independent infrastructure to manage the creation, storage, access, discovery, and exchange of metadata. JMI is based on the Meta Object Facility (MOF) specification from the Object Management Group (OMG), an industry-endorsed standard for metadata management. The MOF standard consists of a set of basic modeling artifacts described using UML. Models of any kind of metadata (called metamodels) can be built up from these basic building blocks. JMI defines the standard Java interfaces to these modeling components, and thus enables platform-independent discovery and access of metadata. JMI allows for the discovery, query, access, and manipulation of metadata, either at design time or runtime. The semantics of any modeled system can be completely discovered and manipulated. JMI also provides for metamodel and metadata interchange via XML by using the industry standard XML Metadata Interchange (XMI) specification. all the best........... |
#8
15th November 2011, 02:44 AM
|
|||
|
|||
Re: What is Metadata in Java?
HI dear,
The definition for META DATA In JAVA:- Most JDBC programs are designed to work with a specific database and particular tables in that database; the program knows exactly what kind of data it is dealing with. Some applications, however, need to dynamically discover information about result set structures or underlying database configurations. This information is called metadata, and JDBC provides two classes for dealing with it: DatabaseMetaData and ResultSetMetaData. Thanks |
#9
15th November 2011, 02:45 AM
|
|||
|
|||
Re: What is Metadata in Java?
HI dear,
The definition for META DATA In JAVA:- Most JDBC programs are designed to work with a specific database and particular tables in that database; the program knows exactly what kind of data it is dealing with. Some applications, however, need to dynamically discover information about result set structures or underlying database configurations. This information is called metadata, and JDBC provides two classes for dealing with it: DatabaseMetaData and ResultSetMetaData. Thanks |
#11
5th March 2013, 07:11 PM
|
|||
|
|||
Re: What is Metadata in Java?
Given that metadata is a set of descriptive, structural and administrative data about a group of computer data (for example such as a database schema), Java Metadata Interface (or JMI) is a platform-neutral specification that defines the creation, storage, access, lookup and exchange of metadata in the Java programming language.
The JMI specification was developed under the Java Community Process and is defined by JSR 40 (a JSR is the formal document that describe proposed specifications and technologies for adding to the Java platform). JMI is based on the Meta-Object Facility (or MOF) specification from the Object Management Group (or OMG). The MOF is a metamodel (a model of any kind of metadata) used notably to define the Unified Modeling Language (or UML). It supports the exchange of metadata through XMI. XMI is a standard for exchanging metadata information via Extensible Markup Language (or XML). The MOF/XMI specifications are used for the exchange of UML models. |
#12
3rd October 2013, 07:27 PM
|
|||
|
|||
Re: What is Metadata in Java?
Metadata is used with two concepts in java:
1.A metadata standard is defined by a set of Java interfaces belonging to a specific package and its sub-packages 2.metadata in spring. Metadata is the data that describes your spring beans and their methods. |
Related Topics: |
||
Thread | Replies | Last Post |
Difference between C, C++ and JAVA? | 26 | 29th April 2013 03:44 PM |
|