Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

then a user could edit the spring XML files a.xml or b.xml; or edit the Cheese.java class and have the bundle auto-reloaded.

Even cooler could be to support 'source layout' mode - where code could be taken from a source of a Maven project. e.g.

Code Block

pom.xml
  src/
    main/
      resources/
        META-INF/
          spring/
            a.xml
            b.xml
      java/
        com/
          foo/
            Cheese.java
target/
  classes/
    com/
      foo/
        Cheese.class

And it auto-detected changes in the XML files too. Though I guess your IDE should be generating the target/classes directory I guess