Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea/*
*.iml
target/*

8 changes: 8 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
------------------------------------------------------------------------------
qJava 2.1.3 [2015.05.28] @manishpatelUK
------------------------------------------------------------------------------

- Forked from https://github.com/exxeleron/qJava
- Add multithread support on read and write classes
- Add connection watcher

------------------------------------------------------------------------------
qJava 2.1.2 [2015.03.23]
------------------------------------------------------------------------------
Expand Down
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
<!-- img src="http://www.devnet.de/fileadmin/images/DEVnet_Logo2014.png" width="150px" height="150px"/-->
Forked from https://github.com/exxeleron/qJava

qJava 2.1
=========
Added capabilities:

The q/kdb+ interface is implemented as a set of Java classes and provides:
- Simple to use API
- Support for synchronous and asynchronous queries
- Convenient asynchronous callbacks mechanism
- Support for kdb+ protocol and types: v3.0, v2.6, v<=2.5
- Uncompression of the IPC data stream
- Compatible with Java 5.0+


For more details please refer to the [documentation](doc/Readme.md)
* Thread safe QConnection (QSynchronizedConnection)
Loading