Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 852 Bytes

File metadata and controls

33 lines (22 loc) · 852 Bytes

#PubNub Java-based APIs for core Java, Android, J2ME, BlackBerry. Learn more at http://www.pubnub.com

Migrating from 3.5.1 to 3.5.2

3.5.2 is backward compatible with 3.5.1. Some of the methods have been deprecated. You will see compiler warnings for the same. Please refer to java docs for alternate methods to be used.

Its recommended to remove the usage of Deprecated methods as they will be removed in 3.6.0 .

Subdirectory Description

This repo contains the following platform-specific subdirectories:

Android

Client for the Mobile Android OS

GWT

Client for the GWT Platform

J2ME

Client for the J2ME Mobile Platform

Blackberry

Client for the Blackberry Mobile Platform

Java

Everything else! Java development for POJOs, J2EE, J2SE, etc.

Java for Google App Engine

See the Java subdir, and the GAE_3.3 tag