[Design of JBoss Tools (dev)] - Validation onlyh for last modified files (and maybe related
by luxspes
Hi!
Validation is still too slow, (we have a project with around 2000 .xthml files, and, frankly, to make it usable, most of the team plain goes to Preferences->Validation and unchecks all the checkboxes in the "Build" column (and our computers are not that slow, see Environment). The problem then is that validation is only manual (and it is easy to forget to call it)
What I would like is an option to have validation called only on the files that had changes since the last validation (even if I have opened the project for the first time, or if I made a "Clean" of all the projects in the workspace). If I have not made a change, I do not want validation to waste my time.
If have a small project, and I feel like it is necessary, it should be possible (and easy) to configure validation to validate related files to predefined depth... and only if I have a really small project (or a super huge multicore workstations with lots of RAM) have validation work the way it does now.
Environment: 1.86Ghz Cored 2 Duo with 4Gbytes of RAM, 150Gbytes HDD, WinXP SP3, JDK1.6u14
What do you think? would it be doable?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249995#4249995
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249995
16 years, 7 months
[Design of OSGi Integration] - OSGi/MC Service todos
by adrian@jboss.org
Services are also largely complete. What's missing is that we want to expose
MC pojos and JMX MBeans etc. as OSGi services.
The proper way to do this would be to push the OSGi Filter into kernel project
and use the MDR INSTANCE scope as the attributes.
There would be a gotcha in that OSGi expect attributes to have case insensitive names,
but we would only have to enforce that for OSGi created services.
The big problem with doing this now is that it would make it difficult to drop the OSGi
layer into existing jboss releases since we can't change their MC implementations to
do this.
There's probably some compromise we can reach between the two extremes
and leave the proper solution to a future major release of JBoss.
We definitely need to do some service/mc integration to get the declarative service
stuff working.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249981#4249981
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249981
16 years, 7 months