|
From: Павел С. <psa...@na...> - 2009-07-13 12:29:25
|
Hello, ALL
Spring IDE looks beans and separates its by bean-definition files. For
examle:
applicationContext.xml
- bean1
- bean2
dispatcher-servlet.xml
- bean3
- bean4
This solution has a trouble: Autoinsert is working only for the beans
which defined in current file. For example we are editing the
applicationContext.xml:
<bean id="superBean" class="com.example.app.MyClass">
<property name="prop" ref="|" /> (| means keyboard cursor)
</bean>
and pressing Ctrl+Space - we can choose only from
- bean1
- bean2
May be to search the beans in all bean-definition files?
--
С уважением,
Павел Самолысов
Инженер-программист
NAUMEN. Информационные системы управления растущим бизнесом.
Тел. +7-922-72-77-936
psa...@na...
http://www.naumen.ru
|