Re: MDR Question on the latest cvs trunk (4.1)

Martin Matula <[email protected]> Mon, 14 Feb 2005 11:39:34 +0100
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <[email protected]>
Hi Ritesh,

Ritesh Adval wrote:

> Hi,
>
>  
>
> I wanted to know how many modules are currently using MDR Meta data 
> repository for storing Meta data.
>
> I know that java editor uses it. Who else?
>
In fact it is not java editor, but java/javacore module that uses MDR.

> Which other module I can look into?
>
AFAIK, no other module uses it at this point of time.

>  
>
> Are there are limitation or work around which current MDR 
> implementation has?
>
I am not sure what you mean. Maybe you should look at 
http://www.netbeans.org/download/dev/javadoc/#def-api-NetBeans%20Metadata%20Repository

>  
>
> My question is more toward Java Editor Developer who have used it.
>
>  
>
> The current Sample xml example on http://mdr.netbeans.org is not 
> compliable in latest trunk? Any plan on fixing it. (Although I was 
> able to run a standalone Projects example)
>
The problem with the simple XML module is that it uses the MDR Explorer, 
which was removed. It is not maintained currently.
Martin