Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] jsr-356

javax.websocket is the official name for the Java WebSocket library. aka JSR-356.
http://www.jcp.org/en/jsr/detail?id=356

It is no different in scope than javax.servlet which we already have in Orbit.

The artifacts that Jesse is talking about are the official released artifacts from Oracle.

You can find this artifact in maven central now.
http://central.maven.org/maven2/javax/websocket/javax.websocket-client-api/1.0-rc5/javax.websocket-client-api-1.0-rc5.jar

The gpg signature for that artifact can be found at 
http://central.maven.org/maven2/javax/websocket/javax.websocket-client-api/1.0-rc5/javax.websocket-client-api-1.0-rc5.jar.asc



[joakim@lapetus temp]$ gpg javax.websocket-client-api-1.0-rc5.jar.asc 
gpg: Signature made Mon 08 Apr 2013 04:14:17 PM MST using RSA key ID 47CC79C4
gpg: Can't check signature: public key not found

[joakim@lapetus temp]$ gpg --keyserver pgpkeys.mit.edu --recv-key 47CC79C4
gpg: requesting key 47CC79C4 from hkp server pgpkeys.mit.edu
gpg: key 47CC79C4: public key "java_re <GF_RELEASE_WW@xxxxxxxxxx>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)






On Thu, Apr 25, 2013 at 1:47 PM, David M Williams <david_williams@xxxxxxxxxx> wrote:
I'm not answering the question you ask, but have some of my own.

I don't see a "javax.websocket" in Orbit. Could it have a different name? I'm asking partially because I'm the curious type, but also asking because I want to make sure this isn't a case of an Eclipse project producing a "javax" package and then wanting to put it into Orbit. Orbit is for "third party" jars, so, just wondering ...

But, otherwise, no, I don't know of anyone working on it.
 



From:        Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
To:        Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>,
Date:        04/25/2013 04:23 PM
Subject:        [orbit-dev] jsr-356
Sent by:        orbit-dev-bounces@xxxxxxxxxxx





We'll be starting up a CQ for JSR-356, the javax.websocket api pretty soon and we'll need to get it into Orbit.  Is anyone else interested in this api and already working on this?  

I have mostly been maintaining the ones that Hugues originally put into Orbit so this would be perhaps my first complete orbit bundle so hopefully someone more savvy with such things can volunteer here to doublecheck it once the cq is approved and I get it into orbit.

cheers,
jesse

--
jesse mcconnell

jesse.mcconnell@xxxxxxxxx_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev


_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev



Back to the top