Being a polyglot platform with multiple runtimes and services, IBM Bluemix can run a wide range of applications. With our documentation and blogs, we want to make it easy for you to get started. Help us help you by telling us what kind of samples you want to see!
Mobile, JEE, Spring, Node, Express, database, analytics, NoSQL, caching, REST, .... let us know!
Answer by Millard (636) | Mar 19, 2014 at 08:07 PM
Ones hosted at JazzHub where they are easy to browse, fork and deploy. :-)
I'd also like to see more examples than samples. Examples, IMO, represent sustainable, good practices for growing an app to something more full featured. A node.js app where everything is in app.js is okay as a sample but it's hardly an example of how you would build a real node app. There's an opportunity here to educate as much as entice.
Examples with tests (and how to run/invoke them). This is an extension of the previous comment as real apps have tests and ways to run them. Preferably integrated with JazzHub and some flavor of build/deploy/test/devops.
Answer by RicardoBalduino (78) | Mar 19, 2014 at 06:53 PM
I'd be interested in seeing more sample mobile apps. Particularly mobile apps that access enterprise systems of records, that is databases, REST services, and such. Thanks!!
Please let me know if you found sample apps or demos on developing mobile apps on blue mix.If so, could you please share the links. thanks.
Here's my working example of mobile push: http://goo.gl/5aFO4o
Answer by karol_brejna (53) | Mar 20, 2014 at 01:12 PM
I'd like to see some containterless java apps (like ones based on vert.x, play)...
Answer by theToaster (31) | Apr 17, 2014 at 05:02 AM
I struggle with deploying a Spring MVC (created with Spring ROO) app to BlueMix. So a working prototype would be very nice!
Answer by DGualda (65) | Mar 20, 2014 at 02:59 PM
I would like to see a Node.js backend sending a push notification, making use of the Push service parameters.
Thanks,
Hi DGualda!
You can find an example of this here: http://www.ibm.com/developerworks/library/mo-android-push-app/
Thanks!
Here's my working example of mobile push: http://goo.gl/5aFO4o
Answer by RicardoBalduino (78) | Jun 16, 2014 at 11:22 AM
It would be great to see an example of a mobile application using a DBaaS solution such as Cloudant.
Answer by yardennis (16) | Jun 04, 2014 at 11:41 AM
it will be cool to see a geo distributed scalable actionhero.js cluster with the standard blog + chat examples.
The actionhero.js + redis clsuter should be able to scale up and down as needed.
Users will be directed to the nearest cluster to minimize response time.
All data should be backuped to a web datastore.
It will be good to have a detailed step by step walk thru tutorial for us to try on bluemix.
An auto install/setup script will be very helpful too.
Answer by Cesar Orozco (299) | Jun 04, 2014 at 03:27 PM
Mobile samples would be great, also more detailed tutorials would be great too, for example, the first time I used the DataCache service, I followed the tutorial word by word but at the end I got some errors, because I needed to add a code snnipet to my Liberty's server.xml, and there's no info about that, I needed to post a question here to solve that problem.