Trace: • Features
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
jvx:rest_storage_client [2018/03/09 11:40] admin created |
jvx:rest_storage_client [2018/03/09 11:52] (current) admin |
||
---|---|---|---|
Line 160: | Line 160: | ||
{ | { | ||
pBook.insert(false); | pBook.insert(false); | ||
- | pBook.setValues(new String[] {"ID", "FIRST", "LAST"}, new Object[] {new BigDecimal((BigInteger)m.get("ID")), m.get("FIRSTNAME"), m.get("SURNAME")} ); | + | pBook.setValues(new String[] {"ID", "FIRST", "LAST"}, |
+ | new Object[] {new BigDecimal((BigInteger)m.get("ID")), m.get("FIRSTNAME"), m.get("SURNAME")} ); | ||
} | } | ||
| | ||
Line 221: | Line 222: | ||
</file> | </file> | ||
- | Sure, it's also possible to use other REST libraries, like: | + | And here's an example application: |
+ | |||
+ | {{ :jvx:contacts.png?nolink |}} | ||
+ | |||
+ | \\ | ||
+ | **<fs 20px>Note</fs>** | ||
+ | |||
+ | It's also possible to use other REST libraries, like: | ||
* https://howtoprogram.xyz/java-technologies/java-rest-client-example/ | * https://howtoprogram.xyz/java-technologies/java-rest-client-example/ |