users@tyrus.java.net

Re: Only Client APIs with JDK ?

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Tue, 26 Feb 2013 08:57:50 +0100

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
>>>
>>
>