Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are JST and WST server adapters?

Eclipse software installation repository contains two entries

WST server adapters

ans

JST server adapters

There are no comprehensive explanations what are these.

For example first is explained as

Server adapters for use with the WST server tools

and second as

Server adapters for use with the JST server tools

So they are sepulcas :)

Eclipse pages for WST and JST are also contain mambo-yambo.

Is it possible to say what are these both and what are they differ in?

like image 513
Suzan Cioc Avatar asked Jan 09 '14 17:01

Suzan Cioc


2 Answers

WST

  • Stands for web standard tools
  • provides support for building multi-tier Web applications
  • WST Link
  • The server component contains the Server Tools framework and adapters for selected servers. At the WST level, the server component is a very generic infrastructure.

JST

  • Stands for j2ee Standard Tools
  • provides support for building multi-tier J2EE applications
  • JST Link
  • The server component contains the J2EE Server Tools framework and adapters for selected popular J2EE servers such as Apache Tomcat.
like image 158
Mitra Avatar answered Oct 04 '22 16:10

Mitra


The WST server components provide generic support for servers, whereas the JST components provide specific support for J2EE servers.

If you drill down into the WST Component and JST Component documentation it gives a bit more detail.

like image 27
Nick Wilson Avatar answered Oct 04 '22 16:10

Nick Wilson