Results 1 to 3 of 3

Thread: [ANN] SpringFramework Plugin v1.0-beta1 for Intellij IDEA

  1. #1

    Default [ANN] SpringFramework Plugin v1.0-beta1 for Intellij IDEA

    http://plugins.intellij.net/pluginMa...g&build= 1200

    This plugin allows you to see the beans that was configured in your spring files.
    You must go to [Settings | IdeaSpring] and add your config files sets.
    Click on the plugin (bottom left) and click Refresh.

    Please read Readme.tx for installation instructions


    --

    Ce plugin vous permet de visualiser les beans déclarés dans vos fichiers de configuration Spring.
    Pour cela aller dans [Settings | IdeaSpring] et ajoutez vos groupes de fichiers de configurations.
    Cliquez sur le plugin (en bas à gauche) et appuyez sur Rafraîchir.

    Merci de lire Lisezmoi.txt pour les instructions d'intallation

  2. #2
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    This sounds very interesting. I know there are a lot of happy, evangelical IntelliJ users in the Spring team and community, so support for Spring will be welcome.

    How is this produced by? Is there more documentation anywhere, screenshots etc?
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  3. #3

    Default

    For now it's only visualization of already configured beans.

    I've subclassed DefaultXmlBeanDefinitionParser in order to not load bean classes and to track line numbers in the xml file (using a customized xerces DOMParser).

    I've also implemented BeanDefinitionRegistry.


    The plugin is so simple for now that there is no need of documentation.




Similar Threads

  1. Replies: 3
    Last Post: Oct 21st, 2005, 02:19 PM
  2. Replies: 3
    Last Post: Aug 5th, 2005, 10:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •