Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.TXT | 2015-08-30 | 830 Bytes | |
com.soft9000.web.jar | 2015-08-30 | 30.6 kB | |
Totals: 2 Items | 31.5 kB | 0 |
The point of this project is to make it a LOT easier to GET and POST data to an HTTP Server. We wanted a way to support that simple, full CRUD requirement in a traditional manner, without completely re-writing our back-end server and / or adding countless lines of code to our footprint. Please note that the source code is included in the JAR archive. Running the test case is simplicity itself. All we have to do is to: (1) Copy test.php to the root of your localhost. (2) Compile & run Test.java (3) Success looks something like: run: Success: test - PHP GET RECEIVED. Success: test - PHP POST RECEIVED. Success: POST2 OKAY - DUMPO: PHP GET & POST. Success: GET2 OKAY - DUMPO: PHP GET & POST. Success: GET and POST Testing Okay. BUILD SUCCESSFUL (total time: 0 seconds) Enjoy, Randall Nagy President, Soft9000.com