Application metrics in dotcloud doesn't show any activity - dotcloud

The "Application metrics" page of my Dotcloud applicaton doesn't show any activity during the last 24h. There should be something as I know that the application has been accessed.
This feature was working fine one or two weeks ago.
My application is a java application built with Play! framework
It is a known issue ?

I don't think that you did anything wrong; I would recommend that you contact dotCloud's support.

Related

Is possible to combine rest-api and angular profiles on Grails?

I'm going to start a new project that has two front ends, a mobile APP and a Web Application.
I was thinking about creating a "rest-api" grails application and consume this "api" from the mobile apps.
But, for the WebApp, is it possible to create a new "angular" Grails app that uses as model the previously generated "rest-api" Grails application and ovoids me to "re-implement the wheel (model)"?
Any articles/documentation how that could be accomplish?
Thanks in advance.
JD Evora
You can use the domain you already have in the new rest api, nothing changes. You may want to add the #Resource annotations.
If there is another app that uses this same domain, I would put in a plugin(as #Joshua suggested), we currently do it for clients which have both admin/cms and final user applications.
In our company,we are currently developing 3 projects with an idea I believe will fit well to your needs, or may help someone else who is starting a similar project
We organized the apps this way:
We've created a grails app with rest-api profile
We've created a grunt/bower/npm project(you could use yoo angular generator, but It had more than we needed)
We've created an android and and ios apps
Advantages we've seen:
The angular application calls the same methods as the mobile apps, there is only one controller, one service, one grails app
The web apps is pure JS and CSS and runs smoothly in the serve(npm
install serve)
You can deploy the web app in any CDN like Amazon Cloud Front and be able to handle a big demand, and you can deploy it quickly
Just in case you don't know, but with grunt and bower you can replace assets pipeline automation.
Hope it helps you!

How to display a our popup before other installed application startup?

Currently, I am working on one security application. In this application, user can select applications for which he/she want to have additional security.
So, before this selected application start, one 'popup/screen with question' will be displayed. and if user answers it right, popup will be dismissed.
So my question is, is it possible to display our popup/screen before other installed application startup?
And if yes, then how to do it?
I searched on google, but didn't find any useful.
Any help would be greatly appreciated.
Thanks
in iOS, Application run in its own sandbox environment. You cannot control other application's startup and hence this is not feasible using any apple documented APIs.
this is not possible.In iOS, Application run in its own sandbox environment so you cannot get any application information. this is only done in jailbreak programming. In witch you hook app startup method method and show your popup first.

Pushing out settings using BES for a BlackBerry 10 App

How would I go about making my BlackBerry 10 App compatible with the newly released version of BES? I'd like to support pushing out the application and user settings centrally.
I've scoured the web but have not managed to find anything so far.
We talked to BlackBerry and this is not currently possible with BES10.
It is planned to be implemented in BES12 due late 2014.

inDesign plugin for once solution app development

I've spent a good few weeks looking at different options for creating an app for a magazine.
I've looked at Adobe Digital Publishing, Aquafadas, PadMan, WoodWing and Mag+ but haven't found a suitable solution.
My requirements are to take existing artwork (produced in inDesign) and produce
1. An iPhone App,
2. An iPad App
3. A cross browser compatible web version.
My question - is there one of these type of solutions that can produce all 3 versions that I require?
Another option I considered was to create a HTML5 / Javascript version of the magazine and hire a developer to make the 3 versions. This would be time consuming for me as, although I'd have the content for the magazine, I'd be coding from scratch. Any suggestions from someone who has created an app with a web version available too?
Our project on Kickstarter will export HTML5 directly from InDesign:
http://www.kickstarter.com/projects/ajarproductions/indesign-to-html5
We hope to include web app functionality as well.

what's an online service that logs your users' exceptions?

A few months ago I came across service where you could make your code report exceptions to their website, and then you can get an overview of all your users' exceptions. Unfortunately I didn't bookmark the page and I can't remember the URL.
Does anyone know of such a service? I doesn't matter if it's the same website I found or not. It'd be good if is supports iOS (iPhone os).
Thanks
Try Hoptoad. Started life as a Rails error tracker, supports iOS now.
iTunesConnect gives you reports for people that submit them through iTunes (users are prompted automatically when they sync).
Flurry Analytics also has the ability to log exceptions, and supports the iOS platform among others.
Flurry supports that. I have a couple of apps that log exceptions and it works pretty well. Their most simple guide to integrating Flurry includes steps for logging exceptions.