Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Eclipse RCP - Jetty WebSocket server
  • From: Johan Van Noten <johan@xxxxxxxxx>
  • Date: Wed, 3 Jun 2020 15:37:31 +0000
  • Accept-language: nl-BE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=qootec.be; dmarc=pass action=none header.from=qootec.be; dkim=pass header.d=qootec.be; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=+qPK8aMrpQR9xFV7yhsJ/Wrue2ucRSP6CK+KVcPytTs=; b=Nozm87omycCcWLgUOsIfN/TrfveZLJA6+TKEldQs7CCfvsSY+sk5sWXSwh8jZC6fMr3hU3EGALA8TBlGcFOk5kZZTcj2VKlCm45/D4iB0Jzo7Y8tQ/Yh1WFqbecERkRAkPG58CKwqgBQWtNFuZXtNNF6G8fRjL2GhUDxFfeBWIeffzEs92u1sGNZzYQdmoqHsmqsfgnUvsYjw8NqfmRwnYxXNtB9xQmBltYySqQrOED8+hKToZwe1HTqDg5m8FL1B2JF38PA/rnL+G/uAY5A9/zYHU/uDf1iOt2d2BKrLQc2p7NU9TRBi9NiK2QdvG93vRkTnFGN5iR12RcBxjGi2Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Boi6PricgNAbPUsCyBCEZI7KjfwvCSLF/dDUR+oTRRG6Nx/RXYFEwtFyLjQPR3MwGypP0sEthPPASSry+H7n4okXNUgesCGPTBv/22bTr0E8p1qkqyMvdRhc13PMhy4nvVrtfEZq+yWK1t6Nn3Mk2B4jFg7ySUokvI6i9i1kkTIh5oOE9sm2BSOk49u8u08h1QVVo4yqsXDiifnejih78Ub/YFeOdXbefBnmYX7SuiFNXh58XFNT90ks7IZpdz+/MGKJTflLOSvFKFYNa9nRm5ktG8obiF8S04No/RbpX9XVNgErIQuThlkvmENrm2GZqWOsmZZKEP/gjj3h4SCTaA==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdYx7EQUCGHkaX0GTxi9+BtKHpsc3wGd7ZyAAFYGyOA=
  • Thread-topic: [jetty-users] Eclipse RCP - Jetty WebSocket server

Thanks Nils,

 

I was expecting that there would be P2-based bundles for the websocket part as well as there is for the normal “Eclipse Jetty feature”.

If I understand you correctly, the only way to get hold of the Websocket bundles (and their dependencies) is by building the bundles with Maven (which I don’t use today for building bundles). From an Eclipse project point of view, that surprises me a bit, but probably there is a good reason.

 

Thanks for your feedback.

 

Best regards,

Johan

 

Van: jetty-users-bounces@xxxxxxxxxxx <jetty-users-bounces@xxxxxxxxxxx> Namens Nils Kilden-Pedersen
Verzonden: dinsdag 2 juni 2020 0:29
Aan: JETTY user mailing list <jetty-users@xxxxxxxxxxx>
Onderwerp: Re: [jetty-users] Eclipse RCP - Jetty WebSocket server

 

The websocket classes are in the Maven group org.eclipse.jetty.websocket.

https://search.maven.org/search?q=g:org.eclipse.jetty.websocket


Back to the top