Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
jvx:rest_storage_client [2018/03/09 11:40]
admin created
jvx:rest_storage_client [2018/03/09 11:51]
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 220: Line 221:
 rdbContacts.open();​ rdbContacts.open();​
 </​file>​ </​file>​
 +
 +And here's an example application:​
 +
 +{{ :​jvx:​contacts.png?​nolink |}}
 +
  
 Sure, it's also possible to use other REST libraries, like: Sure, it's also possible to use other REST libraries, like:
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information