users@tyrus.java.net

Re: Only Client APIs with JDK ?

From: Arun Gupta <arun.p.gupta_at_oracle.com>
Date: Thu, 28 Feb 2013 13:12:58 -0500

Hi Pavel,

I'm using the dependencies mentioned below but my code using
@WebSocketClient is still compiling. @ClientEndpoint is also not getting
resolved.

Has the recent API changes not pushed there ?

Arun

On 2/26/13 2:57 AM, Pavel Bucek wrote:
> Hi,
>
> no if you are running on plain JDK. It will work in glassfish.
>
> Pavel
>
> On 2/26/13 1:15 AM, Arun Gupta wrote:
>> Hi Pavel,
>>
>> I got the sample working now.
>>
>> However will the client code ever work using javax dependencies only ?
>>
>> Arun
>>
>> On 2/19/13 7:35 AM, Pavel Bucek wrote:
>>> Hi Arun,
>>>
>>> you will need:
>>>
>>> <dependency>
>>> <groupId>org.glassfish.tyrus</groupId>
>>> <artifactId>tyrus-client</artifactId>
>>> <version>1.0-SNAPSHOT</version>
>>> </dependency>
>>> <dependency>
>>> <groupId>org.glassfish.tyrus</groupId>
>>> <artifactId>tyrus-container-grizzly</artifactId>
>>> <version>1.0-SNAPSHOT</version>
>>> </dependency>
>>>
>>> Regards,
>>> Pavel
>>>
>>> On 2/19/13 3:37 PM, Arun Gupta wrote:
>>>> I'd like to use JSR 356 Client APIs with JDK 7. Is there a
>>>> stand-alone client.jar that can be used ?
>>>>
>>>> Arun
>>>>
>>>
>>
>

-- 
http://twitter.com/arungupta
http://blogs.oracle.com/arungupta