New Java EE model, need feedback from plugin writers
Hi! We've created a new model for easy reading XML files like deployment
descriptors, Faces configs, etc. We've also created a GUI interface controls
for easy editing such XML-based structures. Now all our Java EE interfaces
are based on these model & controls. All of this is in OpenAPI, there's even
some documentation on it (see com.intellij.util.xml package). As an example
one can see our EJB and Faces models, and weblogic plugin. So, please, look
at it and say something.
--
Peter Gromov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Please sign in to leave a comment.
>> Similar in both features (2 sources, mock elements)?
>
Pity :(. I'll try to do something.
Thanks! :)
I've tried. The result will be in the next EAP. MockDomElementsEditor
"Martin Fuhrer" <mf@fuhrer.com> wrote in message
news:4444925.1145461776112.JavaMail.itn@is.intellij.net...
>> >> Similar in both features (2 sources, mock
>> elements)?
>> >
>> > Yes, both of them.
>>
>> Pity :(. I'll try to do something.
>
Any news about this article?
any news on the article? how did JB generate all their DomElements from DTD/Schema, will the tool be available as part of plugindev-package?
I'm shamful, but it's still in progress... DOM is changing and the article
is changing also... Sorry.
I don't think the tool will be available. Sorry once more.
"Yann Cebron" <no_reply@jetbrains.com> wrote in message
news:8401045.1149933236754.JavaMail.itn@is.intellij.net...
thanks for your quick answer.
I don't think the tool will be available. Sorry once more.
now why is that? top-secret code? :)
It's just a developer's tool, it isn't a product, it isn't a part of
IntelliJ IDEA. And it's not quick to rework it as a plugin. So...
i would be happy with a command line version or just the plain java files/classes :)
look for src_openapi\com\intellij\util\xml\package.html in OpenAPI devkit (it doesn't show up in the javadocs cause it's broken)
Yann Cebron wrote:
+10. The API looks quite cool from what I've seen so far, but it's hardly usable
without a tool that can generate code from an XML dtd/schema.
Sascha
+20
It happened at last! http://www.jetbrains.com/idea/documentation/dom-rp.html
I've posted a couple of related JIRA-Issues, I collect them here to make it easier for interested people to find and comment on them:
http://www.jetbrains.net/jira/browse/IDEA-8851
"DOM-Model: @NameValue references coming from another file (MergingFileDescription) not used in getVariants()"
http://www.jetbrains.net/jira/browse/IDEA-8850
"DomAnnotator lacks features compared to normal Annotator"
http://www.jetbrains.net/jira/browse/IDEA-8849
"DomAnnotator#annotate() not called at all"
http://www.jetbrains.net/jira/browse/IDEA-8718
"DomInspection "Value should not be empty" -> "Value must not be empty" "
http://www.jetbrains.net/jira/browse/IDEA-8719
"DomEditor: FQCN-Textfield should have intention to create non-existing class/package"
http://www.jetbrains.net/jira/browse/IDEA-8742
"DOM Model: allow to restrict automatic @NameValue references"
In general, DOM-Model is a great help, but it still lacks some features and the speed for highlighting has to improve drastically. Oh, and though the article is a good read that's no excuse for missing JavaDoc :)
the link is missing from http://www.jetbrains.com/idea/documentation/documentation.html