Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Geremy Cohen committed Jul 30, 2013
1 parent 1d238e6 commit 29a8d84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ Asyncronously in your applications!

Additional Java docs are available at [doc/index.html](doc/index.html)

###Checkout the screencasts!
A walkthrough on how to setup in Eclipse, configuring custom loggers, and more [is available here!](https://vimeo.com/pubnub/videos/search:java/sort:date)

###To browse source
Checkout [srcPubnubApi](/java/srcPubnubApi)

###To setup with your IDE:
[Check out the Eclipse walkthrough here!](https://vimeo.com/69587309)
[Check out the Eclipse video walkthrough here!](https://vimeo.com/69587309)

1. Add new project with java/ as the root
2. Set the new project source as java/srcPubnubApi
Expand All @@ -41,6 +38,9 @@ $ ant clean build test
```

###Configuring Logging

[Check out the logging video walkthrough here!](https://vimeo.com/71309975)

Pubnub implements swappable logging using SLF4J, which allows you to switch different logging frameworks easily. All the logging calls using SLF4J API will be delegated to the underlying logging framework.

Before you enable logging, you need to create a "debug-build" version of the Pubnub-StandardEdition.jar.
Expand Down

0 comments on commit 29a8d84

Please sign in to comment.