On 16/08/2013 14:38, Rossen Stoyanchev wrote:
> On Thu, Aug 15, 2013 at 6:47 PM, Mark Thomas <ma...@apache.org> wrote:
>> This isn't going to be quite as simple as I first thought.
>>
>> The WebSocket client API requires Java SE 7 or later.
>> The WebSocket server API requires Java EE 6 or later.
>> Java EE 6 requires Java 6 or later.
>> The WebSocket server API depends on the WebSocket client API.
>>
>> The WebSocket client implementation makes extensive use of new Java 7
>> non-blocking IO features.
> 
> If at all feasible, could applications using the server side only use Java 6?

Not without some potentially quite extensive refactoring because of the
way the Server implementation extends the client implementation. It
might be possible but given the EOL status of Java 6 it isn't that high
on my list of priorities.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to