java - Custom Server Adapter - Eclipse resources -


as know, can create custom server using eclipse programmatically either using generic server adapter or custom server adapter.

my question, there tutorial/docs/articles etc available "custom server adapter" implementation? searched lot not able major informations, found 1 link: http://www.eclipse.org/webtools/wst/components/server/api_concepts.html it's 8 years old, not sure if there significant changes in concepts.

currently trying implement custom server eclipse, since server based on node.js, think "generic server framework" doesn't work, options roll out custom adapter.

so there anyway can learn same apart tomcat custom server adapter implementation? finding bit difficulty in understanding of concepts.

i take @ jetty-wtp plugin, seems me bit simpler tomcat adapter. (other option jboss plugin - rather difficult understand, maybe heroku plugin - not sure)

you can find jetty here: https://github.com/eclipse/jetty.wtp


Comments