Re: New iOS SDK

2015-06-15 Thread jasonk
HI Rob and to All, I posted a while back about a new iOS sdks that Ive created and was going to release in February. Now I never meet that deadline as we (my team) wanted to add some features. For example we added in a file based cache that cached REST api request in a json format using a file

Re: Java 8 support

2014-12-26 Thread jasonk
Ive got it running on Java 8 on a dev server its looks ok Ive not run my production version on 8 yet but will be moving to it in the new year. we have it on the dev server for a while now and I don't think with had any issue related to Java 8 December 27 2014 3:38 AM, Todd Nine

Re: javascript SDK version 0.11.0

2014-12-25 Thread jasonk
Thanks Scott Ive been using that in a node App, and thanks for creating it, its cool. But I'm trying to use the SDK in the browser. Ive gone back to version 0.10.7 for now thanks for help December 23 2014 3:40 AM, Scott Ganyo scottga...@apache.org wrote: Hey Jason, I don’t know the

Re: Usergrid 2.0 on the horizon

2014-12-12 Thread jasonk
This sounds cool Im happy that 2.0 is coming along , Ive just spent the lsat few weeks working a new iOS SDK that is close to being done and released to the community. I would like to help with getting the SDK's into there own repos so we can take advantage of current library dependency

Re: new iOS SDK

2014-11-20 Thread jasonk
Diagram of network layer its not the class map but just a flow diagram of how I propose the network layer works November 19 2014 4:38 PM, Jason Kristian jas...@apps4u.com.au wrote: Base Class. eg: Usergrid One main Base Class that will be responsible for Org and App name init. Login Oauth

Re: collection paging

2014-11-05 Thread jasonk
cool I ended up just use getEntities with a query and managing the cursor my self which turned out ok or better as I could use the block based api to get the fetch off the main thread which is working real well with a collection with over 3000 entities and even when testing with read slow

Re: built error

2014-11-03 Thread jasonk
thanks, November 4 2014 3:09 PM, Shawn Feldman shawn.feld...@gmail.com wrote: Delete queryfilterparser and lever On Mon, Nov 3, 2014 at 10:06 PM jas...@apps4u.com.au wrote: HI I'm tring to build branch (key-row-sharking) but I keep getting this error I get the same error when trying to

Re: collection paging

2014-10-30 Thread jasonk
Thank you heap I knew I was not losing my mind .. I did look at the SDK and I saw fetch being called but I could not find the query being added as I was trying to debug it by printing the query . So thanks agin and sorry for posting a question about ApigeeSDk on this mailing list. October 31

Re: New PHP5 SDK by Jason K (was Re: [GitHub] incubator-usergrid pull...)

2014-10-30 Thread jasonk
No Problem Ive got a example file its not submitted yet as it had my keys in and I was using it , I'll clean that up and put that into the repo as well. I'll should finish all the descriptor files this weekend and once that is done all the test can be finished. I just got behind of with some

Re: New PHP5 SDK by Jason K (was Re: [GitHub] incubator-usergrid pull...)

2014-10-28 Thread jasonk
Hi Im happy to change or remove the copy right it was a set template in my IDE so I can either remove copyright or just have copy right to myself and remove all mention of baas-platform.com .. I won baas-platform.com so I can remove copyright if needed .. I just didn't want to change iDE

create a pull request

2014-10-23 Thread jasonk
Hi , Im sorry if this sound like a dumb question but I'm not to sure what to do I'm trying to create a pull request for a new php sdk but I'm not sure which branch to add it too I tried to create a new branch called sdks/php5 but I could not pull that as its not in the main repo so there is no

Re: New PHP SDK

2014-10-17 Thread jasonk
Ive updated the Manifest files to version 1.0.1 that are now mapped from the APigee Rest endpoints doc rather then the swagger files. All that is left todo is to hook up the response model classes in the manifest files and finish all the unit tests. And add a event listener to all commands so

Re: Guzzle Web Service Client and Descriptor

2014-10-13 Thread jasonk
Hi to All this Repo is now working and I would like to have this committed as a alternative PHP SDK, Its still needs some web service api calls added to it but that is easy as it just a Guzzle Web service descriptor so any Usergrid api calls can be added with ease. I think this is a better

Re: Date time stamp

2014-10-10 Thread jasonk
div by 1000 dose not work .. also Its the date that comes from the rest API it should be in a JSON comparable format. October 10 2014 3:27 PM, jas...@apps4u.com.au wrote: I used a web service call the the rest API I've created a Guzzle WebService client and I turn the response JSON into a

Re: self-hosted instructions

2014-10-09 Thread jasonk
Yes , you can use that to create a proxy so any urls that is not handled in you server.js like /org/app/users just gets passed to usergrid and any uri you create can just use the usergrid-js-sdk to so it you want to have method run on model update and model save etc .. but its a lot more

Re: Guzzle Web Service Client and Descriptor

2014-10-09 Thread jasonk
Hi , This is not fully working its a little bit more work to rip it out of my project so if any one wants to comment so I can know if I should keep putting time into getting this committed to Apache Usergrid and if It should be one Project with Management and Application api or they they should

Re: Date time stamp

2014-10-09 Thread jasonk
I used a web service call the the rest API I've created a Guzzle WebService client and I turn the response JSON into a concrete Response Model class so I was taking the value returned and using php Carbon date/time library to turn the timestamp into a date / time string so the return

Date time stamp

2014-10-08 Thread jasonk
Hi Im creating a Guzzle Service Client and Descriptor for PHP as I know it better the swagger for PHP and , Im just about done but Im stuck on the date format Guzzle is like swagger for php and has a option called Filter that let you run a function of returned values so I'm trying to convert

Guzzle Web Service Client and Descriptor

2014-10-08 Thread jasonk
HI Ive created a  PHP Guzzle Web Service Client for Apache Usergrid and I would like to submit it to Apache Usergrid as a Additional  PHP SDK it works like swagger but I think Guzzle is better for php then swagger for PHP . So I created the service descriptor just by converting the swagger

Re: self-hosted instructions

2014-10-08 Thread jasonk
Try NODE ARGO its a proxy that Apigee Uses and we have been able to set that up with ease so you can create you own api endpoints and it will pass all request thought to usergrid it has plugins for auth and more its not hard to hook backbone up to this and then have a trigger like Parse on

Re: Guzzle Web Service Client and Descriptor

2014-10-08 Thread jasonk
no worries I put into its own repo . what should I use for its name space at the moment I have it in a project I was going to user Apache/UserGrid as the name space unless Im not aloud. October 9 2014 1:04 AM, Rod Simpson r...@rodsimpson.com wrote: Jason, That would be awesome! If you

Re: run off line

2014-09-16 Thread jasonk
Thank you I've been trying to work out if it was a bug or me . September 17 2014 1:17 AM, Nate McCall n...@thelastpickle.com wrote: That's a spring configuration issue, IIRC. Can you open an issue here: https://issues.apache.org/jira/browse/USERGRID Either way, it's definitely a bug.

run off line

2014-09-15 Thread jasonk
HI Ive don't know if this is a issue Ive posted on google groups but got no answer . When running Usergrid launcher when not connected to the internet it won't run,  The stack trace error is saying that it can not find the the spring.beans xsd   which is this line   

typo

2014-09-09 Thread jasonk
in org.apache.usergrid.services the class AbstractPathBasedColllectionService has a typo three L's in Collection ..  

Re: ElasticSearch Dot-two Branch

2014-09-09 Thread jasonk
Thanks That make sense. I thought it was something like that. Thanks agin. September 9 2014 9:37 PM, Dave snoopd...@gmail.com wrote: On Tue, Sep 9, 2014 at 12:44 AM, jas...@apps4u.com.au wrote: Hi I have a quick question about the two-dot branch , it now has a dependancy on Elastic Search

Re: typo

2014-09-09 Thread jasonk
Ive found a few more typo's so now its not just one I'll fix then and create a pull request. September 10 2014 12:01 AM, jas...@apps4u.com.au wrote: in org.apache.usergrid.services the class AbstractPathBasedColllectionService has a typo three L's in Collection ..

ElasticSearch Dot-two Branch

2014-09-08 Thread jasonk
Hi I have a quick question about the two-dot branch , it now has a dependancy on Elastic Search and from what I can see its used in test code. From what Ive ready about Elasticsearch its a database and REST engine and usergrid uses Cassandra for its data storage and has a REST api. So what is

Re: [DISCUSS] VOTE threads

2014-09-03 Thread jasonk
+1 September 3 2014 9:18 PM, Dave snoopd...@gmail.com wrote: Thanks Lewis. I think I cancelled them all. - Dave On Wed, Sep 3, 2014 at 3:22 AM, Lewis John Mcgibbney lewis.mcgibb...@gmail.com wrote: Folks, There are 6 open VOTE threads on Usergrid dev@ list. What are we doing here?

Re: [VOTE] Release Apache Usergrid 1.0 (incubating)

2014-09-03 Thread jasonk
+1 September 4 2014 12:54 AM, Dave snoopd...@gmail.com wrote: The Incubator folks found a couple of problems in our release files: there were some directories that should not have been included. These directories (portal/bower_components, portal/node_modules and portal/dist) have now been

tests

2014-08-26 Thread jasonk
HI i just wanted to see if Tests are passing on master branch ..  ?? I'm not able to test i can run and package but tests fail on Mongo-Emulator   

runing launcher off line error

2014-08-15 Thread jasonk
HI I not able to run the launcher if I'm not connected to the internet has any one else had this issue. This is the error , If I run this when connected to internet it runs no problem but at home Im on mobile wifi so I try to have internet off when my credit it low that is how I noticed this

Re: push messaging

2014-08-15 Thread jasonk
Thanks Todd Ive now going to use the library you recommend , But I thought of another issue that might arise so I thought I asked for your input , Just to give you a bit of background Ive got around 400+ apps running on a php backend I built and Ive got a client that has around 1200 apps

Re: push messaging

2014-08-14 Thread jasonk
Hi I've come up with the design on how I'm adding push messaging so If any one how intrested is using this or having it added to main repo please comment on design any idea are welcome . 1- push message notifiers will be attached to groups and each application will get a default notifier that

build errors

2014-08-13 Thread jasonk
Hi Im getting errors when trying to build Ive cloned the repo from github and I can run  mvn clean package -DskipTests=true  but If I try to run  mvn clean install -DskipTests=true   I get a error saying it can not create usergrid-rest.jar and I also get a error saying it  can not get

Re: build errors

2014-08-13 Thread jasonk
yes August 14 2014 1:41 AM, Shawn Feldman shawn.feld...@gmail.com wrote: also are you connected to the internet when you are building? -shawn On Wed, Aug 13, 2014 at 9:39 AM, Shawn Feldman shawn.feld...@gmail.com wrote: what version of java and maven are you running? what is

push messaging

2014-08-12 Thread jasonk
HI I'm wanting to add push messaging to usergrid I would like to submit a pull request once its done but I wanted to get some input form the dev team on my Idea as I would like to submit a pull request , The Idea I had for push messaging is a bit different to how ApiGee has implemented it I

Re: push messaging

2014-08-12 Thread jasonk
Im get one of my team members to download your code and have a look weather this would could be integrated into usergrid. August 13 2014 3:36 PM, Matthias Wessendorf mat...@apache.org wrote: Hello Jason, perhaps you can integrate our UnifiedPush Server (e.g. running on a different box, or

Re: push messaging

2014-08-12 Thread jasonk
I was thinking that I would use these two packages as Ive got existing code using these two libraries and Ive got client side code that would not take long to add the the ios and Android SDK's that was I get auth for free from the sdk's usergrid and the queue server can be a option either