Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 11-Mar-2024 | - | 311 | 178 | ||
Makefile.am | D | 11-Mar-2024 | 1.2 KiB | 47 | 19 | |
README.md | D | 11-Mar-2024 | 454 | 25 | 15 | |
build.properties | D | 11-Mar-2024 | 244 | 6 | 5 | |
build.xml | D | 11-Mar-2024 | 5.7 KiB | 155 | 114 |
README.md
1Thrift Java Tutorial 2================================================== 31) Compile the Java library 4 5 thrift/lib/java$ make 6or: 7 8 thrift/lib/java$ ant 9 104) Run the tutorial: 11 12start server and client with one step: 13 14 thrift/tutorial/java$ make tutorial 15 16or: 17 18 thrift/tutorial/java$ make tutorialserver 19 thrift/tutorial/java$ make tutorialclient 20 21or: 22 23 thrift/tutorial/java$ ant tutorialserver 24 thrift/tutorial/java$ ant tutorialclient 25