how to create storage service object.

0 votes

i am using appwarp j2me sdk.

how we can create StorsgeService object

and what is the url we have to pass in its creation..

Storage storage = storageService.insertJSONDocument(dbName,collectionName,json);   

asked Apr 29, 2014 in AppWarp by maheshsahu125 (20 points)

1 Answer

0 votes

Hi Mahesh,

For creating a storage service object you don't need to pass the url.

You can insert the json document by following some steps : -

1: Initialize the App42 Object.

2: Create the App42 Storage Service instance.

3: Call the method insert json document method and find the storage object.

 

answered Apr 29, 2014 by hs00105 (517 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...