How does ‘Servers’ view work underlying in Eclipse?
Posted
by Michael Lu
on Stack Overflow
See other posts from Stack Overflow
or by Michael Lu
Published on 2010-04-08T07:45:05Z
Indexed on
2010/04/08
7:53 UTC
Read the original article
Hit count: 155
‘Servers’ is built-in view in Eclipse. We could integrate jee server into Eclipse easily. It could start/stop server both in normal and debug modes. Moreover, we could even set timeout and deployment path, things like that. Various types of server tomcat, jboss, websphere are supported, no intrusive to server.
I am just curious about how these cool things happen behind the scene. The complete mechanism is large and complex, so I just want to know general mechanism about it, an article also could be fine for me. Thank you!
© Stack Overflow or respective owner