|
From: Torsten J. <tju...@ya...> - 2004-04-25 10:53:35
|
Anand,
maybe the system beep you got from the editor's
context menu was right too :-)
Both new entries to a text edior's context menu which
are introduced by the Spring beans view (Open Java
type, Show in Beans view) are parsing the editor's
document starting from the current cursor location. If
they don't detect a valid pattern ('<bean ...
class="java type"', '<bean ... id="bean name"',
'<property name="property"', ...) or the selected node
is not available in the beans view then you get a
beep.
Spring Beans UI uses the beep only to indicate "user
errors" ;-). For program errors or installation
failures (e.g. missing Xerces plugin with DOM level 3
compliant XML parser -> Eclipse 3.0 > M8) you will
find a corresponding message or exception in Eclipse's
error log.
Cheers,
Torsten
--- Anand Sharma <ana...@mo...> wrote:
> Ok, never mind folks.
>
> It turns out on the web site, it clearly states that
> in order to see
> the graphical view, here's what I need to do:
>
> -- start --
> Read-only editor which displays a graph from all
> beans defined in a single
> config file or a config set (Screenshot)
> This editor is opened from the context menu of a
> config file or config set
> in the Beans view. It provides zooming, hover infos,
> an outline view and a
> context menu for the graph's elements
> -- end --
>
> I was trying the context menu inside the editor
> which said 'Show in Spring
> Beans View'. Since I had the Spring Beans view
> already open, the OS kept
> giving me the 'beep' sound. Duh..
>
> Sincerely,
>
> Anand
>
> On Sat, 24 Apr 2004, Anand Sharma wrote:
>
> > So, here's what I have:
> >
> > Win XP
> > Eclipse M8
> > GEF runtime 2.1.3
> > Spring 1.0.1
> >
> > While the Spring "View" works as always (along
> with the "new" contextual
> > 'Properties' option), the graph functionality does
> not work. Here's
> > what happens:
> >
> > I open a project which is 'Spring enabled" and
> then open
> > 'applicationContext.xml' file in the Editor.
> >
> > Upon right-click, I see the option "Show in Spring
> Beans View".
> > It does not do anything. No errors, nothing. Just
> makes the typical
> > 'beep' sound, the sound which the OS gives when
> you try doing something
> > which is not allowed.
> >
> > Am I missing something here? Does the plugin work
> with M8? Also,
> > is there a way to know that the GEF is installed
> correctly. The way
> > I installed GEF runtime was a)Download the GEF
> runtime (not the SDK)
> > b)Unzip it c)Copy contents from plugins folder
> into 'Eclipse-M8' plugins
> > and copy contents from features folder into
> 'Eclipse-M8' features.
> > d)Restart Eclipse.
> >
> > Any help will be really appreciated.
> >
> > Thx
> >
> > Anand
> >
> > On Sat, 24 Apr 2004, Torsten Juergeleit wrote:
> >
> > > I am pleased to announce a new release (1.0.1)
> of the
> > > Spring IDE for Eclipse.
> > >
> > > This is an update to the Eclipse plugin
> "SpringUI"
> > > (http://springui.sf.net/) which recently
> migrated from
> > > a separate project into a sub-project of the
> Spring
> > > Framework main project
> > >
>
(http://http://www.springframework.org/spring-ide/eclipse/).
> > >
> > > It provides the following new features:
> > >
> > > * the beans view now supports a context menu
> (with
> > > currently only one entry "properties" which
> opens the
> > > Spring project configuration property page)
> > >
> > > * a new toolbar button in the beans view allows
> to
> > > open Eclipse's properties sheet view
> > >
> > > * a new (read-only) editor which displays a
> graph from
> > > all beans defined in a single config file or a
> config
> > > set (sample screen ->
> > >
>
http://www.springframework.org/spring-ide/eclipse/BeansGraph.png
> > > )
> > >
> > >
> > > You can find further information here:
> > >
>
http://http://www.springframework.org/spring-ide/eclipse/
> > >
> > > The update site for the Eclipse update manager
> can be
> > > found here:
> > >
>
http://springframework.sourceforge.net/spring-ide/eclipse/updatesite/
> > >
> > > Cheers,
> > > Torsten
> > >
> > >
> > >
> > >
> > > __________________________________
> > > Do you Yahoo!?
> > > Yahoo! Photos: High-quality 4x6 digital prints
> for 25¢
> > > http://photos.yahoo.com/ph/print_splash
> > >
> > >
> > >
>
-------------------------------------------------------
> > > This SF.net email is sponsored by: The Robotic
> Monkeys at ThinkGeek
> > > For a limited time only, get FREE Ground
> shipping on all orders of $35
> > > or more. Hurry up and shop folks, this offer
> expires April 30th!
> > > http://www.thinkgeek.com/freeshipping/?cpg=12297
> > > _______________________________________________
> > > Springframework-developer mailing list
> > > Spr...@li...
> > >
>
https://lists.sourceforge.net/lists/listinfo/springframework-developer
> > >
> >
> >
>
> --
> ----------------------------
> Anand Sharma
> http://www.morebytes.com
>
> "When in doubt, follow your heart"
>
>
>
>
-------------------------------------------------------
> This SF.net email is sponsored by: The Robotic
> Monkeys at ThinkGeek
> For a limited time only, get FREE Ground shipping on
> all orders of $35
> or more. Hurry up and shop folks, this offer expires
> April 30th!
> http://www.thinkgeek.com/freeshipping/?cpg297
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
>
https://lists.sourceforge.net/lists/listinfo/springframework-developer
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash
|