Running UPS on Tomcat
by Viktor Gamov
Hello AeroGear team,
Small question. Is there quick (and, maybe, dirty) way to run the unified
push server on a simple container like Tomcat?
Thanks
--
With Best Regards,
Vik Gamov
10 years, 10 months
iOS Scaffolding
by Sebastien Blanc
Hi Folks !
While I was watching Matzew's screencast[1] about using the AeroGear iOS
Template (which bootstrap/help to create a new iOS project) I was thinking
about pushing the concept even further.
Wouldn't it be nice to be able to scaffold a complete CRUD Native iOS app ?
And of course by using the bullets we already have : Forge.
The idea would be to have the same stuff as the HTML5 Scaffolding
plugin/addon but instead of generating JS and html files we generate *.h
and *.m files (and of course a complete iOS app structure). The general
workflow would stay the same : create a JEE project, generate entities,
generate REST endpoints and scaffold the client.
So basically all we would have to do is to write those templates (+ some
code to write to the correct location / create the skeleton).
I will be glad to start on this but I would need some help from the iOS
gurus for one thing : having a clean iOS CRUD App from which I could
reverse engineer/extract the templates. This app, while staying simple,
should contain all the possible use cases : String, numbers, boolean, Date
but also some relation between entities (1-to-1, 1-to-many) :
I started with this simple idea :
Team {
name : String
hasMany : Player
hasMany: Tournamenent // many-to-many
}
Player {
name : String
dateOfBirth: Date
injured: boolean
hasOne : Team
}
Tournament {
name: String
price : number
hasMany: Team
}
The gist is here https://gist.github.com/sebastienblanc/9074932
So, if anyone would like to create this app, I could start from there with
a first draft. I will also try on my side but my objective-c skills are not
really good enough right now ;)
I think that could be a very cool feature.
A last very important remark : you can reread this message and replace iOS
with Android because once we got it shaped for iOS we could do exactly the
same for Android.
Sebi
[1] https://vimeo.com/86978742
10 years, 10 months
Sending Pushnotification by deviceId
by Vivek Pandey
Hello,
While going through the aerogear-server-push documentation , I could not
find an example where we can send a push message using "id" returned by
adding a new device token at /rest/registry/device.
Is there a plan to add such a support ?
Is relying on unique "alias" a good option to implement the requirement of
identifying a device uniquely ?
Thanks
Vivek
This message may contain privileged and confidential information and is solely for the use of intended recipient. The views expressed in this email are those of the sender and not of Pine Labs. The recipient should check this email and attachments for the presence of viruses / malwares etc. Pine Labs accepts no liability for any damage caused by any virus transmitted by this email. Pine Labs may monitor and record all emails.
10 years, 10 months
Announcing AeroGear iOS 1.4.0 Release
by Christos Vasilakis
Hi everyone,
I am pleased to announce the release of AeroGear iOS library v1.4.0. More details for this release, can be found on the release blogpost.
Congratulations to the team, and to our community contributors and users!
Have fun!
-
Christos
10 years, 10 months
Second try (was: Re: staging of UnifiedPush Server 0.10.0)
by Matthias Wessendorf
Alright, I have included the UI related updates and staged the new WAR file
on my private webspace:
http://people.apache.org/~matzew/aerogear-staging/org/jboss/aerogear/unif...
Please give it a shot!
If they aren't any objections or major issues, the release to Bintray will
happen on Tuesday.
PS: this time we have a 0.10.x branch - just in case; after releasing, I
will tag that branch ;-)
https://github.com/aerogear/aerogear-unifiedpush-server/tree/0.10.x
-Matthias
On Fri, Feb 14, 2014 at 8:01 PM, Sebastien Blanc <scm.blanc(a)gmail.com>wrote:
> Yeah I made sure to do pull on the admin master before doing the release
>
>
> On Fri, Feb 14, 2014 at 7:52 PM, Lucas Holmquist <lholmqui(a)redhat.com>wrote:
>
>>
>> On Feb 14, 2014, at 1:50 PM, Matthias Wessendorf <matzew(a)apache.org>
>> wrote:
>>
>>
>>
>>
>> On Fri, Feb 14, 2014 at 7:42 PM, Lucas Holmquist <lholmqui(a)redhat.com>wrote:
>>
>>>
>>> On Feb 14, 2014, at 12:28 PM, Sebastien Blanc <scm.blanc(a)gmail.com>
>>> wrote:
>>>
>>> Hi,
>>> I just give it a test , it deploys well and works but ...
>>> Looking at the Admin UI, it stills mention 0.10.0-SNAPSHOT in the title,
>>> that should be fixed.
>>>
>>> The latest UI update on UPS is from 14/01, would not hurt to make
>>> another UI release to be integrated in UPS to be sure we miss no UI fixes
>>> in the release.
>>>
>>> I can do the PR if you are okay ?
>>>
>>> good idea since ember just released a security fix
>>>
>>>
>> is that included here ?
>>
>> https://github.com/aerogear/aerogear-unifiedpush-server/pull/132/files
>>
>>
>> sho is
>>
>>
>> -M
>>
>>
>>
>>>
>>> Seb
>>>
>>>
>>>
>>> On Thu, Feb 13, 2014 at 8:13 PM, Matthias Wessendorf <matzew(a)apache.org>wrote:
>>>
>>>> Hello,
>>>>
>>>> for the upcoming release we fixed several tickets:
>>>> https://issues.jboss.org/browse/AGPUSH/fixforversion/12321876
>>>>
>>>> Before finishing the release, let's see if there are issues w/ the
>>>> server, hence I have staged the WAR file on my private webspace:
>>>>
>>>>
>>>>
>>>> http://people.apache.org/~matzew/aerogear-staging/org/jboss/aerogear/unif...
>>>>
>>>>
>>>> If they aren't any objections or remarks I will release the bits to
>>>> maven central on Monday morning
>>>>
>>>> -Matthias
>>>>
>>>> --
>>>> Matthias Wessendorf
>>>>
>>>> blog: http://matthiaswessendorf.wordpress.com/
>>>> sessions: http://www.slideshare.net/mwessendorf
>>>> twitter: http://twitter.com/mwessendorf
>>>>
>>>> _______________________________________________
>>>> aerogear-dev mailing list
>>>> aerogear-dev(a)lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>>>
>>>
>>> _______________________________________________
>>> aerogear-dev mailing list
>>> aerogear-dev(a)lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>>
>>>
>>>
>>> _______________________________________________
>>> aerogear-dev mailing list
>>> aerogear-dev(a)lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>>
>>
>>
>>
>> --
>> Matthias Wessendorf
>>
>> blog: http://matthiaswessendorf.wordpress.com/
>> sessions: http://www.slideshare.net/mwessendorf
>> twitter: http://twitter.com/mwessendorf
>> _______________________________________________
>> aerogear-dev mailing list
>> aerogear-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>>
>>
>> _______________________________________________
>> aerogear-dev mailing list
>> aerogear-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>
>
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev(a)lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
>
--
Matthias Wessendorf
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf
10 years, 10 months